Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stalkermn/6b2ffbda144c6c3ad8b8f4dee0cf4cba to your computer and use it in GitHub Desktop.
Save stalkermn/6b2ffbda144c6c3ad8b8f4dee0cf4cba to your computer and use it in GitHub Desktop.
FFmpeg: Blur video
ffmpeg -i intro.mov -vf "boxblur=5:1" intro-blur.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment