Hi,
I tried blur photo with this code
ffmpeg -i poster3.jpg -filter_complex "[0:v]scale=1080:720,boxblur=luma_radius=min(h\,w)/20:luma_power=1:chroma_radius=min(cw\,ch)/20:chroma_power=1[bg];[0:v]scale=1080:-2:force_original_aspect_ratio=decrease[fg];[bg][fg]overlay=(W-w)/2:(H-h)/2[outv]" -map [outv] -map 0:a? poster2.jpg
i was successful on window, but i am using this code for android then code not working with error is no such filter boxblur.
Can you give me solution to fix bug? thank you.
Screenshots

Which mobile-ffmpeg package do you use? boxblur filter is licensed with GPL and only gpl packages include it. Can you try using one of those packages?
Hi,
thank for answer.
I'm tried package full-gpl and old bug was fix. Now, i'm trying code blur photo like link and this not working, my photo is black around.
Thank for reading
Did you test your command on desktop ffmpeg?
Yes, i test on desktop successfull but test in android error
Can you share your command and input image that fails?
i will try, thanks you very much :D
Yeahh, i was fix success :D