Last active
April 11, 2022 19:49
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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