Skip to content

Instantly share code, notes, and snippets.

@rhamdeew
Created September 6, 2013 07:55
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 rhamdeew/6460809 to your computer and use it in GitHub Desktop.
Save rhamdeew/6460809 to your computer and use it in GitHub Desktop.
How to create video from jpeg with ffmpeg
cat *.jpg | ffmpeg -f image2pipe -r 1 -vcodec mjpeg -i - -vcodec libx264 out-`/bin/date +%Y-%m-%d`.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment