Skip to content

Instantly share code, notes, and snippets.

@sortofsleepy
Created February 27, 2025 16:48
Show Gist options
  • Save sortofsleepy/8f82495c91b7b1740149003d6aa20bc2 to your computer and use it in GitHub Desktop.
Save sortofsleepy/8f82495c91b7b1740149003d6aa20bc2 to your computer and use it in GitHub Desktop.
ffmpeg command to convert files suitable for Davinci Resolve on Linux
ffmpeg -i <input> -c:v dnxhd -profile:v dnxhr_hq -c:a pcm_s16le <output>
@sortofsleepy
Copy link
Author

Note that this is only tested on .mp4s - not sure if it'll work well with other formats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment