| Package | Description |
|---|---|
| ws.schild.jave.filters |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorFilter
A color filter as described by the
FFMPEG Documentation.
|
class |
ConcatFilter |
class |
DrawtextFilter
Add text to a video.
|
class |
FadeFilter
An implementation of the fade filter as found in the FFMPEG Documentation.
|
class |
MovieFilter |
class |
OverlayFilter
An implementation of the overlay filter as specified by FFMPEG Documentation
|
class |
PadFilter |
class |
ScaleFilter
An implementation of the scale filter as found in the FFMPEG Documentation.
|
class |
SetPtsFilter
An implementation of the setpts filter as specified by FFMPEG Documentation.
|
class |
TrimFilter
An implementation of the overlay filter as specified by FFMPEG Documentation
Important implementation note: Most common usage of the trim filter requires a setpts filter
applied immediately after in the filter chain.
|
class |
ZoomPanFilter |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.addInputLabel(String... label)
Add an input label to the list of input labels for this filter
|
Filter |
Filter.addNamedArgument(String name,
String value)
Add a named argument to the set of named arguments for this filter
|
Filter |
Filter.addOrderedArgument(String... arg)
Add an ordered argument to the list of arguments for this filter
|
Filter |
Filter.addOutputLabel(String... label)
Add an output label to the list of output labels for this filter
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
FilterChain.addFilter(Filter filter)
Add one Filter to this filterchain
|
FilterChain |
FilterChain.prependFilter(Filter filter) |
| Constructor and Description |
|---|
FilterChain(Filter... filters)
Create a filterchain with the specified filters
|
Copyright © 2020. All rights reserved.