- Gainsboro - Static variable in class ws.schild.jave.filters.helpers.Color
-
- getAlpha() - Method in class ws.schild.jave.filters.helpers.Color
-
- getArgType() - Method in interface ws.schild.jave.encode.EncodingArgument
-
- getArgType() - Method in class ws.schild.jave.encode.PredicateArgument
-
- getArgType() - Method in class ws.schild.jave.encode.SimpleArgument
-
- getArgType() - Method in class ws.schild.jave.encode.ValueArgument
-
- getArgType() - Method in class ws.schild.jave.encode.VideoFilterArgument
-
- getArguments(EncodingAttributes) - Method in interface ws.schild.jave.encode.EncodingArgument
-
Gets the Stream of arguments given the EncodingAttributes as context.
- getArguments(EncodingAttributes) - Method in class ws.schild.jave.encode.PredicateArgument
-
- getArguments(EncodingAttributes) - Method in class ws.schild.jave.encode.SimpleArgument
-
- getArguments(EncodingAttributes) - Method in class ws.schild.jave.encode.ValueArgument
-
- getArguments(EncodingAttributes) - Method in class ws.schild.jave.encode.VideoFilterArgument
-
- getARTIFACTID() - Static method in class ws.schild.jave.Version
-
- getAudio() - Method in class ws.schild.jave.info.MultimediaInfo
-
Returns a set of audio-specific informations.
- getAudioAttributes() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns the attributes for the encoding of the audio stream in the target multimedia file.
- getAudioDecoders() - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the audio decoders bundled with the ffmpeg distribution in
use.
- getAudioEncoders() - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the audio encoders bundled with the ffmpeg distribution in
use.
- getBitRate() - Method in class ws.schild.jave.encode.AudioAttributes
-
Returns the bitrate value for the encoding process.
- getBitRate() - Method in class ws.schild.jave.encode.VideoAttributes
-
Returns the bitrate value for the encoding process.
- getBitRate() - Method in class ws.schild.jave.info.AudioInfo
-
Returns the audio stream (average) bit rate.
- getBitRate() - Method in class ws.schild.jave.info.VideoInfo
-
Returns the video stream (average) bit rate.
- getChannels() - Method in class ws.schild.jave.encode.AudioAttributes
-
Returns the channels value (1=mono, 2=stereo, 4=quad) for the encoding process.
- getChannels() - Method in class ws.schild.jave.info.AudioInfo
-
Returns the audio stream channels number (1=mono, 2=stereo).
- getCodec() - Method in class ws.schild.jave.encode.AudioAttributes
-
Returns the codec name for the encoding process.
- getCodec() - Method in class ws.schild.jave.encode.VideoAttributes
-
Returns the codec name for the encoding process.
- getCoders(boolean, boolean) - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the coders bundled with the ffmpeg distribution in use.
- getColor() - Method in class ws.schild.jave.filters.helpers.Color
-
- getCommandLine() - Method in enum ws.schild.jave.filters.helpers.ForceOriginalAspectRatio
-
- getComplexFiltergraph() - Method in class ws.schild.jave.encode.VideoAttributes
-
- getDecoder() - Method in class ws.schild.jave.info.AudioInfo
-
Returns the audio stream decoder name.
- getDecoder() - Method in class ws.schild.jave.info.VideoInfo
-
Returns the video stream decoder name.
- getDecodingThreads() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Number of threads to use for decoding (if supported by codec) -1 means use default of ffmpeg
- getDuration() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns the duration (seconds) of the re-encoded stream.
- getDuration() - Method in class ws.schild.jave.info.MultimediaInfo
-
Returns the stream duration in millis.
- getEncodingThreads() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Number of threads to use for encoding (if supported by codec) No value (Optional.empty()) means
use default of ffmpeg
- getErrorStream() - Method in class ws.schild.jave.process.ProcessWrapper
-
Returns a stream reading from the ffmpeg process standard error channel.
- getExecutablePath() - Method in class ws.schild.jave.process.ffmpeg.DefaultFFMPEGLocator
-
- getExecutablePath() - Method in interface ws.schild.jave.process.ProcessLocator
-
This method should return the path of a ffmpeg executable suitable for the current machine.
- getExpression() - Method in class ws.schild.jave.filters.Filter
-
- getExpression() - Method in class ws.schild.jave.filters.FilterChain
-
- getExpression() - Method in class ws.schild.jave.filters.FilterGraph
-
- getExpression(Optional<Integer>, Optional<Integer>) - Method in enum ws.schild.jave.filters.helpers.OverlayLocation
-
- getExpression() - Method in interface ws.schild.jave.filters.VideoFilter
-
The expression to be used in the video filter argument to ffmpeg
- getExtraContext() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns any additional user supplied context.
- getFfmpegColor() - Method in class ws.schild.jave.filters.helpers.Color
-
Deprecated in favor of toString
- getFile() - Method in class ws.schild.jave.MultimediaObject
-
- getFilterThreads() - Method in class ws.schild.jave.encode.EncodingAttributes
-
- getFormat() - Method in class ws.schild.jave.info.MultimediaInfo
-
Returns the multimedia file format name.
- getFrameRate() - Method in class ws.schild.jave.encode.VideoAttributes
-
Returns the frame rate value for the encoding process.
- getFrameRate() - Method in class ws.schild.jave.info.VideoInfo
-
Returns the video frame rate.
- getGROUPID() - Static method in class ws.schild.jave.Version
-
- getHeight() - Method in class ws.schild.jave.info.VideoSize
-
Returns the video height.
- getInfo() - Method in class ws.schild.jave.MultimediaObject
-
Returns a set informations about a multimedia file, if its format is supported for decoding.
- getInputFormat() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns the format name for the incoming multimedia file.
- getInputStream() - Method in class ws.schild.jave.process.ProcessWrapper
-
Returns a stream reading from the ffmpeg process standard output channel.
- getLastWarning() - Method in class ws.schild.jave.ConversionOutputAnalyzer
-
- getLoop() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns if the input is to be considered for looping.
- getMetadata() - Method in class ws.schild.jave.info.AudioInfo
-
Returns the audio metadata.
- getMetadata() - Method in class ws.schild.jave.info.MultimediaInfo
-
Returns the multimedia metadata.
- getMetadata() - Method in class ws.schild.jave.info.VideoInfo
-
Returns the video metadata.
- getMethodName() - Method in enum ws.schild.jave.encode.enums.VsyncMethod
-
- getModeName() - Method in enum ws.schild.jave.encode.enums.X264_PROFILE
-
- getNumberOfScreens() - Method in class ws.schild.jave.ScreenExtractor
-
- getOffset() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns the start offset time (seconds).
- getOutputFormat() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns the format name for the encoded target multimedia file.
- getOutputStream() - Method in class ws.schild.jave.process.ProcessWrapper
-
Returns a stream writing in the ffmpeg process standard input channel.
- getPixelFormat() - Method in class ws.schild.jave.encode.VideoAttributes
-
- getProcessExitCode() - Method in class ws.schild.jave.process.ProcessWrapper
-
Return the exit code of the ffmpeg process If the process is not yet terminated, it waits for
the termination of the process
- getQuality() - Method in class ws.schild.jave.encode.AudioAttributes
-
- getQuality() - Method in class ws.schild.jave.encode.VideoAttributes
-
- getREVISION() - Static method in class ws.schild.jave.Version
-
- getSafe() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns whether or not the encoder will consider file paths "safe".
- getSamplingRate() - Method in class ws.schild.jave.encode.AudioAttributes
-
Returns the samplingRate value for the encoding process.
- getSamplingRate() - Method in class ws.schild.jave.info.AudioInfo
-
Returns the audio stream sampling rate.
- getSize() - Method in class ws.schild.jave.encode.VideoAttributes
-
Returns the video size for the encoding process.
- getSize() - Method in class ws.schild.jave.info.VideoInfo
-
Returns the video size.
- getSupportedCodingFormats(boolean) - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the file formats supported at en/de-coding time by the
underlying ffmpeg distribution.A multimedia file could be encoded and generated only if the
specified format is in this list.
- getSupportedDecodingFormats() - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the file formats supported at decoding time by the
underlying ffmpeg distribution.
- getSupportedEncodingFormats() - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the file formats supported at encoding time by the
underlying ffmpeg distribution.
- getTag() - Method in class ws.schild.jave.encode.VideoAttributes
-
Returns the the forced tag/fourcc value for the video stream.
- getUnhandledMessages() - Method in class ws.schild.jave.ConversionOutputAnalyzer
-
- getUnhandledMessages() - Method in class ws.schild.jave.Encoder
-
Return the list of unhandled output messages of the ffmpeng encoder run
- getURL() - Method in class ws.schild.jave.MultimediaObject
-
- getVersion() - Static method in class ws.schild.jave.Version
-
- getVERSION() - Static method in class ws.schild.jave.Version
-
- getVideo() - Method in class ws.schild.jave.info.MultimediaInfo
-
Returns a set of video-specific informations.
- getVideoAttributes() - Method in class ws.schild.jave.encode.EncodingAttributes
-
Returns the attributes for the encoding of the video stream in the target multimedia file.
- getVideoDecoders() - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the video decoders bundled with the ffmpeg distribution in
use.
- getVideoEncoders() - Method in class ws.schild.jave.Encoder
-
Returns a list with the names of all the video encoders bundled with the ffmpeg distribution in
use.
- getVideoFilters() - Method in class ws.schild.jave.encode.VideoAttributes
-
- getVolume() - Method in class ws.schild.jave.encode.AudioAttributes
-
Returns the volume value for the encoding process.
- getVsync() - Method in class ws.schild.jave.encode.VideoAttributes
-
- getWidth() - Method in class ws.schild.jave.info.VideoSize
-
Returns the video width.
- getX(Optional<Integer>) - Method in enum ws.schild.jave.filters.helpers.OverlayLocation
-
- getX264Profile() - Method in class ws.schild.jave.encode.VideoAttributes
-
- getY(Optional<Integer>) - Method in enum ws.schild.jave.filters.helpers.OverlayLocation
-
- GhostWhite - Static variable in class ws.schild.jave.filters.helpers.Color
-
- Gold - Static variable in class ws.schild.jave.filters.helpers.Color
-
- GoldenRod - Static variable in class ws.schild.jave.filters.helpers.Color
-
- Gray - Static variable in class ws.schild.jave.filters.helpers.Color
-
- Green - Static variable in class ws.schild.jave.filters.helpers.Color
-
- GreenYellow - Static variable in class ws.schild.jave.filters.helpers.Color
-
- SaddleBrown - Static variable in class ws.schild.jave.filters.helpers.Color
-
- Salmon - Static variable in class ws.schild.jave.filters.helpers.Color
-
- SandyBrown - Static variable in class ws.schild.jave.filters.helpers.Color
-
- ScaleFilter - Class in ws.schild.jave.filters
-
- ScaleFilter() - Constructor for class ws.schild.jave.filters.ScaleFilter
-
- ScaleFilter(VideoSize) - Constructor for class ws.schild.jave.filters.ScaleFilter
-
Scale the video to a particular size and maintain aspect ratio.
- ScaleFilter(String) - Constructor for class ws.schild.jave.filters.ScaleFilter
-
Scale the video to a particular size and maintain aspect ratio.
- ScaleFilter(VideoSize, ForceOriginalAspectRatio) - Constructor for class ws.schild.jave.filters.ScaleFilter
-
Scale the video to a particular size and maintain aspect ratio.
- ScreenExtractor - Class in ws.schild.jave
-
- ScreenExtractor() - Constructor for class ws.schild.jave.ScreenExtractor
-
It builds an extractor using a
FFMPEGProcess
instance to
locate the ffmpeg executable to use.
- ScreenExtractor(ProcessLocator) - Constructor for class ws.schild.jave.ScreenExtractor
-
- SeaGreen - Static variable in class ws.schild.jave.filters.helpers.Color
-
- SeaShell - Static variable in class ws.schild.jave.filters.helpers.Color
-
- setAlpha(String) - Method in class ws.schild.jave.filters.helpers.Color
-
- setAudio(AudioInfo) - Method in class ws.schild.jave.info.MultimediaInfo
-
Sets a set of audio-specific informations.
- setAudioAttributes(AudioAttributes) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets the attributes for the encoding of the audio stream in the target multimedia file.
- setBitRate(Integer) - Method in class ws.schild.jave.encode.AudioAttributes
-
Sets the bitrate value for the encoding process.
- setBitRate(Integer) - Method in class ws.schild.jave.encode.VideoAttributes
-
Sets the bitrate value for the encoding process.
- setBitRate(int) - Method in class ws.schild.jave.info.AudioInfo
-
Sets the audio stream (average) bit rate.
- setBitRate(int) - Method in class ws.schild.jave.info.VideoInfo
-
Sets the video stream (average) bit rate.
- setBorder(Integer, Color) - Method in class ws.schild.jave.filters.DrawtextFilter
-
- setBox(Integer, Color) - Method in class ws.schild.jave.filters.DrawtextFilter
-
Used to draw a box around text using the background color.
- setChannels(Integer) - Method in class ws.schild.jave.encode.AudioAttributes
-
Sets the channels value (1=mono, 2=stereo, 4=quad) for the encoding process.
- setChannels(int) - Method in class ws.schild.jave.info.AudioInfo
-
Sets the audio stream channels number (1=mono, 2=stereo).
- setCodec(String) - Method in class ws.schild.jave.encode.AudioAttributes
-
Sets the codec name for the encoding process.If null or not specified the encoder will perform
a direct stream copy.
- setCodec(String) - Method in class ws.schild.jave.encode.VideoAttributes
-
Sets the codec name for the encoding process.
- setColor(String) - Method in class ws.schild.jave.filters.helpers.Color
-
- setComplexFiltergraph(FilterGraph) - Method in class ws.schild.jave.encode.VideoAttributes
-
- setDecoder(String) - Method in class ws.schild.jave.info.AudioInfo
-
Sets the audio stream decoder name.
- setDecoder(String) - Method in class ws.schild.jave.info.VideoInfo
-
Sets the video stream decoder name.
- setDecodingThreads(int) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Number of threads to use for decoding (if supported by codec) -1 means use default of ffmpeg
- setDuration(Float) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets the duration (seconds) of the re-encoded stream.
- setDuration(long) - Method in class ws.schild.jave.info.MultimediaInfo
-
Sets the stream duration in millis.
- setEncodingThreads(Integer) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Number of threads to use for encoding (if supported by codec) null means use default of ffmpeg
- setExtraContext(Map<String, String>) - Method in class ws.schild.jave.encode.EncodingAttributes
-
- setFaststart(boolean) - Method in class ws.schild.jave.encode.VideoAttributes
-
- setFile(File) - Method in class ws.schild.jave.MultimediaObject
-
- setFilterThreads(int) - Method in class ws.schild.jave.encode.EncodingAttributes
-
ffmpeg uses multiple cores for filtering
- setFormat(String) - Method in class ws.schild.jave.info.MultimediaInfo
-
Sets the multimedia file format name.
- setFrameRate(Integer) - Method in class ws.schild.jave.encode.VideoAttributes
-
Sets the frame rate value for the encoding process.
- setFrameRate(float) - Method in class ws.schild.jave.info.VideoInfo
-
Sets the video frame rate.
- setInputFormat(String) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets the format name for the source multimedia file.
- setInputLabel(String) - Method in class ws.schild.jave.filters.FilterChain
-
Adds an input label to the first filter in this chain.
- setLineSpacing(Integer) - Method in class ws.schild.jave.filters.DrawtextFilter
-
- setLoop(boolean) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets if the inputs will be looped or not.
- setMapMetaData(boolean) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Copy over meta data from original file to new output if possible
- setMetadata(Map<String, String>) - Method in class ws.schild.jave.info.AudioInfo
-
Sets the audio metadata.
- setMetadata(Map<String, String>) - Method in class ws.schild.jave.info.MultimediaInfo
-
Sets the multimedia metadata.
- setMetadata(Map<String, String>) - Method in class ws.schild.jave.info.VideoInfo
-
Sets the video metadata.
- setOffset(Float) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets the start offset time (seconds).
- setOutputFormat(String) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets the format name for the encoded target multimedia file.
- setOutputLabel(String) - Method in class ws.schild.jave.filters.FilterChain
-
Adds an output label to the first filter in this chain.
- setPixelFormat(String) - Method in class ws.schild.jave.encode.VideoAttributes
-
- SetPtsFilter - Class in ws.schild.jave.filters
-
- SetPtsFilter() - Constructor for class ws.schild.jave.filters.SetPtsFilter
-
Create a setpts filter that resets the presentation timestamp to zero
- setQuality(Integer) - Method in class ws.schild.jave.encode.AudioAttributes
-
The audio quality value for the encoding process.
- setQuality(Integer) - Method in class ws.schild.jave.encode.VideoAttributes
-
The video quality value for the encoding process.
- setQuoteCharacter(String) - Method in class ws.schild.jave.filters.Filter
-
Set quoteCharacter of arguments for this filter, Default is double quote.
- setReadURLOnce(boolean) - Method in class ws.schild.jave.MultimediaObject
-
- setSafe(Integer) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Are the file paths considered "safe": A file path is considered safe if it does not contain a
protocol specification and is relative and all components only contain characters from the
portable character set (letters, digits, period, underscore and hyphen) and have no period at
the beginning of a component.
- setSamplingRate(Integer) - Method in class ws.schild.jave.encode.AudioAttributes
-
Sets the samplingRate value for the encoding process.
- setSamplingRate(int) - Method in class ws.schild.jave.info.AudioInfo
-
Sets the audio stream sampling rate.
- setShadow(Color, Integer, Integer) - Method in class ws.schild.jave.filters.DrawtextFilter
-
- setSize(VideoSize) - Method in class ws.schild.jave.encode.VideoAttributes
-
Sets the video size for the encoding process.
- setSize(VideoSize) - Method in class ws.schild.jave.info.VideoInfo
-
Sets the video size.
- setSwsFlags(String) - Method in class ws.schild.jave.filters.FilterGraph
-
set the sws_flags to pass to libavfilter scale filters.
- setTag(String) - Method in class ws.schild.jave.encode.VideoAttributes
-
Sets the forced tag/fourcc value for the video stream.
- setURL(URL) - Method in class ws.schild.jave.MultimediaObject
-
- setVideo(VideoInfo) - Method in class ws.schild.jave.info.MultimediaInfo
-
Sets a set of video-specific informations.
- setVideoAttributes(VideoAttributes) - Method in class ws.schild.jave.encode.EncodingAttributes
-
Sets the attributes for the encoding of the video stream in the target multimedia file.
- setVolume(Integer) - Method in class ws.schild.jave.encode.AudioAttributes
-
Sets the volume value for the encoding process.
- setVsync(VsyncMethod) - Method in class ws.schild.jave.encode.VideoAttributes
-
- setX264Profile(X264_PROFILE) - Method in class ws.schild.jave.encode.VideoAttributes
-
- Sienna - Static variable in class ws.schild.jave.filters.helpers.Color
-
- Silver - Static variable in class ws.schild.jave.filters.helpers.Color
-
- SimpleArgument - Class in ws.schild.jave.encode
-
A SimpleArgument is an EncodingArgument that provides all of its components, The argument type
and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)
- SimpleArgument(ArgType, Function<EncodingAttributes, Stream<String>>) - Constructor for class ws.schild.jave.encode.SimpleArgument
-
- SIXTEEN_cif - Static variable in class ws.schild.jave.info.VideoSize
-
- SkyBlue - Static variable in class ws.schild.jave.filters.helpers.Color
-
- SlateBlue - Static variable in class ws.schild.jave.filters.helpers.Color
-
- SlateGray - Static variable in class ws.schild.jave.filters.helpers.Color
-
- Snow - Static variable in class ws.schild.jave.filters.helpers.Color
-
- sntsc - Static variable in class ws.schild.jave.info.VideoSize
-
- sourceInfo(MultimediaInfo) - Method in class ws.schild.jave.progress.EchoingEncoderProgressListener
-
- sourceInfo(MultimediaInfo) - Method in class ws.schild.jave.progress.EncoderProgressAdapter
-
- sourceInfo(MultimediaInfo) - Method in interface ws.schild.jave.progress.EncoderProgressListener
-
This method is called before the encoding process starts, reporting information about the
source stream that will be decoded and re-encoded.
- spal - Static variable in class ws.schild.jave.info.VideoSize
-
- SpringGreen - Static variable in class ws.schild.jave.filters.helpers.Color
-
- sqcif - Static variable in class ws.schild.jave.info.VideoSize
-
- SteelBlue - Static variable in class ws.schild.jave.filters.helpers.Color
-
- svga - Static variable in class ws.schild.jave.info.VideoSize
-
- sxga - Static variable in class ws.schild.jave.info.VideoSize
-
- validate() - Method in class ws.schild.jave.encode.EncodingAttributes
-
- ValueArgument - Class in ws.schild.jave.encode
-
A ValueArgument is an EncodingArgument that is optionally present based on the presence of the
provided valueGetter.
- ValueArgument(ArgType, String, Function<EncodingAttributes, Optional<String>>) - Constructor for class ws.schild.jave.encode.ValueArgument
-
- valueOf(String) - Static method in enum ws.schild.jave.encode.ArgType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ws.schild.jave.encode.enums.VsyncMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ws.schild.jave.encode.enums.X264_PROFILE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ws.schild.jave.filters.helpers.FadeDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ws.schild.jave.filters.helpers.ForceOriginalAspectRatio
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ws.schild.jave.filters.helpers.OverlayLocation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ws.schild.jave.encode.ArgType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ws.schild.jave.encode.enums.VsyncMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ws.schild.jave.encode.enums.X264_PROFILE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ws.schild.jave.filters.helpers.FadeDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ws.schild.jave.filters.helpers.ForceOriginalAspectRatio
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ws.schild.jave.filters.helpers.OverlayLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in ws.schild.jave
-
- Version() - Constructor for class ws.schild.jave.Version
-
- vga - Static variable in class ws.schild.jave.info.VideoSize
-
- VideoAttributes - Class in ws.schild.jave.encode
-
Attributes controlling the video encoding process.
- VideoAttributes() - Constructor for class ws.schild.jave.encode.VideoAttributes
-
- VideoFilter - Interface in ws.schild.jave.filters
-
- VideoFilterArgument - Class in ws.schild.jave.encode
-
A SimpleArgument is an EncodingArgument that provides all of its components, The argument type
and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)
- VideoFilterArgument(ArgType, Function<EncodingAttributes, Stream<String>>) - Constructor for class ws.schild.jave.encode.VideoFilterArgument
-
- VideoInfo - Class in ws.schild.jave.info
-
Instances of this class report informations about a video stream that can be decoded.
- VideoInfo() - Constructor for class ws.schild.jave.info.VideoInfo
-
- VideoProcessor - Class in ws.schild.jave
-
A high-level class meant to perform higher level operations on video files.
- VideoProcessor() - Constructor for class ws.schild.jave.VideoProcessor
-
- VideoProgressListener - Interface in ws.schild.jave.progress
-
A VideoProgressListener is meant to share progress from potentially any number of
EncoderProgressListeners.
- VideoSize - Class in ws.schild.jave.info
-
Instances of this class report informations about videos size.
- VideoSize(int, int) - Constructor for class ws.schild.jave.info.VideoSize
-
It builds the bean.
- Violet - Static variable in class ws.schild.jave.filters.helpers.Color
-
- VsyncMethod - Enum in ws.schild.jave.encode.enums
-