Skip to content

Instantly share code, notes, and snippets.

@obar1
Created June 25, 2017 17:57
Show Gist options
  • Save obar1/c6aa1974372bcad410efd7ed2ed6195f to your computer and use it in GitHub Desktop.
Save obar1/c6aa1974372bcad410efd7ed2ed6195f to your computer and use it in GitHub Desktop.
to extract images frome video
mplayer -vo null -ao null -frames 0 -identify "file.mpg"
// LOOK FOR id_length
//8000
mpayer -vo jpeg -sstep 5 -endpos 8000 -nosound "file.mpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment