Skip to content

Instantly share code, notes, and snippets.

@sahibalejandro
Last active November 24, 2015 18:22
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 sahibalejandro/755910f18020c00c6771 to your computer and use it in GitHub Desktop.
Save sahibalejandro/755910f18020c00c6771 to your computer and use it in GitHub Desktop.
Create timelapse video with ffmpeg
ffmpeg -f image2 -start_number 170 -i G0010%03d.JPG -s 750x562 -pix_fmt yuv420p -r 60 tiendeme.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment