Skip to content

Instantly share code, notes, and snippets.

@psenough
Created August 8, 2017 23:35
Show Gist options
  • Save psenough/63facbab74c9b81ebfbf26b72998c37d to your computer and use it in GitHub Desktop.
Save psenough/63facbab74c9b81ebfbf26b72998c37d to your computer and use it in GitHub Desktop.
convert 1080p files with weird encoding to a davinci resolve friendly format
ffmpeg -i "in.mov" -vf format=yuv422p,scale=-1:1080,pad=1920:1080:(ow-iw)/2:0 -r 24000/1001 -c:v dnxhd -b:v 115M "out.mov"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment