Created
June 25, 2017 17:57
-
-
Save obar1/c6aa1974372bcad410efd7ed2ed6195f to your computer and use it in GitHub Desktop.
to extract images frome video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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