ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

PixelationFilter command

Open HemangiVekaria opened this issue 5 years ago • 2 comments

Hello I want to implement PixelationFilter in my video using ffmpeg. I am not able to find correct command for PixelationFilter. Can you guys please help me for PixelationFilter. I found one command for Pixellate effect : ffmpeg -i input -filter:v frei0r=pixeliz0r=0.02:0.02 output

but when run this command with this library it says [AVFilterGraph @ 0xefa52040] No such filter: 'frei0r'

HemangiVekaria avatar Aug 11 '18 11:08 HemangiVekaria

Did this get solved?

shashank42 avatar Jul 14 '20 19:07 shashank42

Yes, it's solved.

plusinfosys-global avatar Jul 15 '20 03:07 plusinfosys-global