Package ws.schild.jave.filters
Class ColorFilter
- java.lang.Object
-
- ws.schild.jave.filters.Filter
-
- ws.schild.jave.filters.ColorFilter
-
- All Implemented Interfaces:
VideoFilter
public class ColorFilter extends Filter
A color filter as described by the FFMPEG Documentation.
-
-
Constructor Summary
Constructors Constructor Description ColorFilter()DIY constructor - add the arguments you need.ColorFilter(java.lang.String expression)Constructor with expressionColorFilter(Color c, VideoSize s, java.lang.Double durationSeconds)Simple constructor - make a solid color screen for some amount of time.
-
Method Summary
-
Methods inherited from class ws.schild.jave.filters.Filter
addInputLabel, addNamedArgument, addOrderedArgument, addOutputLabel, escapingPath, getExpression, setQuoteCharacter
-
-