Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created November 1, 2020 18:26
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 hadrienblanc/a97fc77997f368361d376f61b8339a88 to your computer and use it in GitHub Desktop.
Save hadrienblanc/a97fc77997f368361d376f61b8339a88 to your computer and use it in GitHub Desktop.
# Here is how to create a slideshow from images (1.jpg,2.jpg..,8.jpg) with FFmpeg on your Linux or Unix box:
ffmpeg -y -r 1/3 -framerate 1 -i %1d.jpg -c:v libx264 -vf fps=5 -pix_fmt yuv420p out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment