| Package | Description |
|---|---|
| ws.schild.jave.filtergraphs | |
| ws.schild.jave.filters |
| Modifier and Type | Method and Description |
|---|---|
static FilterChain |
TrimAndWatermark.filterChainForTrimInfo(TrimAndWatermark.TrimInfo info) |
static FilterChain |
TrimFadeAndWatermark.filterChainForTrimInfo(TrimAndWatermark.TrimInfo info,
EnumSet<FadeDirection> fades,
Double fadeDuration) |
| Constructor and Description |
|---|
FilterAndWatermark(File watermark,
List<FilterChain> inputFilterChains) |
| Modifier and Type | Method and Description |
|---|---|
FilterChain |
FilterChain.addFilter(Filter filter)
Add one Filter to this filterchain
|
FilterChain |
FilterChain.prependFilter(Filter filter) |
FilterChain |
FilterChain.setInputLabel(String label)
Adds an input label to the first filter in this chain.
|
FilterChain |
FilterChain.setOutputLabel(String label)
Adds an output label to the first filter in this chain.
|
| Modifier and Type | Method and Description |
|---|---|
FilterGraph |
FilterGraph.addChain(FilterChain chain)
Add a filterchain to this filtergraph.
|
| Constructor and Description |
|---|
FilterGraph(FilterChain... chains)
Create a filtergraph with a specified list of filterchains.
|
FilterGraph(String swsFlags,
FilterChain... chains)
Create a filtergraph with a specified list of filterchains and specified sws_flags.
|
Copyright © 2020. All rights reserved.