Skip to content

Instantly share code, notes, and snippets.

@gabonator
Created September 14, 2022 12:31
Show Gist options
  • Save gabonator/dca38d70ff5d4262cc7e334dd6c306d7 to your computer and use it in GitHub Desktop.
Save gabonator/dca38d70ff5d4262cc7e334dd6c306d7 to your computer and use it in GitHub Desktop.
Converts sequence of images to video for iMovie with transparency
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