Created
June 5, 2021 07:14
-
-
Save cleverfox/322c76f1f3face57350889c971fbbfcc to your computer and use it in GitHub Desktop.
Convert video to prores for shogun
This file contains 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 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