| Package | Description |
|---|---|
| ws.schild.jave | |
| ws.schild.jave.encode |
| Modifier and Type | Method and Description |
|---|---|
static EncodingArgument |
Encoder.setOptionAtIndex(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Encoder.addOptionAtIndex(EncodingArgument arg,
Integer index) |
static void |
Encoder.setOptionAtIndex(EncodingArgument arg,
Integer index) |
| Modifier and Type | Method and Description |
|---|---|
void |
Encoder.encode(List<MultimediaObject> multimediaObjects,
File target,
EncodingAttributes attributes,
EncoderProgressListener listener,
List<EncodingArgument> currOptions)
Re-encode a multimedia file(s).
|
| Modifier and Type | Class and Description |
|---|---|
class |
PredicateArgument
A PredicateArgument is an EncodingArgument that adds its arguments based on the provided
predicate
|
class |
SimpleArgument
A SimpleArgument is an EncodingArgument that provides all of its components, The argument type
and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)
|
class |
ValueArgument
A ValueArgument is an EncodingArgument that is optionally present based on the presence of the
provided valueGetter.
|
class |
VideoFilterArgument
A SimpleArgument is an EncodingArgument that provides all of its components, The argument type
and a Function from EncodingAttributes to a Stream<String> (arguments to ffmpeg)
|
Copyright © 2022. All rights reserved.