Skip to content

Instantly share code, notes, and snippets.

@mortennobel
Created April 24, 2016 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortennobel/3a0f252b00636f047f447659bf69042f to your computer and use it in GitHub Desktop.
Save mortennobel/3a0f252b00636f047f447659bf69042f to your computer and use it in GitHub Desktop.
Encode png images as movie
# Loosely based on http://superuser.com/a/533706
ffmpeg -framerate 10 -i shot\ %04d.png -s:v 1280x720 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p smart-avenue-1.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment