void |
ConversionOutputAnalyzer.analyzeNewLine(java.lang.String line) |
|
void |
VideoProcessor.catClipsTogether(java.util.List<java.io.File> videos,
java.io.File destination,
VideoProgressListener progress) |
Concatenate input video files to a destination file.Destination file and parent directory must
be writeable.
|
void |
Encoder.encode(java.util.List<MultimediaObject> multimediaObjects,
java.io.File target,
EncodingAttributes attributes) |
|
void |
Encoder.encode(java.util.List<MultimediaObject> multimediaObjects,
java.io.File target,
EncodingAttributes attributes,
EncoderProgressListener listener) |
Re-encode a multimedia file(s).
|
void |
Encoder.encode(java.util.List<MultimediaObject> multimediaObjects,
java.io.File target,
EncodingAttributes attributes,
EncoderProgressListener listener,
java.util.List<EncodingArgument> currOptions) |
Re-encode a multimedia file(s).
|
void |
Encoder.encode(MultimediaObject multimediaObject,
java.io.File target,
EncodingAttributes attributes) |
Re-encode a multimedia file(s).
|
void |
Encoder.encode(MultimediaObject multimediaObject,
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.
|
protected java.lang.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 java.lang.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.
|
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.
|
private MultimediaInfo |
MultimediaObject.parseMultimediaInfo(java.lang.String source,
RBufferedReader reader) |
Private utility.
|
void |
ScreenExtractor.render(MultimediaObject multimediaObject,
int width,
int height,
int seconds,
java.io.File outputDir,
int quality) |
Generate a single screenshot from source video.
|
void |
ScreenExtractor.render(MultimediaObject multimediaObject,
int width,
int height,
int seconds,
java.io.File outputDir,
java.lang.String fileNamePrefix,
java.lang.String extension,
int quality) |
Generates screenshots from source video.
|
void |
ScreenExtractor.renderOneImage(MultimediaObject multimediaObject,
int width,
int height,
long millis,
java.io.File outputFile,
int quality) |
Generate exactly one screenshot from source video
|
void |
ScreenExtractor.renderOneImage(MultimediaObject multimediaObject,
int width,
int height,
long millis,
java.io.File outputFile,
int quality,
boolean keyframesSeeking) |
Generate exactly one screenshot from source video using given seeking mode.
|