Uses of Class
tv.hd3g.fflauncher.FFbase
-
Packages that use FFbase Package Description tv.hd3g.fflauncher tv.hd3g.fflauncher.filtering -
-
Uses of FFbase in tv.hd3g.fflauncher
Subclasses of FFbase in tv.hd3g.fflauncher Modifier and Type Class Description classFFmpegclassFFprobeMethods in tv.hd3g.fflauncher that return FFbase Modifier and Type Method Description FFbaseFFbase. addSimpleInputSource(File file, String... sourceOptions)Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.FFbaseFFbase. addSimpleInputSource(File file, List<String> sourceOptions)Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.FFbaseFFbase. addSimpleInputSource(String sourceName, String... sourceOptions)Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.FFbaseFFbase. addSimpleInputSource(String sourceName, List<String> sourceOptions)Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.FFbaseInputGeneratorsTraits. addSimpleInputSource(String sourceName, String... sourceOptions)FFbaseFFbase. setHidebanner()FFbaseFFbase. setLogLevel(FFLogLevel level, boolean repeat, boolean display_level)Add like -loglevel repeat+level+verboseFFbaseFFbase. setNeverOverwriteOutputFiles()FFbaseFFbase. setOverwriteOutputFiles() -
Uses of FFbase in tv.hd3g.fflauncher.filtering
Methods in tv.hd3g.fflauncher.filtering with parameters of type FFbase Modifier and Type Method Description voidFilterChains. pushFilterChainTo(String parameterName, FFbase ffbase)voidFilterChains. setFilterChainToVar(String varName, FFbase ffbase)
-