| Package | Description |
|---|---|
| ws.schild.jave |
| 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 |
VideoProcessor.catClipsTogether(List<File> videos,
File destination,
VideoProgressListener progress)
Concatenate input video files to a destination file.Destination file and parent directory must
be writeable.
|
void |
Encoder.encode(List<MultimediaObject> multimediaObjects,
File target,
EncodingAttributes attributes) |
void |
Encoder.encode(List<MultimediaObject> multimediaObjects,
File target,
EncodingAttributes attributes,
EncoderProgressListener listener)
Re-encode a multimedia file(s).
|
void |
Encoder.encode(MultimediaObject multimediaObject,
File target,
EncodingAttributes attributes)
Re-encode a multimedia file(s).
|
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 outputDir,
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.
|
void |
ScreenExtractor.renderOneImage(MultimediaObject multimediaObject,
int width,
int height,
long millis,
File outputFile,
int quality)
Generate exactly one screenshot from source video
|
void |
ScreenExtractor.renderOneImage(MultimediaObject multimediaObject,
int width,
int height,
long millis,
File outputFile,
int quality,
boolean keyframesSeeking)
Generate exactly one screenshot from source video using given seeking mode.
|
Copyright © 2020. All rights reserved.