Uses of Interface
ws.schild.jave.filters.VideoFilter
-
Packages that use VideoFilter Package Description ws.schild.jave.encode ws.schild.jave.filtergraphs ws.schild.jave.filters -
-
Uses of VideoFilter in ws.schild.jave.encode
Fields in ws.schild.jave.encode with type parameters of type VideoFilter Modifier and Type Field Description private java.util.ArrayList<VideoFilter>VideoAttributes. videoFiltersMethods in ws.schild.jave.encode that return types with arguments of type VideoFilter Modifier and Type Method Description java.util.ArrayList<VideoFilter>VideoAttributes. getVideoFilters()Methods in ws.schild.jave.encode with parameters of type VideoFilter Modifier and Type Method Description voidVideoAttributes. addFilter(VideoFilter videoFilter) -
Uses of VideoFilter in ws.schild.jave.filtergraphs
Classes in ws.schild.jave.filtergraphs that implement VideoFilter Modifier and Type Class Description classFilterAndWatermarkAn abstract filtergraph that will run a filter on multiple input videos then concatenate and watermark the result.classOverlayWatermarkOverlay an image over an input video.classTrimAndWatermarkTrim and watermark any number of input videos.classTrimFadeAndWatermark -
Uses of VideoFilter in ws.schild.jave.filters
Classes in ws.schild.jave.filters that implement VideoFilter 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.classFilterA filter as described by FFMPEG Documentation.classFilterChainA filterchain as described by FFMPEG Documentation.classFilterGraphA filtergraph as described by 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 DocumentationclassZoomPanFilter
-