Skip to content

Instantly share code, notes, and snippets.

@daz
Created January 23, 2019 06:35
Show Gist options
  • Save daz/c05794990bcc20a82176a100cc27429b to your computer and use it in GitHub Desktop.
Save daz/c05794990bcc20a82176a100cc27429b to your computer and use it in GitHub Desktop.
Google Earth Studio stitch image sequence with FFmpeg
ffmpeg -framerate 30 -pattern_type glob -i '*.jpeg' -c:v libx264 -pix_fmt yuv420p output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment