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
- addArgument(String) - Method in class tv.hd3g.fflauncher.filtering.Filter
- addArgument(String, Enum<?>) - Method in class tv.hd3g.fflauncher.filtering.Filter
- addArgument(String, Number) - Method in class tv.hd3g.fflauncher.filtering.Filter
- addArgument(String, String) - Method in class tv.hd3g.fflauncher.filtering.Filter
- addArgument(String, Collection<?>, String) - Method in class tv.hd3g.fflauncher.filtering.Filter
-
map with toString
- addArgument(String, Stream<?>, String) - Method in class tv.hd3g.fflauncher.filtering.Filter
-
map with toString
- 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.
- addFilterInLastChain(String, boolean) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- addFilterInLastChain(Filter, boolean) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- 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>) - 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>) - 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>) - 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>) - 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, String...) - Method in interface tv.hd3g.fflauncher.InputGeneratorsTraits
- 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) - Method in class tv.hd3g.fflauncher.FFbase
-
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) - Method in class tv.hd3g.fflauncher.FFbase
-
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.
- addSineAudioGeneratorAsInputSource(int, int, int) - Method in interface tv.hd3g.fflauncher.InputGeneratorsTraits
- addSmptehdbarsGeneratorAsInputSource(Point, int, String) - Method in interface tv.hd3g.fflauncher.InputGeneratorsTraits
- 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.enums.OutputFilePresencePolicy
- alternateTags - Variable in class tv.hd3g.fflauncher.about.FFAboutFormat
-
Like "mov, mp4, m4a, 3gp, 3g2, mj2"
- ANIMATION - tv.hd3g.fflauncher.FFmpeg.Tune
- APPEND_PARAM_AT_END - Static variable in class tv.hd3g.fflauncher.ConversionTool
- AUDIO - tv.hd3g.fflauncher.about.FFAboutCodec.CodecType
- AUDIO - tv.hd3g.fflauncher.enums.FilterConnectorType
- AudioChannelManipulation - Class in tv.hd3g.fflauncher.acm
-
0 is always the first !
- AudioChannelManipulation(List<OutputAudioStream>) - Constructor for class tv.hd3g.fflauncher.acm.AudioChannelManipulation
- AudioChannelManipulationSetup - Class in tv.hd3g.fflauncher.acm
- AudioChannelManipulationSetup() - Constructor for class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
- AudioFilterAmerge - Class in tv.hd3g.fflauncher.filtering
-
See https://ffmpeg.org/ffmpeg-filters.html#amerge-1
- AudioFilterAmerge(int) - Constructor for class tv.hd3g.fflauncher.filtering.AudioFilterAmerge
- AudioFilterChannelmap - Class in tv.hd3g.fflauncher.filtering
-
See https://ffmpeg.org/ffmpeg-filters.html#channelmap
- AudioFilterChannelmap(ChannelLayout, Map<Channel, Channel>) - Constructor for class tv.hd3g.fflauncher.filtering.AudioFilterChannelmap
- AudioFilterChannelsplit - Class in tv.hd3g.fflauncher.filtering
-
See https://ffmpeg.org/ffmpeg-filters.html#channelsplit
- AudioFilterChannelsplit(ChannelLayout, List<Channel>) - Constructor for class tv.hd3g.fflauncher.filtering.AudioFilterChannelsplit
- AudioFilterJoin - Class in tv.hd3g.fflauncher.filtering
-
See https://ffmpeg.org/ffmpeg-filters.html#join
- AudioFilterJoin(int, ChannelLayout, Map<Channel, String>) - Constructor for class tv.hd3g.fflauncher.filtering.AudioFilterJoin
B
- BC - tv.hd3g.fflauncher.enums.Channel
-
back center
- beforeRun(ProcesslauncherBuilder) - Method in class tv.hd3g.fflauncher.ConversionTool
- beforeRun(ProcesslauncherBuilder) - Method in class tv.hd3g.fflauncher.FFbase
- bitDepths - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- BitDepths_0 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_1 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_1_2_1 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_10 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_10_10_10 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_10_10_10_10 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_12 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_12_12_12 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_12_12_12_12 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_14 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_14_14_14 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_16 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_16_16 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_16_16_16 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_16_16_16_16 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_2_3_3 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_2_4_2 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_3_3_2 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_32 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_32_32_32 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_32_32_32_32 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_4_4_4 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_4_8_4 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_5_5_5 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_5_6_5 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_8 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_8_8 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_8_8_8 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_8_8_8_8 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_9 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_9_9_9 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- BitDepths_9_9_9_9 - tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- bitsPerPixel - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- bitstream - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- BL - tv.hd3g.fflauncher.enums.Channel
-
back left
- BR - tv.hd3g.fflauncher.enums.Channel
-
back right
- builtWith - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
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
- CH2_1 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH3_0 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH3_0_BACK - tv.hd3g.fflauncher.enums.ChannelLayout
- CH3_1 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH4_0 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH4_1 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH5_0 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH5_0_SIDE - tv.hd3g.fflauncher.enums.ChannelLayout
- CH5_1 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH5_1_SIDE - tv.hd3g.fflauncher.enums.ChannelLayout
- CH6_0 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH6_0_FRONT - tv.hd3g.fflauncher.enums.ChannelLayout
- CH6_1 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH6_1_BACK - tv.hd3g.fflauncher.enums.ChannelLayout
- CH6_1_FRONT - tv.hd3g.fflauncher.enums.ChannelLayout
- CH7_0 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH7_0_FRONT - tv.hd3g.fflauncher.enums.ChannelLayout
- CH7_1 - tv.hd3g.fflauncher.enums.ChannelLayout
- CH7_1_WIDE - tv.hd3g.fflauncher.enums.ChannelLayout
- CH7_1_WIDE_SIDE - tv.hd3g.fflauncher.enums.ChannelLayout
- Channel - Enum in tv.hd3g.fflauncher.enums
-
Get by ffmpeg -layouts
- ChannelLayout - Enum in tv.hd3g.fflauncher.enums
-
Get by ffmpeg -layouts
- checkDestinations() - Method in class tv.hd3g.fflauncher.ConversionTool
-
Check read access for every files set in output.
- checkFiltersAvailability(FFAbout) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- checkFiltersAvailability(FFAbout, FilterConnectorType) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- checkFiltersAvailability(ExecutableFinder) - Method in class tv.hd3g.fflauncher.FFbase
- 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.
- COMPACT - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- compareTo(OutputAudioStream) - Method in class tv.hd3g.fflauncher.acm.OutputAudioStream
- configuration - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
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
- createChain() - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- CSV - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
D
- DATA - tv.hd3g.fflauncher.about.FFAboutCodec.CodecType
- DEBUG - tv.hd3g.fflauncher.enums.FFLogLevel
-
Show everything, including debugging information.
- decoders - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
- decodingSupported - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
- demuxing - Variable in class tv.hd3g.fflauncher.about.FFAboutFormat
- DL - tv.hd3g.fflauncher.enums.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.
- DOWNMIX - tv.hd3g.fflauncher.enums.ChannelLayout
- DR - tv.hd3g.fflauncher.enums.Channel
-
downmix right
- DYNAMIC - tv.hd3g.fflauncher.enums.FilterConnectorType
-
Dynamic number and/or type
E
- encoders - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
- encodingSupported - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
- equals(Object) - Method in class tv.hd3g.fflauncher.acm.OutputAudioStream
- equals(Object) - Method in class tv.hd3g.fflauncher.filtering.Filter
- equals(Object) - Method in class tv.hd3g.fflauncher.filtering.FilterArgument
-
Only use key
- ERROR - tv.hd3g.fflauncher.enums.FFLogLevel
-
Show all errors, including ones which can be recovered from.
- ERROR - tv.hd3g.fflauncher.enums.SourceNotFoundPolicy
- execName - Variable in class tv.hd3g.fflauncher.ConversionTool
F
- FAST - tv.hd3g.fflauncher.FFmpeg.Preset
- FASTDECODE - tv.hd3g.fflauncher.FFmpeg.Tune
- FASTER - tv.hd3g.fflauncher.FFmpeg.Preset
- FATAL - tv.hd3g.fflauncher.enums.FFLogLevel
-
Only show FATAL errors.
- FC - tv.hd3g.fflauncher.enums.Channel
-
front center
- FFAbout - Class in tv.hd3g.fflauncher.about
-
Threadsafe Sync (blocking) during executions
- FFAbout(String, ExecutableFinder, ScheduledExecutorService) - Constructor for class tv.hd3g.fflauncher.about.FFAbout
- FFAboutCodec - Class in tv.hd3g.fflauncher.about
- FFAboutCodec.CodecType - Enum in tv.hd3g.fflauncher.about
- FFAboutDevice - Class in tv.hd3g.fflauncher.about
- FFAboutFilter - Class in tv.hd3g.fflauncher.about
- FFAboutFormat - Class in tv.hd3g.fflauncher.about
- FFAboutPixelFormat - Class in tv.hd3g.fflauncher.about
- FFAboutPixelFormat.BitDepths - Enum in tv.hd3g.fflauncher.about
- FFAboutProtocols - Class in tv.hd3g.fflauncher.about
- FFAboutVersion - Class in tv.hd3g.fflauncher.about
- FFbase - Class in tv.hd3g.fflauncher
- FFbase(String, Parameters) - Constructor for class tv.hd3g.fflauncher.FFbase
- FFLogLevel - Enum in tv.hd3g.fflauncher.enums
- 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
- FFprobe - Class in tv.hd3g.fflauncher
- FFprobe(String, Parameters) - Constructor for class tv.hd3g.fflauncher.FFprobe
- FFprobe.FFPrintFormat - Enum in tv.hd3g.fflauncher
- FFUnit - Enum in tv.hd3g.fflauncher.enums
- FILM - tv.hd3g.fflauncher.FFmpeg.Tune
- filter() - Method in enum tv.hd3g.fflauncher.enums.OutputFilePresencePolicy
- Filter - Class in tv.hd3g.fflauncher.filtering
-
Full mutable, not thread safe.
- Filter(String) - Constructor for class tv.hd3g.fflauncher.filtering.Filter
- Filter(String, Collection<FilterArgument>) - Constructor for class tv.hd3g.fflauncher.filtering.Filter
- Filter(String, FilterArgument...) - Constructor for class tv.hd3g.fflauncher.filtering.Filter
- FilterArgument - Class in tv.hd3g.fflauncher.filtering
- FilterArgument(String) - Constructor for class tv.hd3g.fflauncher.filtering.FilterArgument
- FilterArgument(String, Enum<?>) - Constructor for class tv.hd3g.fflauncher.filtering.FilterArgument
- FilterArgument(String, Number) - Constructor for class tv.hd3g.fflauncher.filtering.FilterArgument
- FilterArgument(String, String) - Constructor for class tv.hd3g.fflauncher.filtering.FilterArgument
- FilterArgument(String, Collection<?>, String) - Constructor for class tv.hd3g.fflauncher.filtering.FilterArgument
-
map with toString
- FilterArgument(String, Stream<?>, String) - Constructor for class tv.hd3g.fflauncher.filtering.FilterArgument
-
map with toString
- FilterChains - Class in tv.hd3g.fflauncher.filtering
-
Manage filter entries like "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=0:H/2"
- FilterChains() - Constructor for class tv.hd3g.fflauncher.filtering.FilterChains
- FilterChains(String) - Constructor for class tv.hd3g.fflauncher.filtering.FilterChains
- FilterConnectorType - Enum in tv.hd3g.fflauncher.enums
- filterOutErrorLines() - Method in class tv.hd3g.fflauncher.FFbase
- FilterParser - Class in tv.hd3g.fflauncher.filtering.parser
- FilterParserDefinition - Interface in tv.hd3g.fflauncher.filtering.parser
- fixIOParametredVars() - Method in class tv.hd3g.fflauncher.ConversionTool
-
Default with prependBulkParameters and prependParameters
- fixIOParametredVars(BiConsumer<Parameters, String>, BiConsumer<Parameters, String>) - Method in class tv.hd3g.fflauncher.ConversionTool
-
Search and patch missing I/O parameter vars, and manageCollisionsParameters for each I/O entries.
- FL - tv.hd3g.fflauncher.enums.Channel
-
front left
- FLAT - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- FLC - tv.hd3g.fflauncher.enums.Channel
-
front left-of-center
- FR - tv.hd3g.fflauncher.enums.Channel
-
front right
- FRC - tv.hd3g.fflauncher.enums.Channel
-
front right-of-center
- fromString(String) - Static method in enum tv.hd3g.fflauncher.enums.FFUnit
- fullParsing(String, Supplier<T>) - Static method in class tv.hd3g.fflauncher.filtering.parser.FilterParser
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(String, ExecutableFinder) - Constructor for class tv.hd3g.fflauncher.recipes.GenerateVideoFile
- GenerateVideoFile(ExecutableFinder) - Constructor for class tv.hd3g.fflauncher.recipes.GenerateVideoFile
- getAbout(ExecutableFinder) - Method in class tv.hd3g.fflauncher.FFbase
- getAllOutputStreamList(List<FFprobeJAXB>) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
- getArguments() - Method in class tv.hd3g.fflauncher.filtering.Filter
- getAvailableHWAccelerationMethods() - Method in class tv.hd3g.fflauncher.about.FFAbout
-
-hwaccels show available HW acceleration methods
- getBitStreamFilters() - Method in class tv.hd3g.fflauncher.about.FFAbout
-
-bsfs show available bit stream filters
- getByChannelSize(int) - Static method in enum tv.hd3g.fflauncher.enums.ChannelLayout
- getChain(int) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- getChainsCount() - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- getChannelList() - Method in enum tv.hd3g.fflauncher.enums.ChannelLayout
- getChannelMap() - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
- getChannelSize() - Method in enum tv.hd3g.fflauncher.enums.ChannelLayout
- getCodecs() - Method in class tv.hd3g.fflauncher.about.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
- getDestBlocks() - Method in class tv.hd3g.fflauncher.filtering.Filter
- getDestConnector() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- getDestConnectorsCount() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- getDeviceIdToUse() - Method in class tv.hd3g.fflauncher.FFmpeg
- getDevices() - Method in class tv.hd3g.fflauncher.about.FFAbout
-
-devices show available devices
- getExecutableName() - Method in class tv.hd3g.fflauncher.ConversionTool
- getFilterChains(boolean) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulation
- getFilterForLinesEventsToDisplay() - Method in class tv.hd3g.fflauncher.ConversionTool
- getFilterName() - Method in class tv.hd3g.fflauncher.filtering.Filter
- getFilters() - Method in class tv.hd3g.fflauncher.about.FFAbout
-
-filters show available filters
- getFirstVideoStream(FFprobeJAXB) - Static method in class tv.hd3g.fflauncher.FFmpeg
- getFormats() - Method in class tv.hd3g.fflauncher.about.FFAbout
-
-formats show available formats
- getFromAbsoluteIndex(List<InputAudioStream>, int) - Static method in class tv.hd3g.fflauncher.acm.InputAudioStream
- getFromRelativeIndexes(List<InputAudioStream>, int, int) - Static method in class tv.hd3g.fflauncher.acm.InputAudioStream
- getFromTag(String) - Static method in enum tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- getInternalParameters() - Method in class tv.hd3g.fflauncher.ConversionTool
- getKey() - Method in class tv.hd3g.fflauncher.filtering.FilterArgument
- getLastChain() - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- getListFromAnalysis(List<FFprobeJAXB>) - Static method in class tv.hd3g.fflauncher.acm.InputAudioStream
- getListFromAnalysis(FFprobeJAXB...) - Static method in class tv.hd3g.fflauncher.acm.InputAudioStream
- getLongName() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- getLongName() - Method in enum tv.hd3g.fflauncher.enums.Channel
- getMapParameters() - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulation
-
Only add -map "-map stream_ref"...
- getMapParameters(BiFunction<Integer, OutputAudioStream, Parameters>) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulation
-
You should add yourself "-map stream_ref"
- getMapParameters(List<String>) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulation
- getMapParameters(List<FFprobeJAXB>, BiPredicate<Integer, StreamType>) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulation
- getMaxExecTime(TimeUnit) - Method in class tv.hd3g.fflauncher.ConversionTool
- getMaxExecTimeScheduler() - Method in class tv.hd3g.fflauncher.ConversionTool
- getNotFound() - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
- getOutputFileIndexes() - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
- 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.about.FFAbout
-
-pix_fmts show available pixel formats
- getProtocols() - Method in class tv.hd3g.fflauncher.about.FFAbout
-
-protocols show available protocols
- getReadyToRunParameters() - Method in class tv.hd3g.fflauncher.ConversionTool
- getSourceBlocks() - Method in class tv.hd3g.fflauncher.filtering.Filter
- getSourceConnector() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- getSourceConnectorsCount() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- getStdErrPrintStreamToDisplayLinesEvents() - Method in class tv.hd3g.fflauncher.ConversionTool
- getStdErrPrintStreamToDisplayLinesEvents() - Method in class tv.hd3g.fflauncher.FFbase
- getStdOutPrintStreamToDisplayLinesEvents() - Method in class tv.hd3g.fflauncher.ConversionTool
- getTag() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- getValue() - Method in class tv.hd3g.fflauncher.filtering.FilterArgument
- getVersion() - Method in class tv.hd3g.fflauncher.about.FFAbout
- getWorkingDirectory() - Method in class tv.hd3g.fflauncher.ConversionTool
- GIGA - tv.hd3g.fflauncher.enums.FFUnit
- GRAIN - tv.hd3g.fflauncher.FFmpeg.Tune
H
- hardwareAccelerated - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- hashCode() - Method in class tv.hd3g.fflauncher.filtering.Filter
- hashCode() - Method in class tv.hd3g.fflauncher.filtering.FilterArgument
-
Only use key
- hasPrintFormat() - Method in class tv.hd3g.fflauncher.FFprobe
- headerVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "4.0 Copyright (c) 2000-2018 the FFmpeg developers"
- HEXADECAGONAL - tv.hd3g.fflauncher.enums.ChannelLayout
- HEXAGONAL - tv.hd3g.fflauncher.enums.ChannelLayout
I
- IN_CH0 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH1 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH10 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH11 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH12 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH13 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH14 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH15 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH2 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH3 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH4 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH5 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH6 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH7 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH8 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- IN_CH9 - Static variable in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- INFO - tv.hd3g.fflauncher.enums.FFLogLevel
-
Show informative messages during processing.
- INI - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
- input - Variable in class tv.hd3g.fflauncher.about.FFAboutProtocols
-
Like async, bluray, httpproxy, unix...
- InputAudioChannelSelector - Class in tv.hd3g.fflauncher.acm
-
0 is always the first !
- InputAudioChannelSelector(int) - Constructor for class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
-
0 is always the first !
- InputAudioStream - Class in tv.hd3g.fflauncher.acm
-
0 is always the first !
- InputAudioStream(ChannelLayout, int, int) - Constructor for class tv.hd3g.fflauncher.acm.InputAudioStream
-
0 is always the first !
- InputAudioStream.SelectedInputChannel - Class in tv.hd3g.fflauncher.acm
- InputGeneratorsTraits - Interface in tv.hd3g.fflauncher
- inputSources - Variable in class tv.hd3g.fflauncher.ConversionTool
- insertFilterInChain(String, Filter) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- insertFilterInChain(Filter, Filter) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- intraFrameOnly - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
- isCheckSourcesBeforeReady() - Method in class tv.hd3g.fflauncher.ConversionTool
- isCoderEngineIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
- isCoderIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
- isCommandSupport() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- isDecoderEngineIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
- isDecoderIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
- isFilterIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
- isFromFormatIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
- isHardwareNVScalerFilterIsAvaliable() - Method in class tv.hd3g.fflauncher.about.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
- isMonoLayout() - Method in enum tv.hd3g.fflauncher.enums.ChannelLayout
- isNeverOverwriteOutputFiles() - Method in class tv.hd3g.fflauncher.FFbase
- isNVToolkitIsAvaliable() - Method in class tv.hd3g.fflauncher.about.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
- isSliceThreading() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- isTimelineSupport() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- isToFormatIsAvaliable(String) - Method in class tv.hd3g.fflauncher.about.FFAbout
J
- JSON - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
K
L
- LFE - tv.hd3g.fflauncher.enums.Channel
-
low frequency
- LFE2 - tv.hd3g.fflauncher.enums.Channel
-
low frequency 2
- libavcodecVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libavdeviceVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libavfilterVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libavformatVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libavutilVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libpostprocVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libswresampleVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- libswscaleVersion - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "56. 14.100 / 56. 14.100"
- longName - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
-
Like "DPX (Digital Picture Exchange) image"
- longName - Variable in class tv.hd3g.fflauncher.about.FFAboutFormat
-
Like "ASF (Advanced / Active Streaming Format)"
- losslessCompression - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
- lossyCompression - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
M
- mapChannel(InputAudioStream, InputAudioChannelSelector) - Method in class tv.hd3g.fflauncher.acm.OutputAudioStream
-
chOutIndex will be auto-incr 0 is always the first !
- mapChannel(InputAudioStream, InputAudioChannelSelector, OutputAudioChannelSelector) - Method in class tv.hd3g.fflauncher.acm.OutputAudioStream
- 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.enums.FFUnit
- merge(List<FilterChains>) - Static method in class tv.hd3g.fflauncher.filtering.FilterChains
- MONO - tv.hd3g.fflauncher.enums.ChannelLayout
- MUST_BE_A_REGULAR_FILE - tv.hd3g.fflauncher.enums.OutputFilePresencePolicy
-
Implicit MUST_EXISTS
- MUST_EXISTS - tv.hd3g.fflauncher.enums.OutputFilePresencePolicy
- muxing - Variable in class tv.hd3g.fflauncher.about.FFAboutFormat
N
- name - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
-
Like "dpx"
- name - Variable in class tv.hd3g.fflauncher.about.FFAboutFormat
-
Like "asf"
- nbComponents - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- NOT_EMPTY - tv.hd3g.fflauncher.enums.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
- OCTAGONAL - tv.hd3g.fflauncher.enums.ChannelLayout
- onMissingInputOutputVar(String, String) - Method in class tv.hd3g.fflauncher.ConversionTool
- OUT_CH0 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH1 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH10 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH11 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH12 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH13 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH14 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH15 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH2 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH3 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH4 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH5 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH6 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH7 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH8 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- OUT_CH9 - Static variable in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- output - Variable in class tv.hd3g.fflauncher.about.FFAboutProtocols
-
Like gopher, md5, tee, sftp...
- OutputAudioChannelSelector - Class in tv.hd3g.fflauncher.acm
-
0 is always the first !
- OutputAudioChannelSelector(int) - Constructor for class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
-
0 is always the first !
- OutputAudioStream - Class in tv.hd3g.fflauncher.acm
-
0 is always the first !
- OutputAudioStream(ChannelLayout, int, int) - Constructor for class tv.hd3g.fflauncher.acm.OutputAudioStream
-
0 is always the first !
- outputExpectedDestinations - Variable in class tv.hd3g.fflauncher.ConversionTool
- OutputFilePresencePolicy - Enum in tv.hd3g.fflauncher.enums
P
- paletted - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- PANIC - tv.hd3g.fflauncher.enums.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
- parse(String) - Static method in enum tv.hd3g.fflauncher.enums.ChannelLayout
- parse(String, ConversionTool) - Static method in class tv.hd3g.fflauncher.filtering.FilterChains
- parse(String, Parameters) - Static method in class tv.hd3g.fflauncher.filtering.FilterChains
- parseFromReadyToRunParameters(String, ConversionTool) - Static method in class tv.hd3g.fflauncher.filtering.FilterChains
- patchVarName(String) - Method in class tv.hd3g.fflauncher.ConversionTool
- PLACEBO - tv.hd3g.fflauncher.FFmpeg.Preset
- PREPEND_PARAM_AT_START - Static variable in class tv.hd3g.fflauncher.ConversionTool
- ProbeMedia - Class in tv.hd3g.fflauncher.recipes
- ProbeMedia(String, ExecutableFinder, ScheduledExecutorService) - Constructor for class tv.hd3g.fflauncher.recipes.ProbeMedia
- ProbeMedia(ExecutableFinder, ScheduledExecutorService) - Constructor for class tv.hd3g.fflauncher.recipes.ProbeMedia
- PSNR - tv.hd3g.fflauncher.FFmpeg.Tune
- pushFilterChainTo(String, FFbase) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
Q
- QUAD - tv.hd3g.fflauncher.enums.ChannelLayout
- QUAD_SIDE - tv.hd3g.fflauncher.enums.ChannelLayout
- QUIET - tv.hd3g.fflauncher.enums.FFLogLevel
-
Show nothing at all; be silent.
R
- rawConfiguration - Variable in class tv.hd3g.fflauncher.about.FFAboutVersion
-
Like "--as=yasm --enable-gpl --enable-version3 --enable-nonfree --enable-libmp3lame" ...
- REMOVE_OUT_STREAM - tv.hd3g.fflauncher.enums.SourceNotFoundPolicy
- removeChain(int) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
S
- sample_formats - Static variable in class tv.hd3g.fflauncher.about.FFAbout
-
Get by ffmpeg -sample_fmts
- SDL - tv.hd3g.fflauncher.enums.Channel
-
surround direct left
- SDR - tv.hd3g.fflauncher.enums.Channel
-
surround direct right
- setArguments(List<FilterArgument>) - Method in class tv.hd3g.fflauncher.filtering.Filter
- setArguments(List<FilterArgument>) - Method in interface tv.hd3g.fflauncher.filtering.parser.FilterParserDefinition
- setChannelMap(List<String>) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
-
0 is always the first channel/stream.
- setCheckSourcesBeforeReady(boolean) - Method in class tv.hd3g.fflauncher.ConversionTool
-
True by default.
- setDestBlocks(List<String>) - Method in class tv.hd3g.fflauncher.filtering.Filter
- setDestBlocks(List<String>) - Method in interface tv.hd3g.fflauncher.filtering.parser.FilterParserDefinition
- setDeviceIdToUse(int) - Method in class tv.hd3g.fflauncher.FFmpeg
-
Used with hardware transcoding.
- setFilterChainToVar(String, FFbase) - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- setFilterForLinesEventsToDisplay(Predicate<LineEntry>) - Method in class tv.hd3g.fflauncher.ConversionTool
- setFilterName(String) - Method in class tv.hd3g.fflauncher.filtering.Filter
- setFilterName(String) - Method in interface tv.hd3g.fflauncher.filtering.parser.FilterParserDefinition
- 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
- setNotFound(SourceNotFoundPolicy) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
- setOnErrorDeleteOutFiles(boolean) - Method in class tv.hd3g.fflauncher.ConversionTool
- setOutputFileIndexes(List<Integer>) - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulationSetup
-
By default, all is mapped to the first (0) output file.
- 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
- setSourceBlocks(List<String>) - Method in class tv.hd3g.fflauncher.filtering.Filter
- setSourceBlocks(List<String>) - Method in interface tv.hd3g.fflauncher.filtering.parser.FilterParserDefinition
- setValue(String) - Method in class tv.hd3g.fflauncher.filtering.FilterArgument
- setWorkingDirectory(File) - Method in class tv.hd3g.fflauncher.ConversionTool
- SL - tv.hd3g.fflauncher.enums.Channel
-
side left
- SLOW - tv.hd3g.fflauncher.FFmpeg.Preset
- SLOWER - tv.hd3g.fflauncher.FFmpeg.Preset
- SOURCE_SINK - tv.hd3g.fflauncher.enums.FilterConnectorType
- SourceNotFoundException(String) - Constructor for exception tv.hd3g.fflauncher.enums.SourceNotFoundPolicy.SourceNotFoundException
- SourceNotFoundPolicy - Enum in tv.hd3g.fflauncher.enums
- SourceNotFoundPolicy.SourceNotFoundException - Exception in tv.hd3g.fflauncher.enums
- SR - tv.hd3g.fflauncher.enums.Channel
-
side right
- SSIM - tv.hd3g.fflauncher.FFmpeg.Tune
- STEREO - tv.hd3g.fflauncher.enums.ChannelLayout
- STILLIMAGE - tv.hd3g.fflauncher.FFmpeg.Tune
- SUBTITLE - tv.hd3g.fflauncher.about.FFAboutCodec.CodecType
- SUPERFAST - tv.hd3g.fflauncher.FFmpeg.Preset
- supportedInput - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- supportedOutput - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
T
- tag - Variable in enum tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- tag - Variable in class tv.hd3g.fflauncher.about.FFAboutPixelFormat
- TBC - tv.hd3g.fflauncher.enums.Channel
-
top back center
- TBL - tv.hd3g.fflauncher.enums.Channel
-
top back left
- TBR - tv.hd3g.fflauncher.enums.Channel
-
top back right
- TC - tv.hd3g.fflauncher.enums.Channel
-
top center
- TFC - tv.hd3g.fflauncher.enums.Channel
-
top front center
- TFL - tv.hd3g.fflauncher.enums.Channel
-
top front left
- TFR - tv.hd3g.fflauncher.enums.Channel
-
top front right
- toFilter() - Method in class tv.hd3g.fflauncher.filtering.AudioFilterAmerge
- toFilter() - Method in class tv.hd3g.fflauncher.filtering.AudioFilterChannelmap
- toFilter() - Method in class tv.hd3g.fflauncher.filtering.AudioFilterChannelsplit
- toFilter() - Method in class tv.hd3g.fflauncher.filtering.AudioFilterJoin
- toMapReferenceAsInput() - Method in class tv.hd3g.fflauncher.acm.InputAudioStream
- toMapReferenceAsInput() - Method in class tv.hd3g.fflauncher.acm.OutputAudioStream
- toString() - Method in class tv.hd3g.fflauncher.about.FFAboutCodec
- toString() - Method in class tv.hd3g.fflauncher.about.FFAboutFilter
- toString() - Method in class tv.hd3g.fflauncher.about.FFAboutFormat
- toString() - Method in enum tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
- toString() - Method in class tv.hd3g.fflauncher.about.FFAboutVersion
- toString() - Method in class tv.hd3g.fflauncher.acm.AudioChannelManipulation
- toString() - Method in class tv.hd3g.fflauncher.acm.InputAudioChannelSelector
- toString() - Method in class tv.hd3g.fflauncher.acm.InputAudioStream
- toString() - Method in class tv.hd3g.fflauncher.acm.OutputAudioChannelSelector
- toString() - Method in class tv.hd3g.fflauncher.acm.OutputAudioStream
- toString() - Method in enum tv.hd3g.fflauncher.enums.Channel
- toString() - Method in enum tv.hd3g.fflauncher.enums.ChannelLayout
- toString() - Method in enum tv.hd3g.fflauncher.enums.FFLogLevel
- toString() - Method in enum tv.hd3g.fflauncher.enums.FFUnit
- 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 class tv.hd3g.fflauncher.filtering.Filter
- toString() - Method in class tv.hd3g.fflauncher.filtering.FilterArgument
- toString() - Method in class tv.hd3g.fflauncher.filtering.FilterChains
- TRACE - tv.hd3g.fflauncher.enums.FFLogLevel
- tv.hd3g.fflauncher - package tv.hd3g.fflauncher
- tv.hd3g.fflauncher.about - package tv.hd3g.fflauncher.about
- tv.hd3g.fflauncher.acm - package tv.hd3g.fflauncher.acm
- tv.hd3g.fflauncher.enums - package tv.hd3g.fflauncher.enums
- tv.hd3g.fflauncher.filtering - package tv.hd3g.fflauncher.filtering
- tv.hd3g.fflauncher.filtering.parser - package tv.hd3g.fflauncher.filtering.parser
- tv.hd3g.fflauncher.recipes - package tv.hd3g.fflauncher.recipes
- type - Variable in class tv.hd3g.fflauncher.about.FFAboutCodec
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.about.FFAboutCodec.CodecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.Channel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.ChannelLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.FFLogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.FFUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.FilterConnectorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.OutputFilePresencePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tv.hd3g.fflauncher.enums.SourceNotFoundPolicy
-
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.
- values() - Static method in enum tv.hd3g.fflauncher.about.FFAboutCodec.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.about.FFAboutPixelFormat.BitDepths
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.enums.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.enums.ChannelLayout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.enums.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.enums.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.enums.FilterConnectorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.enums.OutputFilePresencePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tv.hd3g.fflauncher.enums.SourceNotFoundPolicy
-
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.
- VERBOSE - tv.hd3g.fflauncher.enums.FFLogLevel
-
Same as INFO, except more VERBOSE.
- VERYFAST - tv.hd3g.fflauncher.FFmpeg.Preset
- VERYSLOW - tv.hd3g.fflauncher.FFmpeg.Preset
- VIDEO - tv.hd3g.fflauncher.about.FFAboutCodec.CodecType
- VIDEO - tv.hd3g.fflauncher.enums.FilterConnectorType
W
- WARNING - tv.hd3g.fflauncher.enums.FFLogLevel
-
Show all warnings and errors.
- WL - tv.hd3g.fflauncher.enums.Channel
-
wide left
- WR - tv.hd3g.fflauncher.enums.Channel
-
wide right
X
- XML - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
Z
- ZEROLATENCY - tv.hd3g.fflauncher.FFmpeg.Tune
All Classes All Packages