-
-
Save reinzor/53eb988f9a717f22ae8c51b6efa525b2 to your computer and use it in GitHub Desktop.
Prepare video files for Davinci Resolve Linux
This file contains hidden or 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
| ``` | |
| for f in *.mp4; do ffmpeg -i "$f" -c:v dnxhd -profile:v dnxhr_sq -c:a pcm_s16le "resolve_${f%.mp4}.mov"; done | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment