Skip to content

Instantly share code, notes, and snippets.

@MindPatch
Created January 31, 2021 00:10
Show Gist options
  • Save MindPatch/51e523527124bea79e6538fb2b9c1179 to your computer and use it in GitHub Desktop.
Save MindPatch/51e523527124bea79e6538fb2b9c1179 to your computer and use it in GitHub Desktop.
ffmpeg_davinci_resolve.sh
ffmpeg -i $1 -vcodec dnxhd -acodec pcm_s16le -s 1920x1080 -r 30000/1001 -b:v 36M -pix_fmt yuv422p -f mov imhere.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment