FFMPEG Command to Add Gaussian Blur to Image in Terminal

Jun 3, 2025

ffmpeg -i input.jpg -vf "gblur=sigma=5" output.jpg


View Video Transcript