Created
February 27, 2025 16:48
-
-
Save sortofsleepy/8f82495c91b7b1740149003d6aa20bc2 to your computer and use it in GitHub Desktop.
ffmpeg command to convert files suitable for Davinci Resolve on Linux
This file contains 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> -c:v dnxhd -profile:v dnxhr_hq -c:a pcm_s16le <output> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that this is only tested on .mp4s - not sure if it'll work well with other formats.