Created
November 3, 2018 17:14
-
-
Save kumekay/fa8f700075b24faf526795cd341e6c05 to your computer and use it in GitHub Desktop.
ffmpeg photo series to video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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