Skip to content

Instantly share code, notes, and snippets.

@pastewka
Created July 25, 2017 19:33
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 pastewka/bc3ab13e858d93f9271a3424bf9ea67f to your computer and use it in GitHub Desktop.
Save pastewka/bc3ab13e858d93f9271a3424bf9ea67f to your computer and use it in GitHub Desktop.
Encode sequence of pngs to mp4
ffmpeg -r 60 -f image2 -i vacancy_diffusion%04d.png -vcodec libx264 -crf 25 -pix_fmt yuv420p test.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment