A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAudioCodecName(String, int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
No checks will be done.
- addBitrate(int, FFUnit, int) - Method in class tv.hd3g.fflauncher.FFmpeg
- addBitrateControl(int, int, int, FFUnit) - Method in class tv.hd3g.fflauncher.FFmpeg
- addCRF(int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Constant bitrate factor, 0=lossless.
- addFastStartMovMp4File() - Method in class tv.hd3g.fflauncher.FFmpeg
-
Add "-movflags faststart" Please, put it a the end of command line, before output stream.
- addGOPControl(int, int, int) - Method in class tv.hd3g.fflauncher.FFmpeg
- addHardwareNVMultipleScalerFilterComplex(Map<String, String>) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Use nvresize Not checks will be done
- addHardwareNVScalerFilter(Point, String, String) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Not checks will be done NVIDIA Performance Primitives via libnpp.
- addHardwareVideoDecoding(String, FFprobeJAXB, FFmpeg.FFHardwareCodec, FFAbout) - Method in class tv.hd3g.fflauncher.FFmpeg
-
"Patch" ffmpeg command line for hardware decoding.
- addHardwareVideoEncoding(String, int, FFmpeg.FFHardwareCodec, FFAbout) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Set codec name, and if it possible, use hardware encoding.
- addIBQfactor(float, float) - Method in class tv.hd3g.fflauncher.FFmpeg
- addInputSource(File, String, String...) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an input reference, like: [parametersBeforeInputSource] {varNameInParameters replaced by source} For example, set source = "/myfile", varNameInParameters = "IN", parametersBeforeInputSource = [-i], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE -i /myfile -send <%OUT%>"
- addInputSource(File, String, Collection<String>, Collection<String>) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an input reference, like: [parametersBeforeInputSource] {varNameInParameters replaced by source} [parametersAfterInputSource] For example, set source = "/myfile", varNameInParameters = "IN", parametersBeforeInputSource = [-i], parametersAfterInputSource = [-w], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE -i /myfile -w -send <%OUT%>"
- addInputSource(String, String, String...) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an input reference, like: [parametersBeforeInputSource] {varNameInParameters replaced by source} For example, set source = "myfile", varNameInParameters = "IN", parametersBeforeInputSource = [-i], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE -i myfile -send <%OUT%>"
- addInputSource(String, String, Collection<String>, Collection<String>) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an input reference, like: [parametersBeforeInputSource] {varNameInParameters replaced by source} [parametersAfterInputSource] For example, set source = "myfile", varNameInParameters = "IN", parametersBeforeInputSource = [-i], parametersAfterInputSource = [-w], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE -i myfile -w -send <%OUT%>"
- addMap(int, int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
No checks will be done.
- addOutputDestination(File, String, String...) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an output reference, like: [parametersBeforeOutputDestination] {varNameInParameters replaced by destination} For example, set destination = "myfile", varNameInParameters = "OUT", parametersBeforeOutputDestination = [-o], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE <%IN%> -send -o myfile"
- addOutputDestination(File, String, Collection<String>, Collection<String>) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an output reference, like: [parametersBeforeOutputDestination] {varNameInParameters replaced by destination} [parametersAfterOutputDestination] For example, set destination = "myfile", varNameInParameters = "OUT", parametersBeforeOutputDestination = [-o], parametersAfterOutputDestination = [-w], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE <%IN%> -send -o myfile -w"
- addOutputDestination(String, String, String...) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an output reference, like: [parametersBeforeOutputDestination] {varNameInParameters replaced by destination} For example, set destination = "myfile", varNameInParameters = "OUT", parametersBeforeOutputDestination = [-o], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE <%IN%> -send -o myfile"
- addOutputDestination(String, String, Collection<String>, Collection<String>) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Add a parameters via an output reference, like: [parametersBeforeOutputDestination] {varNameInParameters replaced by destination} [parametersAfterOutputDestination] For example, set destination = "myfile", varNameInParameters = "OUT", parametersBeforeOutputDestination = [-o], parametersAfterOutputDestination = [-w], For an parameters = "exec -VERBOSE <%IN%> -send <%OUT%>", you will get an updated parameters: "exec -VERBOSE <%IN%> -send -o myfile -w"
- addPreset(FFmpeg.Preset) - Method in class tv.hd3g.fflauncher.FFmpeg
- addQMinMax(int, int) - Method in class tv.hd3g.fflauncher.FFmpeg
- addSimpleInputSource(File, String...) - Method in class tv.hd3g.fflauncher.FFbase
-
Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.
- addSimpleInputSource(File, List<String>) - Method in class tv.hd3g.fflauncher.FFbase
-
Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.
- addSimpleInputSource(String, String...) - Method in class tv.hd3g.fflauncher.FFbase
-
Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.
- addSimpleInputSource(String, List<String>) - Method in class tv.hd3g.fflauncher.FFbase
-
Define cmd var name like <%IN_AUTOMATIC_n%> with "n" the # of setted sources.
- addSimpleOutputDestination(File) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
- addSimpleOutputDestination(File, String) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
- addSimpleOutputDestination(String) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
- addSimpleOutputDestination(String, String) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Define cmd var name like <%OUT_AUTOMATIC_n%> with "n" the # of setted destination.
- addTune(FFmpeg.Tune) - Method in class tv.hd3g.fflauncher.FFmpeg
- addVideoCodecName(String, int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
No checks will be done.
- addVsync(int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
No checks will be done.
- ALL - tv.hd3g.fflauncher.OutputFilePresencePolicy
- alternateTags - Variable in class tv.hd3g.fflauncher.FFFormat
-
Like "mov, mp4, m4a, 3gp, 3g2, mj2"
- ANIMATION - tv.hd3g.fflauncher.FFmpeg.Tune
- AUDIO - tv.hd3g.fflauncher.FFCodec.CodecType
- AUDIO - tv.hd3g.fflauncher.FFFilter.ConnectorType
B
- BC - tv.hd3g.fflauncher.Channel
-
back center
- beforeRun(ProcesslauncherBuilder) - Method in class tv.hd3g.fflauncher.ConversionTool
- beforeRun(ProcesslauncherBuilder) - Method in class tv.hd3g.fflauncher.FFbase
- bitsPerPixel - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- bitstream - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- BL - tv.hd3g.fflauncher.Channel
-
back left
- BR - tv.hd3g.fflauncher.Channel
-
back right
- builtWith - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516" or "gcc 7.3.0 (GCC)"
- BY_DEFAULT - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
C
- Channel - Enum in tv.hd3g.fflauncher
-
Get by ffmpeg -layouts
- channel_layouts - Static variable in class tv.hd3g.fflauncher.FFAbout
-
Get by ffmpeg -layouts
- checkDestinations() - Method in class tv.hd3g.fflauncher.ConversionTool
-
Check read access for every files set in output.
- checkSources() - Method in class tv.hd3g.fflauncher.ConversionTool
-
Check read access for every files set in input.
- cleanUpOutputFiles(boolean, boolean) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Don't need to be executed before.
- commandSupport - Variable in class tv.hd3g.fflauncher.FFFilter
- COMPACT - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- configuration - Variable in class tv.hd3g.fflauncher.FFVersion
-
unmodifiableSet, like "yasm, gpl, version3, nonfree, libmp3lame, libbluray..."
- ConversionTool - Class in tv.hd3g.fflauncher
- ConversionTool(String) - Constructor for class tv.hd3g.fflauncher.ConversionTool
- ConversionTool(String, Parameters) - Constructor for class tv.hd3g.fflauncher.ConversionTool
- CSV - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
D
- DATA - tv.hd3g.fflauncher.FFCodec.CodecType
- DEBUG - tv.hd3g.fflauncher.FFLogLevel
-
Show everything, including debugging information.
- decoders - Variable in class tv.hd3g.fflauncher.FFCodec
- decodingSupported - Variable in class tv.hd3g.fflauncher.FFCodec
- demuxing - Variable in class tv.hd3g.fflauncher.FFFormat
- destConnector - Variable in class tv.hd3g.fflauncher.FFFilter
- destConnectorsCount - Variable in class tv.hd3g.fflauncher.FFFilter
- DL - tv.hd3g.fflauncher.Channel
-
downmix left
- doAnalysing(File) - Method in class tv.hd3g.fflauncher.recipes.ProbeMedia
-
Stateless Get streams, format and chapters.
- doAnalysing(String) - Method in class tv.hd3g.fflauncher.recipes.ProbeMedia
-
Stateless Get streams, format and chapters.
- DR - tv.hd3g.fflauncher.Channel
-
downmix right
- DYNAMIC - tv.hd3g.fflauncher.FFFilter.ConnectorType
-
Dynamic number and/or type
E
- encoders - Variable in class tv.hd3g.fflauncher.FFCodec
- encodingSupported - Variable in class tv.hd3g.fflauncher.FFCodec
- ERROR - tv.hd3g.fflauncher.FFLogLevel
-
Show all errors, including ones which can be recovered from.
- execName - Variable in class tv.hd3g.fflauncher.ConversionTool
- execName - Variable in class tv.hd3g.fflauncher.recipes.Recipe
F
- FAST - tv.hd3g.fflauncher.FFmpeg.Preset
- FASTDECODE - tv.hd3g.fflauncher.FFmpeg.Tune
- FASTER - tv.hd3g.fflauncher.FFmpeg.Preset
- FATAL - tv.hd3g.fflauncher.FFLogLevel
-
Only show FATAL errors.
- FC - tv.hd3g.fflauncher.Channel
-
front center
- FFAbout - Class in tv.hd3g.fflauncher
-
Threadsafe Sync (blocking) during executions
- FFbase - Class in tv.hd3g.fflauncher
- FFbase(String, Parameters) - Constructor for class tv.hd3g.fflauncher.FFbase
- FFCodec - Class in tv.hd3g.fflauncher
- FFCodec.CodecType - Enum in tv.hd3g.fflauncher
- FFDevice - Class in tv.hd3g.fflauncher
- FFFilter - Class in tv.hd3g.fflauncher
- FFFilter.ConnectorType - Enum in tv.hd3g.fflauncher
- FFFormat - Class in tv.hd3g.fflauncher
- FFLogLevel - Enum in tv.hd3g.fflauncher
- FFmpeg - Class in tv.hd3g.fflauncher
- FFmpeg(String, Parameters) - Constructor for class tv.hd3g.fflauncher.FFmpeg
- FFmpeg.FFHardwareCodec - Enum in tv.hd3g.fflauncher
- FFmpeg.Preset - Enum in tv.hd3g.fflauncher
- FFmpeg.Tune - Enum in tv.hd3g.fflauncher
- FFPixelFormat - Class in tv.hd3g.fflauncher
- FFprobe - Class in tv.hd3g.fflauncher
- FFprobe(String, Parameters) - Constructor for class tv.hd3g.fflauncher.FFprobe
- FFprobe.FFPrintFormat - Enum in tv.hd3g.fflauncher
- FFProtocols - Class in tv.hd3g.fflauncher
- FFUnit - Enum in tv.hd3g.fflauncher
- FFVersion - Class in tv.hd3g.fflauncher
- FILM - tv.hd3g.fflauncher.FFmpeg.Tune
- filterOutErrorLines() - Method in class tv.hd3g.fflauncher.FFbase
- FL - tv.hd3g.fflauncher.Channel
-
front left
- FLAT - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- FLC - tv.hd3g.fflauncher.Channel
-
front left-of-center
- FR - tv.hd3g.fflauncher.Channel
-
front right
- FRC - tv.hd3g.fflauncher.Channel
-
front right-of-center
- fromString(String) - Static method in enum tv.hd3g.fflauncher.FFUnit
G
- generateBarsAnd1k(File, int, Point) - Method in class tv.hd3g.fflauncher.recipes.GenerateVideoFile
-
Stateless
- generateBarsAnd1k(String, int, Point) - Method in class tv.hd3g.fflauncher.recipes.GenerateVideoFile
-
Stateless
- GenerateVideoFile - Class in tv.hd3g.fflauncher.recipes
- GenerateVideoFile(ToolRunner) - Constructor for class tv.hd3g.fflauncher.recipes.GenerateVideoFile
- GenerateVideoFile(ToolRunner, String) - Constructor for class tv.hd3g.fflauncher.recipes.GenerateVideoFile
- getAbout(ExecutableFinder) - Method in class tv.hd3g.fflauncher.FFbase
- getAvailableHWAccelerationMethods() - Method in class tv.hd3g.fflauncher.FFAbout
-
-hwaccels show available HW acceleration methods
- getBitStreamFilters() - Method in class tv.hd3g.fflauncher.FFAbout
-
-bsfs show available bit stream filters
- getCodecs() - Method in class tv.hd3g.fflauncher.FFAbout
-
-codecs show available codecs
- getDeclaredDestinationByVarName(String) - Method in class tv.hd3g.fflauncher.ConversionTool
- getDeclaredDestinations() - Method in class tv.hd3g.fflauncher.ConversionTool
- getDeclaredSourceByVarName(String) - Method in class tv.hd3g.fflauncher.ConversionTool
- getDeclaredSources() - Method in class tv.hd3g.fflauncher.ConversionTool
- getDeviceIdToUse() - Method in class tv.hd3g.fflauncher.FFmpeg
- getDevices() - Method in class tv.hd3g.fflauncher.FFAbout
-
-devices show available devices
- getExecName() - Method in class tv.hd3g.fflauncher.recipes.Recipe
- getExecutableName() - Method in class tv.hd3g.fflauncher.ConversionTool
- getFilterForLinesEventsToDisplay() - Method in class tv.hd3g.fflauncher.ConversionTool
- getFilters() - Method in class tv.hd3g.fflauncher.FFAbout
-
-filters show available filters
- getFirstVideoStream(FFprobeJAXB) - Static method in class tv.hd3g.fflauncher.FFmpeg
- getFormats() - Method in class tv.hd3g.fflauncher.FFAbout
-
-formats show available formats
- getInternalParameters() - Method in class tv.hd3g.fflauncher.ConversionTool
- getMaxExecTime(TimeUnit) - Method in class tv.hd3g.fflauncher.ConversionTool
- getMaxExecTimeScheduler() - Method in class tv.hd3g.fflauncher.ConversionTool
- getOutputFiles(OutputFilePresencePolicy) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Don't need to be executed before, only checks.
- getParametersVariables() - Method in class tv.hd3g.fflauncher.ConversionTool
-
Set values for variables like <%myvar%> in the command line, do NOT set input/output references if they was set with addInputSource/addOutputDestination.
- getPixelFormats() - Method in class tv.hd3g.fflauncher.FFAbout
-
-pix_fmts show available pixel formats
- getProtocols() - Method in class tv.hd3g.fflauncher.FFAbout
-
-protocols show available protocols
- getReadyToRunParameters() - Method in class tv.hd3g.fflauncher.ConversionTool
- getStdErrPrintStreamToDisplayLinesEvents() - Method in class tv.hd3g.fflauncher.ConversionTool
- getStdErrPrintStreamToDisplayLinesEvents() - Method in class tv.hd3g.fflauncher.FFbase
- getStdOutPrintStreamToDisplayLinesEvents() - Method in class tv.hd3g.fflauncher.ConversionTool
- getVersion() - Method in class tv.hd3g.fflauncher.FFAbout
- getWorkingDirectory() - Method in class tv.hd3g.fflauncher.ConversionTool
- GIGA - tv.hd3g.fflauncher.FFUnit
- GRAIN - tv.hd3g.fflauncher.FFmpeg.Tune
H
- hardwareAccelerated - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- hasPrintFormat() - Method in class tv.hd3g.fflauncher.FFprobe
- headerVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "4.0 Copyright (c) 2000-2018 the FFmpeg developers"
I
- INFO - tv.hd3g.fflauncher.FFLogLevel
-
Show informative messages during processing.
- INI - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- input - Variable in class tv.hd3g.fflauncher.FFProtocols
-
Like async, bluray, httpproxy, unix...
- inputSources - Variable in class tv.hd3g.fflauncher.ConversionTool
- intraFrameOnly - Variable in class tv.hd3g.fflauncher.FFCodec
- IORuntimeException - Exception in tv.hd3g.fflauncher
- IORuntimeException(String) - Constructor for exception tv.hd3g.fflauncher.IORuntimeException
- IORuntimeException(String, IOException) - Constructor for exception tv.hd3g.fflauncher.IORuntimeException
- isCheckSourcesBeforeReady() - Method in class tv.hd3g.fflauncher.ConversionTool
- isCoderEngineIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
- isCoderIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
- isDecoderEngineIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
- isDecoderIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
- isFilterIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
- isFromFormatIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
- isHardwareNVScalerFilterIsAvaliable() - Method in class tv.hd3g.fflauncher.FFAbout
-
ALL FUNCTIONS ARE NOT AVAILABLE FOR ALL GRAPHICS CARDS, EVEN IF FFMPEG SUPPORT IT HERE.
- isHidebanner() - Method in class tv.hd3g.fflauncher.FFbase
- isLogLevelSet() - Method in class tv.hd3g.fflauncher.FFbase
- isNeverOverwriteOutputFiles() - Method in class tv.hd3g.fflauncher.FFbase
- isNVToolkitIsAvaliable() - Method in class tv.hd3g.fflauncher.FFAbout
-
ALL FUNCTIONS ARE NOT AVAILABLE FOR ALL GRAPHICS CARDS, EVEN IF FFMPEG SUPPORT IT HERE.
- isOnErrorDeleteOutFiles() - Method in class tv.hd3g.fflauncher.ConversionTool
- isOverwriteOutputFiles() - Method in class tv.hd3g.fflauncher.FFbase
- isPretty() - Method in class tv.hd3g.fflauncher.FFprobe
- isRemoveParamsIfNoVarToInject() - Method in class tv.hd3g.fflauncher.ConversionTool
- isShowChapters() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowData() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowError() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowFormat() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowFrames() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowLog() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowPackets() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowPrograms() - Method in class tv.hd3g.fflauncher.FFprobe
- isShowStreams() - Method in class tv.hd3g.fflauncher.FFprobe
- isToFormatIsAvaliable(String) - Method in class tv.hd3g.fflauncher.FFAbout
J
- JSON - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
K
L
- LFE - tv.hd3g.fflauncher.Channel
-
low frequency
- LFE2 - tv.hd3g.fflauncher.Channel
-
low frequency 2
- libavcodecVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavdeviceVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavfilterVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavformatVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavutilVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libpostprocVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libswresampleVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libswscaleVersion - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- longName - Variable in class tv.hd3g.fflauncher.FFCodec
-
Like "DPX (Digital Picture Exchange) image"
- longName - Variable in class tv.hd3g.fflauncher.FFFilter
-
Like "Filter audio signal according to a specified expression."
- longName - Variable in class tv.hd3g.fflauncher.FFFormat
-
Like "ASF (Advanced / Active Streaming Format)"
- losslessCompression - Variable in class tv.hd3g.fflauncher.FFCodec
- lossyCompression - Variable in class tv.hd3g.fflauncher.FFCodec
M
- MediaException - Exception in tv.hd3g.fflauncher
- MediaException(String) - Constructor for exception tv.hd3g.fflauncher.MediaException
- MediaException(String, Throwable) - Constructor for exception tv.hd3g.fflauncher.MediaException
- MediaException(Throwable) - Constructor for exception tv.hd3g.fflauncher.MediaException
- MEDIUM - tv.hd3g.fflauncher.FFmpeg.Preset
- MEGA - tv.hd3g.fflauncher.FFUnit
- MUST_BE_A_REGULAR_FILE - tv.hd3g.fflauncher.OutputFilePresencePolicy
-
Implicit MUST_EXISTS
- MUST_EXISTS - tv.hd3g.fflauncher.OutputFilePresencePolicy
- muxing - Variable in class tv.hd3g.fflauncher.FFFormat
N
- name - Variable in class tv.hd3g.fflauncher.FFCodec
-
Like "dpx"
- name - Variable in class tv.hd3g.fflauncher.FFFormat
-
Like "asf"
- nbComponents - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- NOT_EMPTY - tv.hd3g.fflauncher.OutputFilePresencePolicy
-
Implicit MUST_EXISTS.
- NV - tv.hd3g.fflauncher.FFmpeg.FFHardwareCodec
-
cuvid and nvenc ALL CODECS ARE NOT AVAILABLE FOR ALL GRAPHICS CARDS, EVEN IF FFMPEG SUPPORT IT.
O
- onMissingInputOutputVar(String, String) - Method in class tv.hd3g.fflauncher.ConversionTool
- output - Variable in class tv.hd3g.fflauncher.FFProtocols
-
Like gopher, md5, tee, sftp...
- outputExpectedDestinations - Variable in class tv.hd3g.fflauncher.ConversionTool
- OutputFilePresencePolicy - Enum in tv.hd3g.fflauncher
P
- paletted - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- PANIC - tv.hd3g.fflauncher.FFLogLevel
-
Only show FATAL errors which could lead the process to crash, such as an assertion failure.
- parameters - Variable in class tv.hd3g.fflauncher.ConversionTool
- PLACEBO - tv.hd3g.fflauncher.FFmpeg.Preset
- ProbeMedia - Class in tv.hd3g.fflauncher.recipes
- ProbeMedia(ToolRunner, String, ScheduledExecutorService) - Constructor for class tv.hd3g.fflauncher.recipes.ProbeMedia
- ProbeMedia(ToolRunner, ScheduledExecutorService) - Constructor for class tv.hd3g.fflauncher.recipes.ProbeMedia
- ProbeMedia.InvalidFFprobeReturn - Exception in tv.hd3g.fflauncher.recipes
- PSNR - tv.hd3g.fflauncher.FFmpeg.Tune
Q
- QUIET - tv.hd3g.fflauncher.FFLogLevel
-
Show nothing at all; be silent.
R
- rawConfiguration - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "--as=yasm --enable-gpl --enable-version3 --enable-nonfree --enable-libmp3lame" ...
- Recipe - Class in tv.hd3g.fflauncher.recipes
- Recipe(ToolRunner, String) - Constructor for class tv.hd3g.fflauncher.recipes.Recipe
S
- sample_formats - Static variable in class tv.hd3g.fflauncher.FFAbout
-
Get by ffmpeg -sample_fmts
- SDL - tv.hd3g.fflauncher.Channel
-
surround direct left
- SDR - tv.hd3g.fflauncher.Channel
-
surround direct right
- setCheckSourcesBeforeReady(boolean) - Method in class tv.hd3g.fflauncher.ConversionTool
-
True by default.
- setDeviceIdToUse(int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Used with hardware transcoding.
- setFilterForLinesEventsToDisplay(Predicate<LineEntry>) - Method in class tv.hd3g.fflauncher.ConversionTool
- setHidebanner() - Method in class tv.hd3g.fflauncher.FFbase
- setLogLevel(FFLogLevel, boolean, boolean) - Method in class tv.hd3g.fflauncher.FFbase
-
Add like -loglevel repeat+level+verbose
- setMaxExecTimeScheduler(ScheduledExecutorService) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Enable the execution time limitation
- setMaxExecutionTimeForShortCommands(long, TimeUnit) - Method in class tv.hd3g.fflauncher.ConversionTool
-
You needs to provide a maxExecTimeScheduler
- setNeverOverwriteOutputFiles() - Method in class tv.hd3g.fflauncher.FFbase
- setOnErrorDeleteOutFiles(boolean) - Method in class tv.hd3g.fflauncher.ConversionTool
- setOverwriteOutputFiles() - Method in class tv.hd3g.fflauncher.FFbase
- setPretty() - Method in class tv.hd3g.fflauncher.FFprobe
-
-pretty prettify the format of displayed values, make it more human readable
- setPrintFormat(FFprobe.FFPrintFormat) - Method in class tv.hd3g.fflauncher.FFprobe
-
-print_format format set the output printing format
- setRemoveParamsIfNoVarToInject(boolean) - Method in class tv.hd3g.fflauncher.ConversionTool
- setShowChapters() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_chapters show chapters INFO
- setShowData() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_data show packets data
- setShowError() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_error show probing ERROR
- setShowFormat() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_format show format/container INFO
- setShowFrames() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_frames show frames INFO
- setShowLog() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_log show log
- setShowPackets() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_packets show packets INFO
- setShowPrograms() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_programs show programs INFO
- setShowStreams() - Method in class tv.hd3g.fflauncher.FFprobe
-
-show_streams show streams INFO
- setWorkingDirectory(File) - Method in class tv.hd3g.fflauncher.ConversionTool
- SL - tv.hd3g.fflauncher.Channel
-
side left
- sliceThreading - Variable in class tv.hd3g.fflauncher.FFFilter
- SLOW - tv.hd3g.fflauncher.FFmpeg.Preset
- SLOWER - tv.hd3g.fflauncher.FFmpeg.Preset
- SOURCE_SINK - tv.hd3g.fflauncher.FFFilter.ConnectorType
- sourceConnector - Variable in class tv.hd3g.fflauncher.FFFilter
- sourceConnectorsCount - Variable in class tv.hd3g.fflauncher.FFFilter
- SR - tv.hd3g.fflauncher.Channel
-
side right
- SSIM - tv.hd3g.fflauncher.FFmpeg.Tune
- STILLIMAGE - tv.hd3g.fflauncher.FFmpeg.Tune
- SUBTITLE - tv.hd3g.fflauncher.FFCodec.CodecType
- SUPERFAST - tv.hd3g.fflauncher.FFmpeg.Preset
- supportedInput - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- supportedOutput - Variable in class tv.hd3g.fflauncher.FFPixelFormat
T
- tag - Variable in class tv.hd3g.fflauncher.FFFilter
-
Like "aeval"
- tag - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- TBC - tv.hd3g.fflauncher.Channel
-
top back center
- TBL - tv.hd3g.fflauncher.Channel
-
top back left
- TBR - tv.hd3g.fflauncher.Channel
-
top back right
- TC - tv.hd3g.fflauncher.Channel
-
top center
- TFC - tv.hd3g.fflauncher.Channel
-
top front center
- TFL - tv.hd3g.fflauncher.Channel
-
top front left
- TFR - tv.hd3g.fflauncher.Channel
-
top front right
- timelineSupport - Variable in class tv.hd3g.fflauncher.FFFilter
- toolRun - Variable in class tv.hd3g.fflauncher.recipes.Recipe
- toString() - Method in class tv.hd3g.fflauncher.FFCodec
- toString() - Method in class tv.hd3g.fflauncher.FFFilter
- toString() - Method in class tv.hd3g.fflauncher.FFFormat
- toString() - Method in enum tv.hd3g.fflauncher.FFLogLevel
- toString() - Method in enum tv.hd3g.fflauncher.FFmpeg.Preset
- toString() - Method in enum tv.hd3g.fflauncher.FFmpeg.Tune
- toString() - Method in enum tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- toString() - Method in enum tv.hd3g.fflauncher.FFUnit
- toString() - Method in class tv.hd3g.fflauncher.FFVersion
- TRACE - tv.hd3g.fflauncher.FFLogLevel
- tv.hd3g.fflauncher - package tv.hd3g.fflauncher
- tv.hd3g.fflauncher.recipes - package tv.hd3g.fflauncher.recipes
- type - Variable in class tv.hd3g.fflauncher.FFCodec
U
- ULTRAFAST - tv.hd3g.fflauncher.FFmpeg.Preset
- UnknownFormatException - Exception in tv.hd3g.fflauncher
- UnknownFormatException(String) - Constructor for exception tv.hd3g.fflauncher.UnknownFormatException
- UnknownFormatException(String, Throwable) - Constructor for exception tv.hd3g.fflauncher.UnknownFormatException
V
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.Channel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFCodec.CodecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFFilter.ConnectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFmpeg.FFHardwareCodec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFmpeg.Preset
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFmpeg.Tune
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFprobe.FFPrintFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.FFUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.OutputFilePresencePolicy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum tv.hd3g.fflauncher.Channel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFCodec.CodecType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFFilter.ConnectorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFLogLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFmpeg.FFHardwareCodec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFmpeg.Preset
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFmpeg.Tune
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFprobe.FFPrintFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.FFUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.OutputFilePresencePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERBOSE - tv.hd3g.fflauncher.FFLogLevel
-
Same as INFO, except more VERBOSE.
- VERYFAST - tv.hd3g.fflauncher.FFmpeg.Preset
- VERYSLOW - tv.hd3g.fflauncher.FFmpeg.Preset
- VIDEO - tv.hd3g.fflauncher.FFCodec.CodecType
- VIDEO - tv.hd3g.fflauncher.FFFilter.ConnectorType
W
- WARNING - tv.hd3g.fflauncher.FFLogLevel
-
Show all warnings and errors.
- WL - tv.hd3g.fflauncher.Channel
-
wide left
- WR - tv.hd3g.fflauncher.Channel
-
wide right
X
- XML - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
Z
- ZEROLATENCY - tv.hd3g.fflauncher.FFmpeg.Tune
All Classes All Packages