| 限定符和类型 | 类和说明 |
|---|---|
class |
InputFormatException
This expection is thrown if a source file format is not recognized.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Encoder.encode(java.io.File source,
java.io.File target,
EncodingAttributes attributes)
Re-encode a multimedia file.
|
void |
Encoder.encode(java.io.File source,
java.io.File target,
EncodingAttributes attributes,
EncoderProgressListener listener)
Re-encode a multimedia file.
|
java.lang.String[] |
Encoder.getAudioDecoders()
Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use.
|
java.lang.String[] |
Encoder.getAudioEncoders()
Returns a list with the names of all the audio encoders bundled with the
ffmpeg distribution in use.
|
MultimediaInfo |
Encoder.getInfo(java.io.File source)
Returns a set informations about a multimedia file, if its format is
supported for decoding.
|
java.lang.String[] |
Encoder.getSupportedDecodingFormats()
Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution.
|
java.lang.String[] |
Encoder.getSupportedEncodingFormats()
Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution.
|
java.lang.String[] |
Encoder.getVideoDecoders()
Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use.
|
java.lang.String[] |
Encoder.getVideoEncoders()
Returns a list with the names of all the video encoders bundled with the
ffmpeg distribution in use.
|
protected void |
Encoder.processErrorOutput(EncodingAttributes attributes,
java.io.BufferedReader errorReader,
java.io.File source,
EncoderProgressListener listener) |
Copyright © 2019. All Rights Reserved.