Skip to content

Instantly share code, notes, and snippets.

@npyoung
Created April 11, 2018 02:57
Show Gist options
  • Save npyoung/b05838af902f1ce7c008b140fa84167b to your computer and use it in GitHub Desktop.
Save npyoung/b05838af902f1ce7c008b140fa84167b to your computer and use it in GitHub Desktop.
Frames to video
ffmpeg -pattern_type glob -i "img *.png" -c:v libx264 -crf 18 -pix_fmt yuv420p -preset slow -r 60 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment