| Package | Description |
|---|---|
| ws.schild.jave |
JAVE - Java Audio Video Encoder
|
| Modifier and Type | Method and Description |
|---|---|
EncodingAttributes |
EncodingAttributes.setAudioAttributes(AudioAttributes audioAttributes)
Sets the attributes for the encoding of the audio stream in the target
multimedia file.
|
EncodingAttributes |
EncodingAttributes.setDecodingThreads(int decodingThreads)
Number of threads to use for decoding (if supported by codec)
-1 means use default of ffmpeg
|
EncodingAttributes |
EncodingAttributes.setDuration(Float duration)
Sets the duration (seconds) of the re-encoded stream.
|
EncodingAttributes |
EncodingAttributes.setEncodingThreads(int encodingThreads)
Number of threads to use for encoding (if supported by codec)
-1 means use default of ffmpeg
|
EncodingAttributes |
EncodingAttributes.setFilterThreads(int filterThreads)
ffmpeg uses multiple cores for filtering
|
EncodingAttributes |
EncodingAttributes.setFormat(String format)
Sets the format name for the encoded target multimedia file.
|
EncodingAttributes |
EncodingAttributes.setMapMetaData(boolean mapMetaData)
Copy over meta data from original file to new output if possible
|
EncodingAttributes |
EncodingAttributes.setOffset(Float offset)
Sets the start offset time (seconds).
|
EncodingAttributes |
EncodingAttributes.setVideoAttributes(VideoAttributes videoAttributes)
Sets the attributes for the encoding of the video stream in the target
multimedia file.
|
| 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).
|
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.
|
Copyright © 2020. All rights reserved.