Package tv.hd3g.fflauncher
Class FFprobe
java.lang.Object
tv.hd3g.fflauncher.ConversionTool
tv.hd3g.fflauncher.FFbase
tv.hd3g.fflauncher.FFprobe
- All Implemented Interfaces:
InputSourceProviderTraits,InternalParametersSupplier,SimpleSourceTraits,ExecutableTool
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class tv.hd3g.fflauncher.ConversionTool
APPEND_PARAM_AT_END, execName, inputSources, outputExpectedDestinations, parameters, PREPEND_PARAM_AT_START -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisPretty()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean-pretty prettify the format of displayed values, make it more human readablesetPrintFormat(FFprobe.FFPrintFormat printFormat) -print_format format set the output printing format-show_chapters show chapters INFO-show_data show packets data-show_error show probing ERROR-show_format show format/container INFO-show_frames show frames INFO-show_log show log-show_packets show packets INFO-show_programs show programs INFO-show_streams show streams INFOMethods inherited from class tv.hd3g.fflauncher.FFbase
addSimpleInputSource, addSimpleInputSource, addSimpleOutputDestination, addSimpleOutputDestination, beforeRun, checkFiltersAvailability, filterOutErrorLines, getAbout, getStdErrPrintStreamToDisplayLinesEvents, isHidebanner, isLogLevelSet, isNeverOverwriteOutputFiles, isOverwriteOutputFiles, setHidebanner, setLogLevel, setNeverOverwriteOutputFiles, setOverwriteOutputFilesMethods inherited from class tv.hd3g.fflauncher.ConversionTool
addInputSource, addInputSource, addOutputDestination, addOutputDestination, addOutputDestination, addOutputDestination, checkDestinations, checkSources, cleanUpOutputFiles, fixIOParametredVars, fixIOParametredVars, getDeclaredDestinationByVarName, getDeclaredDestinations, getDeclaredSourceByVarName, getDeclaredSources, getExecutableName, getFilterForLinesEventsToDisplay, getInputSources, getInternalParameters, getMaxExecTime, getMaxExecTimeScheduler, getOutputFiles, getParametersVariables, getReadyToRunParameters, getStdOutPrintStreamToDisplayLinesEvents, getWorkingDirectory, isCheckSourcesBeforeReady, isOnErrorDeleteOutFiles, isRemoveParamsIfNoVarToInject, onMissingInputOutputVar, patchVarName, setCheckSourcesBeforeReady, setFilterForLinesEventsToDisplay, setMaxExecTimeScheduler, setMaxExecutionTimeForShortCommands, setOnErrorDeleteOutFiles, setRemoveParamsIfNoVarToInject, setWorkingDirectoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tv.hd3g.processlauncher.ExecutableTool
beforeExecute, execute, execute, execute, executeDirectStdoutMethods inherited from interface tv.hd3g.fflauncher.InputSourceProviderTraits
addInputSource, addInputSource, addInputSource, addInputSourceMethods inherited from interface tv.hd3g.fflauncher.InternalParametersSupplier
getInputSources, getInternalParametersMethods inherited from interface tv.hd3g.fflauncher.SimpleSourceTraits
addSimpleInputSource, addSimpleInputSource
-
Constructor Details
-
FFprobe
-
-
Method Details
-
setPretty
-pretty prettify the format of displayed values, make it more human readable -
isPretty
public boolean isPretty() -
setPrintFormat
-print_format format set the output printing format -
hasPrintFormat
public boolean hasPrintFormat() -
setShowFormat
-show_format show format/container INFO -
isShowFormat
public boolean isShowFormat() -
setShowData
-show_data show packets data -
isShowData
public boolean isShowData() -
setShowError
-show_error show probing ERROR -
isShowError
public boolean isShowError() -
setShowFrames
-show_frames show frames INFO -
isShowFrames
public boolean isShowFrames() -
setShowLog
-show_log show log -
isShowLog
public boolean isShowLog() -
setShowPackets
-show_packets show packets INFO -
isShowPackets
public boolean isShowPackets() -
setShowPrograms
-show_programs show programs INFO -
isShowPrograms
public boolean isShowPrograms() -
setShowStreams
-show_streams show streams INFO -
isShowStreams
public boolean isShowStreams() -
setShowChapters
-show_chapters show chapters INFO -
isShowChapters
public boolean isShowChapters()
-