Skip to content

Instantly share code, notes, and snippets.

@jonathanstegall
Created October 7, 2020 21:20
Show Gist options
  • Select an option

  • Save jonathanstegall/f72bf245fdf05daf9b1bf6a279fbad6c to your computer and use it in GitHub Desktop.

Select an option

Save jonathanstegall/f72bf245fdf05daf9b1bf6a279fbad6c to your computer and use it in GitHub Desktop.
working ffmpeg command for resizing an mov video and converting to mp4
ffmpeg -i 10.04.20.mov -crf 23 -preset medium -movflags +faststart -c:a aac -s 960x540 10.04.20.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment