Skip to content

Instantly share code, notes, and snippets.

@leejunkit
Created October 10, 2016 03:08
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 leejunkit/310436fb8285a6fefae970988fac159f to your computer and use it in GitHub Desktop.
Save leejunkit/310436fb8285a6fefae970988fac159f to your computer and use it in GitHub Desktop.
Use ffmpeg to stitch GoPro timelapse images
ffmpeg -r 15 -start_number 81758 -i G00%03d.JPG -vf "scale=720:-1" -vcodec libx264 -preset veryslow -crf 15 -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment