Created
August 18, 2011 19:21
-
-
Save revolunet/1154915 to your computer and use it in GitHub Desktop.
generate thumbnail from video with VLC
This file contains hidden or 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
| # ceci extraira en jpg la premiere image de la video test.mpg | |
| vlc.exe -V image --start-time 0 --stop-time 1 --image-out-format jpg --image-out-ratio 24 --image-out-prefix snap test.mpg vlc://quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
what do i do with this code