Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created August 18, 2011 19:21
Show Gist options
  • Select an option

  • Save revolunet/1154915 to your computer and use it in GitHub Desktop.

Select an option

Save revolunet/1154915 to your computer and use it in GitHub Desktop.
generate thumbnail from video with VLC
# 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
@Chizi254
Copy link

Chizi254 commented Feb 3, 2023

what do i do with this code

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