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(LinkedHashMap<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: [parameters_before_input_source] {var_name_in_parameters replaced by source} For example, set source = "/myfile", var_name_in_parameters = "IN", parameters_before_input_source = [-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: [parameters_before_input_source] {var_name_in_parameters replaced by source} [parameters_after_input_source] For example, set source = "/myfile", var_name_in_parameters = "IN", parameters_before_input_source = [-i], parameters_after_input_source = [-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: [parameters_before_input_source] {var_name_in_parameters replaced by source} For example, set source = "myfile", var_name_in_parameters = "IN", parameters_before_input_source = [-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: [parameters_before_input_source] {var_name_in_parameters replaced by source} [parameters_after_input_source] For example, set source = "myfile", var_name_in_parameters = "IN", parameters_before_input_source = [-i], parameters_after_input_source = [-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: [parameters_before_output_destination] {var_name_in_parameters replaced by destination} For example, set destination = "myfile", var_name_in_parameters = "OUT", parameters_before_output_destination = [-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: [parameters_before_output_destination] {var_name_in_parameters replaced by destination} [parameters_after_output_destination] For example, set destination = "myfile", var_name_in_parameters = "OUT", parameters_before_output_destination = [-o], parameters_after_output_destination = [-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: [parameters_before_output_destination] {var_name_in_parameters replaced by destination} For example, set destination = "myfile", var_name_in_parameters = "OUT", parameters_before_output_destination = [-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: [parameters_before_output_destination] {var_name_in_parameters replaced by destination} [parameters_after_output_destination] For example, set destination = "myfile", var_name_in_parameters = "OUT", parameters_before_output_destination = [-o], parameters_after_output_destination = [-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
- alternate_tags - 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
- bits_per_pixel - 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
- built_with - 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)"
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.
- command_support - 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
- decoding_supported - Variable in class tv.hd3g.fflauncher.FFCodec
- demuxing - Variable in class tv.hd3g.fflauncher.FFFormat
- dest_connector - Variable in class tv.hd3g.fflauncher.FFFilter
- dest_connectors_count - 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
- encoding_supported - 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
- executor - 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
- getDevice_id_to_use() - 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
- hardware_accelerated - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- hasPrintFormat() - Method in class tv.hd3g.fflauncher.FFprobe
- header_version - 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...
- input_sources - Variable in class tv.hd3g.fflauncher.ConversionTool
- intra_frame_only - Variable in class tv.hd3g.fflauncher.FFCodec
- 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
- libavcodec_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavdevice_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavfilter_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavformat_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libavutil_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libpostproc_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libswresample_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- libswscale_version - Variable in class tv.hd3g.fflauncher.FFVersion
-
Like "56. 14.100 / 56. 14.100"
- long_name - Variable in class tv.hd3g.fflauncher.FFCodec
-
Like "DPX (Digital Picture Exchange) image"
- long_name - Variable in class tv.hd3g.fflauncher.FFFilter
-
Like "Filter audio signal according to a specified expression."
- long_name - Variable in class tv.hd3g.fflauncher.FFFormat
-
Like "ASF (Advanced / Active Streaming Format)"
- lossless_compression - Variable in class tv.hd3g.fflauncher.FFCodec
- lossy_compression - 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"
- nb_components - 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...
- output_expected_destinations - 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
- psnr - tv.hd3g.fflauncher.FFmpeg.Tune
Q
- quiet - tv.hd3g.fflauncher.FFLogLevel
-
Show nothing at all; be silent.
R
- raw_configuration - 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 max_exec_time_scheduler
- 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
- setPostProcessExecutor(Executor) - Method in class tv.hd3g.fflauncher.recipes.Recipe
- 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
- slice_threading - Variable in class tv.hd3g.fflauncher.FFFilter
- slow - tv.hd3g.fflauncher.FFmpeg.Preset
- slower - tv.hd3g.fflauncher.FFmpeg.Preset
- source_connector - Variable in class tv.hd3g.fflauncher.FFFilter
- source_connectors_count - Variable in class tv.hd3g.fflauncher.FFFilter
- SOURCE_SINK - tv.hd3g.fflauncher.FFFilter.ConnectorType
- 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
- supported_input - Variable in class tv.hd3g.fflauncher.FFPixelFormat
- supported_output - 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
- timeline_support - 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 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
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
_
- _default - tv.hd3g.fflauncher.FFprobe.FFPrintFormat
All Classes All Packages