Package ws.schild.jave.filters
Class AssSubtitlesFilter
java.lang.Object
ws.schild.jave.filters.Filter
ws.schild.jave.filters.AssSubtitlesFilter
- All Implemented Interfaces:
VideoFilter
Add subtitles to the video
- Author:
- andre
-
Constructor Summary
ConstructorsConstructorDescriptionAssSubtitlesFilter(File source) A simple instantiation of the ass subtitle filter.AssSubtitlesFilter(File source, String outputLabel) -
Method Summary
Methods inherited from class ws.schild.jave.filters.Filter
addInputLabel, addNamedArgument, addOrderedArgument, addOutputLabel, escapingPath, getExpression, setQuoteCharacter
-
Constructor Details
-
AssSubtitlesFilter
A simple instantiation of the ass subtitle filter.- Parameters:
source- The source ass subtitle file to be used for this movie filter.
-
AssSubtitlesFilter
- Parameters:
source- The source ass subtitle file to be used for this movie filter.outputLabel- The label to add as subtitle
-