Created
June 16, 2022 15:36
-
-
Save malte-j/83679837236d3ace84300a229eedee54 to your computer and use it in GitHub Desktop.
davinci resolve mov to mp4
This file contains hidden or 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 input.mov -vf yadif -codec:v libx264 -crf 1 -bf 2 -flags +cgop -pix_fmt yuv420p -codec:a aac -strict -2 -b:a 384k -r:a 48000 -movflags faststart output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment