Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:11
Show Gist options
  • Save fire/26a8092defa7d2a54950 to your computer and use it in GitHub Desktop.
Save fire/26a8092defa7d2a54950 to your computer and use it in GitHub Desktop.
Prores encode

Prores 444

ffmpeg -i 2014-12-07-0300-20.flv -vcodec prores_ks -pix_fmt yuva444p10le -acodec copy -profile:v 4444 -y output-video.mov

Prores 422

ffmpeg -i 2014-12-07-0300-20.flv -vcodec prores_ks -acodec copy -y output-video.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment