Skip to content

Instantly share code, notes, and snippets.

@cleverfox
Created June 5, 2021 07:14
Show Gist options
  • Save cleverfox/322c76f1f3face57350889c971fbbfcc to your computer and use it in GitHub Desktop.
Save cleverfox/322c76f1f3face57350889c971fbbfcc to your computer and use it in GitHub Desktop.
Convert video to prores for shogun
ffmpeg -i logo.mp4 -r 25 -vcodec prores_ks -profile:v 1 -pix_fmt yuv422p10le -vf scale=1920:1080 -c:a pcm_s24le logo2.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment