Uses of Class
ws.schild.jave.filters.Filter
-
Packages that use Filter Package Description ws.schild.jave.filters -
-
Uses of Filter in ws.schild.jave.filters
Subclasses of Filter in ws.schild.jave.filters Modifier and Type Class Description classAssSubtitlesFilterAdd subtitles to the videoclassColorFilterA color filter as described by the FFMPEG Documentation.classConcatFilterclassCropFilterA crop filter as described by the FFMPEG Documentation.classDrawtextFilterAdd text to a video.classFadeFilterAn implementation of the fade filter as found in the FFMPEG Documentation.classMediaConcatFilterclassMovieFilterclassOverlayFilterAn implementation of the overlay filter as specified by FFMPEG DocumentationclassPadFilterclassScaleFilterAn implementation of the scale filter as found in the FFMPEG Documentation.classSetPtsFilterAn implementation of the setpts filter as specified by FFMPEG Documentation.classTrimFilterAn implementation of the overlay filter as specified by FFMPEG DocumentationclassZoomPanFilterFields in ws.schild.jave.filters with type parameters of type Filter Modifier and Type Field Description private java.util.List<Filter>FilterChain. filtersMethods in ws.schild.jave.filters that return Filter Modifier and Type Method Description FilterFilter. addInputLabel(java.lang.String... label)Add an input label to the list of input labels for this filterFilterFilter. addNamedArgument(java.lang.String name, java.lang.String value)Add a named argument to the set of named arguments for this filterFilterFilter. addOrderedArgument(java.lang.String... arg)Add an ordered argument to the list of arguments for this filterFilterFilter. addOutputLabel(java.lang.String... label)Add an output label to the list of output labels for this filterMethods in ws.schild.jave.filters with parameters of type Filter Modifier and Type Method Description FilterChainFilterChain. addFilter(Filter filter)Add one Filter to this filterchainFilterChainFilterChain. prependFilter(Filter filter)Constructors in ws.schild.jave.filters with parameters of type Filter Constructor Description FilterChain(Filter... filters)Create a filterchain with the specified filters
-