Uses of Class
com.github.kokorin.jaffree.ffmpeg.FilterChain
Packages that use FilterChain
-
Uses of FilterChain in com.github.kokorin.jaffree.ffmpeg
Methods in com.github.kokorin.jaffree.ffmpeg that return FilterChainModifier and TypeMethodDescriptionAdds filter to filter chain.FilterChain.addFilters(List<? extends Filter> filtersToAdd) Adds multiple filters to filter chain.static FilterChainCreateFilterChainfrom several filters.Methods in com.github.kokorin.jaffree.ffmpeg with parameters of type FilterChainModifier and TypeMethodDescriptionFilterGraph.addFilterChain(FilterChain chain) Adds filter chain to filter graph.static FilterGraphFilterGraph.of(FilterChain... filterChains) CreateFilterGraphfrom several filter chains.FFmpeg.setFilter(FilterChain filterChain) Sets the 'generic' filter value (equivalent to the "-filter" command-line parameter).FFmpeg.setFilter(StreamType streamType, FilterChain filterChain) Sets a 'stream specific' filter value (equivalent to the "-av" / "-filter:a" or "-fv" / "-filter:v" command-line parameters).FFmpeg.setFilter(String streamSpecifier, FilterChain filterChain) Sets a 'stream specific' filter value (equivalent to the "-av" / "-filter:a" or "-fv" / "-filter:v" / "-filter" command-line parameters).Method parameters in com.github.kokorin.jaffree.ffmpeg with type arguments of type FilterChainModifier and TypeMethodDescriptionFilterGraph.addFilterChains(List<? extends FilterChain> chainsToAdd) Adds multiple filter chains to filter graph.