Skip to content

Instantly share code, notes, and snippets.

@audreyfeldroy
Last active August 29, 2015 14:07
Show Gist options
  • Save audreyfeldroy/3e2b6e70962e7e0185d4 to your computer and use it in GitHub Desktop.
Save audreyfeldroy/3e2b6e70962e7e0185d4 to your computer and use it in GitHub Desktop.
ffmpeg jpg to video

Create the mov:

ffmpeg -f image2 -r 4 -i PA02%04d.JPG -s 640x480 -b 5000k -vcodec mjpeg timelapse-large.mov

Bring into iMovie, snip to 10 sec, and add voiceover. Export at 640x480.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment