Skip to content

Instantly share code, notes, and snippets.

@andreibosco
Created August 28, 2013 01:07
Show Gist options
  • Select an option

  • Save andreibosco/6360989 to your computer and use it in GitHub Desktop.

Select an option

Save andreibosco/6360989 to your computer and use it in GitHub Desktop.
convertendo video em sequencia de imagens

Utilizando ffmpeg

ffmpeg -r 30 -i Video.mpg Pictures%d.jpg

  • -r framerate
  • -i arquivo de entrada

Utiliando mplayer

mplayer inputfile -vo png:z=8 -endpos 5 -ao null

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