Skip to content

Instantly share code, notes, and snippets.

@r4dian
Last active April 11, 2022 19:49
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 r4dian/a0c19c94d3f50921bd98738ab451da3d to your computer and use it in GitHub Desktop.
Save r4dian/a0c19c94d3f50921bd98738ab451da3d to your computer and use it in GitHub Desktop.
Reaper's default video output when you selct `QT/MOV/MP4` is .mov. But fuck .mov, I want an .mp4
ffmpeg -i filename.mov -codec:audio aac -b:audio 128k -codec:video libx264 -crf 23 filename.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment