cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 830 forks source link

PixelationFilter command #295

Open HemangiVekaria opened 6 years ago

HemangiVekaria commented 6 years ago

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'

shashank42 commented 4 years ago

Did this get solved?

plusinfosys-global commented 4 years ago

Yes, it's solved.