Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created November 22, 2024 18:18
Show Gist options
  • Save AbeEstrada/5e7b63f78b7e2f5e27e913968b4618ea to your computer and use it in GitHub Desktop.
Save AbeEstrada/5e7b63f78b7e2f5e27e913968b4618ea to your computer and use it in GitHub Desktop.
ffmpeg: convert transparent png files to mov with alpha channel support
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