Uses of Class
ws.schild.jave.filters.FilterGraph
Packages that use FilterGraph
-
Uses of FilterGraph in ws.schild.jave.encode
Methods in ws.schild.jave.encode that return types with arguments of type FilterGraphMethods in ws.schild.jave.encode with parameters of type FilterGraphModifier and TypeMethodDescriptionVideoAttributes.setComplexFiltergraph(FilterGraph complexFiltergraph) -
Uses of FilterGraph in ws.schild.jave.filtergraphs
Subclasses of FilterGraph in ws.schild.jave.filtergraphsModifier and TypeClassDescriptionclassAn abstract filtergraph that will run a filter on multiple input videos then concatenate and watermark the result.classOverlay an image over an input video.classTrim and watermark any number of input videos.class -
Uses of FilterGraph in ws.schild.jave.filters
Methods in ws.schild.jave.filters that return FilterGraphModifier and TypeMethodDescriptionFilterGraph.addChain(FilterChain chain) Add a filterchain to this filtergraph.FilterGraph.setSwsFlags(String swsFlags) set the sws_flags to pass to libavfilter scale filters.