Skip to content

Instantly share code, notes, and snippets.

@malte-j
Created June 16, 2022 15:36
Show Gist options
  • Save malte-j/83679837236d3ace84300a229eedee54 to your computer and use it in GitHub Desktop.
Save malte-j/83679837236d3ace84300a229eedee54 to your computer and use it in GitHub Desktop.
davinci resolve mov to mp4
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