- getAudio() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
-
Returns a set of audio-specific informations.
- getAudioDecoders() - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use.
- getAudioEncoders() - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a list with the names of all the audio encoders bundled with the
ffmpeg distribution in use.
- getBitRate() - 类 中的方法it.sauronsoftware.jave.AudioInfo
-
Returns the audio stream (average) bit rate.
- getBitRate() - 类 中的方法it.sauronsoftware.jave.VideoInfo
-
Returns the video stream (average) bit rate.
- getChannels() - 类 中的方法it.sauronsoftware.jave.AudioInfo
-
Returns the audio stream channels number (1=mono, 2=stereo).
- getDecoder() - 类 中的方法it.sauronsoftware.jave.AudioInfo
-
Returns the audio stream decoder name.
- getDecoder() - 类 中的方法it.sauronsoftware.jave.VideoInfo
-
Returns the video stream decoder name.
- getDuration() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
-
Returns the stream duration in millis.
- getFFMPEGExecutablePath() - 类 中的方法it.sauronsoftware.jave.DefaultFFMPEGLocator
-
- getFFMPEGExecutablePath() - 类 中的方法it.sauronsoftware.jave.FFMPEGLocator
-
This method should return the path of a ffmpeg executable suitable for
the current machine.
- getFormat() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
-
Returns the multimedia file format name.
- getFrameRate() - 类 中的方法it.sauronsoftware.jave.VideoInfo
-
Returns the video frame rate.
- getHeight() - 类 中的方法it.sauronsoftware.jave.VideoSize
-
Returns the video height.
- getInfo(File) - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a set informations about a multimedia file, if its format is
supported for decoding.
- getSamplingRate() - 类 中的方法it.sauronsoftware.jave.AudioInfo
-
Returns the audio stream sampling rate.
- getSize() - 类 中的方法it.sauronsoftware.jave.VideoInfo
-
Returns the video size.
- getSupportedDecodingFormats() - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution.
- getSupportedEncodingFormats() - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution.
- getVideo() - 类 中的方法it.sauronsoftware.jave.MultimediaInfo
-
Returns a set of video-specific informations.
- getVideoDecoders() - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use.
- getVideoEncoders() - 类 中的方法it.sauronsoftware.jave.Encoder
-
Returns a list with the names of all the video encoders bundled with the
ffmpeg distribution in use.
- getWidth() - 类 中的方法it.sauronsoftware.jave.VideoSize
-
Returns the video width.
- setAudioAttributes(AudioAttributes) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
-
Sets the attributes for the encoding of the audio stream in the target
multimedia file.
- setBitRate(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
-
Sets the bitrate value for the encoding process.
- setBitRate(Integer) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
-
Sets the bitrate value for the encoding process.
- setChannels(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
-
Sets the channels value (1=mono, 2=stereo) for the encoding process.
- setCodec(String) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
-
Sets the codec name for the encoding process.
- setCodec(String) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
-
Sets the codec name for the encoding process.
- setDuration(Float) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
-
Sets the duration (seconds) of the re-encoded stream.
- setFormat(String) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
-
Sets the format name for the encoded target multimedia file.
- setFrameRate(Integer) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
-
Sets the frame rate value for the encoding process.
- setOffset(Float) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
-
Sets the start offset time (seconds).
- setSamplingRate(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
-
Sets the samplingRate value for the encoding process.
- setSize(VideoSize) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
-
Sets the video size for the encoding process.
- setTag(String) - 类 中的方法it.sauronsoftware.jave.VideoAttributes
-
Sets the forced tag/fourcc value for the video stream.
- setVideoAttributes(VideoAttributes) - 类 中的方法it.sauronsoftware.jave.EncodingAttributes
-
Sets the attributes for the encoding of the video stream in the target
multimedia file.
- setVolume(Integer) - 类 中的方法it.sauronsoftware.jave.AudioAttributes
-
Sets the volume value for the encoding process.
- sourceInfo(MultimediaInfo) - 接口 中的方法it.sauronsoftware.jave.EncoderProgressListener
-
This method is called before the encoding process starts, reporting
information about the source stream that will be decoded and re-encoded.