Skip to content

Instantly share code, notes, and snippets.

@sp94
Last active March 27, 2021 17:48
Show Gist options
  • Save sp94/926018d22c28f182a0a1a3f9d4e025ed to your computer and use it in GitHub Desktop.
Save sp94/926018d22c28f182a0a1a3f9d4e025ed to your computer and use it in GitHub Desktop.
png-to-mp4
ffmpeg -filter_complex loop=loop=3:size=200:start=0 -framerate 50 -pattern_type glob -i 'f*.png' \
-c:v libx264 -crf 18 -r 50 -pix_fmt yuv420p output_insta.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment