Uses of Class
ws.schild.jave.filters.Filter
Packages that use Filter
-
Uses of Filter in ws.schild.jave.filters
Subclasses of Filter in ws.schild.jave.filtersModifier and TypeClassDescriptionclassAdd subtitles to the videoclassA color filter as described by the FFMPEG Documentation.classclassA crop filter as described by the FFMPEG Documentation.classAdd text to a video.classAn implementation of the fade filter as found in the FFMPEG Documentation.classclassclassAn implementation of the overlay filter as specified by FFMPEG DocumentationclassclassAn implementation of the scale filter as found in the FFMPEG Documentation.classAn implementation of the setpts filter as specified by FFMPEG Documentation.classAn implementation of the overlay filter as specified by FFMPEG DocumentationclassMethods in ws.schild.jave.filters that return FilterModifier and TypeMethodDescriptionFilter.addInputLabel(String... label) Add an input label to the list of input labels for this filterFilter.addNamedArgument(String name, String value) Add a named argument to the set of named arguments for this filterFilter.addOrderedArgument(String... arg) Add an ordered argument to the list of arguments for this filterFilter.addOutputLabel(String... label) Add an output label to the list of output labels for this filterMethods in ws.schild.jave.filters with parameters of type FilterModifier and TypeMethodDescriptionAdd one Filter to this filterchainFilterChain.prependFilter(Filter filter) Constructors in ws.schild.jave.filters with parameters of type FilterModifierConstructorDescriptionFilterChain(Filter... filters) Create a filterchain with the specified filters