Skip to content

Instantly share code, notes, and snippets.

@raedatoui
Created March 17, 2012 06:16
Show Gist options
  • Save raedatoui/2055720 to your computer and use it in GitHub Desktop.
Save raedatoui/2055720 to your computer and use it in GitHub Desktop.
avi jpg sequence using ffmpeg
ffmpeg -i input.avi -y -an -sameq -f image2 out/still-%03d.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment