Created
September 14, 2022 12:31
-
-
Save gabonator/dca38d70ff5d4262cc7e334dd6c306d7 to your computer and use it in GitHub Desktop.
Converts sequence of images to video for iMovie with transparency
This file contains hidden or 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 -framerate 30 -i "%04d.png" \ | |
-c:v prores_ks \ | |
-profile:v 5 \ | |
-vendor apl0 \ | |
-bits_per_mb 8000 \ | |
-pix_fmt yuva444p10le \ | |
intro.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment