Skip to content

Instantly share code, notes, and snippets.

@cleverfox
Created June 5, 2021 07:14
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