Created
March 22, 2020 17:59
-
-
Save SpiralOutDotEu/12ce0c55126c3b9003d214ee123bbe5d to your computer and use it in GitHub Desktop.
convert video so that works with DaVinci Resolve in 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
ffmpeg -i <input> -c:v mpeg4 -force_key_frames "expr:gte(t,n_forced*1)" -c:a pcm_s16le <output>.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment