Skip to content

Instantly share code, notes, and snippets.

@kumekay
Created November 3, 2018 17:14
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 kumekay/fa8f700075b24faf526795cd341e6c05 to your computer and use it in GitHub Desktop.
Save kumekay/fa8f700075b24faf526795cd341e6c05 to your computer and use it in GitHub Desktop.
ffmpeg photo series to video
ffmpeg -r 3 -pattern_type glob -i '*.jpg' -c:v libx264 -vf "fps=25,format=yuv420p" video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment