Skip to content

Instantly share code, notes, and snippets.

@leejunkit
leejunkit / gist:310436fb8285a6fefae970988fac159f
Created October 10, 2016 03:08
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