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