Package tv.hd3g.fflauncher
Class FFprobe
- java.lang.Object
-
- tv.hd3g.fflauncher.ConversionTool
-
- tv.hd3g.fflauncher.FFbase
-
- tv.hd3g.fflauncher.FFprobe
-
- All Implemented Interfaces:
ExecutableTool
public class FFprobe extends FFbase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFFprobe.FFPrintFormat
-
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 Constructor Description FFprobe(String execName, Parameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasPrintFormat()booleanisPretty()booleanisShowChapters()booleanisShowData()booleanisShowError()booleanisShowFormat()booleanisShowFrames()booleanisShowLog()booleanisShowPackets()booleanisShowPrograms()booleanisShowStreams()FFprobesetPretty()-pretty prettify the format of displayed values, make it more human readableFFprobesetPrintFormat(FFprobe.FFPrintFormat printFormat)-print_format format set the output printing formatFFprobesetShowChapters()-show_chapters show chapters INFOFFprobesetShowData()-show_data show packets dataFFprobesetShowError()-show_error show probing ERRORFFprobesetShowFormat()-show_format show format/container INFOFFprobesetShowFrames()-show_frames show frames INFOFFprobesetShowLog()-show_log show logFFprobesetShowPackets()-show_packets show packets INFOFFprobesetShowPrograms()-show_programs show programs INFOFFprobesetShowStreams()-show_streams show streams INFO-
Methods inherited from class tv.hd3g.fflauncher.FFbase
addSimpleInputSource, addSimpleInputSource, addSimpleInputSource, addSimpleInputSource, addSimpleOutputDestination, addSimpleOutputDestination, beforeRun, checkFiltersAvailability, filterOutErrorLines, getAbout, getStdErrPrintStreamToDisplayLinesEvents, isHidebanner, isLogLevelSet, isNeverOverwriteOutputFiles, isOverwriteOutputFiles, setHidebanner, setLogLevel, setNeverOverwriteOutputFiles, setOverwriteOutputFiles
-
Methods inherited from class tv.hd3g.fflauncher.ConversionTool
addInputSource, addInputSource, addInputSource, addInputSource, addOutputDestination, addOutputDestination, addOutputDestination, addOutputDestination, checkDestinations, checkSources, cleanUpOutputFiles, fixIOParametredVars, fixIOParametredVars, getDeclaredDestinationByVarName, getDeclaredDestinations, getDeclaredSourceByVarName, getDeclaredSources, getExecutableName, getFilterForLinesEventsToDisplay, getInternalParameters, getMaxExecTime, getMaxExecTimeScheduler, getOutputFiles, getParametersVariables, getReadyToRunParameters, getStdOutPrintStreamToDisplayLinesEvents, getWorkingDirectory, isCheckSourcesBeforeReady, isOnErrorDeleteOutFiles, isRemoveParamsIfNoVarToInject, onMissingInputOutputVar, patchVarName, setCheckSourcesBeforeReady, setFilterForLinesEventsToDisplay, setMaxExecTimeScheduler, setMaxExecutionTimeForShortCommands, setOnErrorDeleteOutFiles, setRemoveParamsIfNoVarToInject, setWorkingDirectory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tv.hd3g.processlauncher.ExecutableTool
execute, execute
-
-
-
-
Constructor Detail
-
FFprobe
public FFprobe(String execName, Parameters parameters)
-
-
Method Detail
-
setPretty
public FFprobe setPretty()
-pretty prettify the format of displayed values, make it more human readable
-
isPretty
public boolean isPretty()
-
setPrintFormat
public FFprobe setPrintFormat(FFprobe.FFPrintFormat printFormat)
-print_format format set the output printing format
-
hasPrintFormat
public boolean hasPrintFormat()
-
setShowFormat
public FFprobe setShowFormat()
-show_format show format/container INFO
-
isShowFormat
public boolean isShowFormat()
-
setShowData
public FFprobe setShowData()
-show_data show packets data
-
isShowData
public boolean isShowData()
-
setShowError
public FFprobe setShowError()
-show_error show probing ERROR
-
isShowError
public boolean isShowError()
-
setShowFrames
public FFprobe setShowFrames()
-show_frames show frames INFO
-
isShowFrames
public boolean isShowFrames()
-
setShowLog
public FFprobe setShowLog()
-show_log show log
-
isShowLog
public boolean isShowLog()
-
setShowPackets
public FFprobe setShowPackets()
-show_packets show packets INFO
-
isShowPackets
public boolean isShowPackets()
-
setShowPrograms
public FFprobe setShowPrograms()
-show_programs show programs INFO
-
isShowPrograms
public boolean isShowPrograms()
-
setShowStreams
public FFprobe setShowStreams()
-show_streams show streams INFO
-
isShowStreams
public boolean isShowStreams()
-
setShowChapters
public FFprobe setShowChapters()
-show_chapters show chapters INFO
-
isShowChapters
public boolean isShowChapters()
-
-