Uses of Class
com.github.kokorin.jaffree.ffmpeg.FilterGraph
Packages that use FilterGraph
-
Uses of FilterGraph in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return FilterGraphModifier and TypeMethodDescriptionFilterGraph.addFilterChain(FilterChain chain) Adds filter chain to filter graph.FilterGraph.addFilterChains(List<? extends FilterChain> chainsToAdd) Adds multiple filter chains to filter graph.static FilterGraphFilterGraph.of(FilterChain... filterChains) CreateFilterGraphfrom several filter chains.Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type FilterGraphModifier and TypeMethodDescriptionFFmpeg.setComplexFilter(FilterGraph complexFilter) Adds complex filter graph to ffmpeg arguments list.