- getAudio() - Method in class ws.schild.jave.MultimediaInfo
-
Returns a set of audio-specific informations.
- getAudioAttributes() - Method in class ws.schild.jave.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.AudioInfo
-
Returns the audio stream (average) bit rate.
- getBitRate() - Method in class ws.schild.jave.VideoInfo
-
Returns the video stream (average) bit rate.
- getChannels() - Method in class ws.schild.jave.AudioInfo
-
Returns the audio stream channels number (1=mono, 2=stereo).
- 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.
- getDecoder() - Method in class ws.schild.jave.AudioInfo
-
Returns the audio stream decoder name.
- getDecoder() - Method in class ws.schild.jave.VideoInfo
-
Returns the video stream decoder name.
- getDuration() - Method in class ws.schild.jave.EncodingAttributes
-
Returns the duration (seconds) of the re-encoded stream.
- getDuration() - Method in class ws.schild.jave.MultimediaInfo
-
Returns the stream duration in millis.
- getExpression() - Method in class ws.schild.jave.VideoFilter
-
- getFFMPEGExecutablePath() - Method in class ws.schild.jave.DefaultFFMPEGLocator
-
- getFFMPEGExecutablePath() - Method in class ws.schild.jave.FFMPEGLocator
-
This method should return the path of a ffmpeg executable suitable for
the current machine.
- getFile() - Method in class ws.schild.jave.MultimediaObject
-
- getFormat() - Method in class ws.schild.jave.EncodingAttributes
-
Returns the format name for the encoded target multimedia file.
- getFormat() - Method in class ws.schild.jave.MultimediaInfo
-
Returns the multimedia file format name.
- getFrameRate() - Method in class ws.schild.jave.VideoInfo
-
Returns the video frame rate.
- getHeight() - Method in class ws.schild.jave.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.
- getLastWarning() - Method in class ws.schild.jave.ConversionOutputAnalyzer
-
- getModeName() - Method in enum ws.schild.jave.VideoAttributes.X264_PROFILE
-
- getNumberOfScreens() - Method in class ws.schild.jave.ScreenExtractor
-
- getOffset() - Method in class ws.schild.jave.EncodingAttributes
-
Returns the start offset time (seconds).
- getSamplingRate() - Method in class ws.schild.jave.AudioInfo
-
Returns the audio stream sampling rate.
- getSize() - Method in class ws.schild.jave.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.
- 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
- getVideo() - Method in class ws.schild.jave.MultimediaInfo
-
Returns a set of video-specific informations.
- getVideoAttributes() - Method in class ws.schild.jave.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.VideoAttributes
-
- getWidth() - Method in class ws.schild.jave.VideoSize
-
Returns the video width.
- getX264Profile() - Method in class ws.schild.jave.VideoAttributes
-
- ScreenExtractor - Class in ws.schild.jave
-
- ScreenExtractor() - Constructor for class ws.schild.jave.ScreenExtractor
-
It builds an extractor using a
DefaultFFMPEGLocator instance to
locate the ffmpeg executable to use.
- ScreenExtractor(FFMPEGLocator) - Constructor for class ws.schild.jave.ScreenExtractor
-
- setAudioAttributes(AudioAttributes) - Method in class ws.schild.jave.EncodingAttributes
-
Sets the attributes for the encoding of the audio stream in the target
multimedia file.
- setBitRate(Integer) - Method in class ws.schild.jave.AudioAttributes
-
Sets the bitrate value for the encoding process.
- setBitRate(Integer) - Method in class ws.schild.jave.VideoAttributes
-
Sets the bitrate value for the encoding process.
- setChannels(Integer) - Method in class ws.schild.jave.AudioAttributes
-
Sets the channels value (1=mono, 2=stereo) for the encoding process.
- setCodec(String) - Method in class ws.schild.jave.AudioAttributes
-
Sets the codec name for the encoding process.
- setCodec(String) - Method in class ws.schild.jave.VideoAttributes
-
Sets the codec name for the encoding process.
- setDuration(Float) - Method in class ws.schild.jave.EncodingAttributes
-
Sets the duration (seconds) of the re-encoded stream.
- setExpression(String) - Method in class ws.schild.jave.VideoFilter
-
- setFaststart(boolean) - Method in class ws.schild.jave.VideoAttributes
-
- setFile(File) - Method in class ws.schild.jave.MultimediaObject
-
- setFormat(String) - Method in class ws.schild.jave.EncodingAttributes
-
Sets the format name for the encoded target multimedia file.
- setFrameRate(Integer) - Method in class ws.schild.jave.VideoAttributes
-
Sets the frame rate value for the encoding process.
- setMapMetaData(boolean) - Method in class ws.schild.jave.EncodingAttributes
-
Copy over meta data from original file to new output if possible
- setOffset(Float) - Method in class ws.schild.jave.EncodingAttributes
-
Sets the start offset time (seconds).
- setSamplingRate(Integer) - Method in class ws.schild.jave.AudioAttributes
-
Sets the samplingRate value for the encoding process.
- setSize(VideoSize) - Method in class ws.schild.jave.VideoAttributes
-
Sets the video size for the encoding process.
- setTag(String) - Method in class ws.schild.jave.VideoAttributes
-
Sets the forced tag/fourcc value for the video stream.
- setVideoAttributes(VideoAttributes) - Method in class ws.schild.jave.EncodingAttributes
-
Sets the attributes for the encoding of the video stream in the target
multimedia file.
- setVolume(Integer) - Method in class ws.schild.jave.AudioAttributes
-
Sets the volume value for the encoding process.
- setX264Profile(VideoAttributes.X264_PROFILE) - Method in class ws.schild.jave.VideoAttributes
-
- sourceInfo(MultimediaInfo) - Method in interface ws.schild.jave.EncoderProgressListener
-
This method is called before the encoding process starts, reporting
information about the source stream that will be decoded and re-encoded.