Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SpiralOutDotEu/12ce0c55126c3b9003d214ee123bbe5d to your computer and use it in GitHub Desktop.
Save SpiralOutDotEu/12ce0c55126c3b9003d214ee123bbe5d to your computer and use it in GitHub Desktop.
convert video so that works with DaVinci Resolve in linux
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