Created
November 22, 2024 18:18
-
-
Save AbeEstrada/5e7b63f78b7e2f5e27e913968b4618ea to your computer and use it in GitHub Desktop.
ffmpeg: convert transparent png files to mov with alpha channel support
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 -framerate 30 -i frame_%03d.png -c:v prores_ks -profile:v 4444 -pix_fmt yuva444p10le -alpha_bits 8 -q:v 20 output.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment