| Package | Description |
|---|---|
| ws.schild.jave |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2020. All rights reserved.