Package ws.schild.jave.filters
Class ColorFilter
java.lang.Object
ws.schild.jave.filters.Filter
ws.schild.jave.filters.ColorFilter
- All Implemented Interfaces:
VideoFilter
A color filter as described by the
FFMPEG Documentation.
-
Constructor Summary
ConstructorsConstructorDescriptionDIY constructor - add the arguments you need.ColorFilter(String expression) Constructor with expressionColorFilter(Color c, VideoSize s, 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
-
Constructor Details
-
ColorFilter
public ColorFilter()DIY constructor - add the arguments you need. -
ColorFilter
Constructor with expression- Parameters:
expression- expression to be passed as the color argument
-
ColorFilter
Simple constructor - make a solid color screen for some amount of time.- Parameters:
c- The color to use.s- The size of the output videodurationSeconds- The number of seconds to output the video for
-