| Modifier and Type | Class and Description |
|---|---|
class |
InputFormatException
This expection is thrown if a source file format is not recognized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionOutputAnalyzer.analyzeNewLine(String line) |
void |
Encoder.encode(MultimediaObject multimediaObject,
File target,
EncodingAttributes attributes)
Re-encode a multimedia file.
|
void |
Encoder.encode(MultimediaObject multimediaObject,
File target,
EncodingAttributes attributes,
EncoderProgressListener listener)
Re-encode a multimedia file.
|
String[] |
Encoder.getAudioDecoders()
Returns a list with the names of all the audio decoders bundled with the
ffmpeg distribution in use.
|
String[] |
Encoder.getAudioEncoders()
Returns a list with the names of all the audio encoders bundled with the
ffmpeg distribution in use.
|
protected String[] |
Encoder.getCoders(boolean encoder,
boolean audio)
Returns a list with the names of all the coders bundled with the ffmpeg
distribution in use.
|
MultimediaInfo |
MultimediaObject.getInfo()
Returns a set informations about a multimedia file, if its format is
supported for decoding.
|
protected String[] |
Encoder.getSupportedCodingFormats(boolean encoding)
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.
|
String[] |
Encoder.getSupportedDecodingFormats()
Returns a list with the names of all the file formats supported at
decoding time by the underlying ffmpeg distribution.
|
String[] |
Encoder.getSupportedEncodingFormats()
Returns a list with the names of all the file formats supported at
encoding time by the underlying ffmpeg distribution.
|
String[] |
Encoder.getVideoDecoders()
Returns a list with the names of all the video decoders bundled with the
ffmpeg distribution in use.
|
String[] |
Encoder.getVideoEncoders()
Returns a list with the names of all the video encoders bundled with the
ffmpeg distribution in use.
|
void |
ScreenExtractor.render(MultimediaObject multimediaObject,
int width,
int height,
int seconds,
File target,
int quality)
Generate a single screenshot from source video.
|
void |
ScreenExtractor.render(MultimediaObject multimediaObject,
int width,
int height,
int seconds,
File outputDir,
String fileNamePrefix,
String extension,
int quality)
Generates screenshots from source video.
|
Copyright © 2018. All rights reserved.