Skip to content

Instantly share code, notes, and snippets.

@gazlu
Created October 15, 2016 10:11
Show Gist options
  • Save gazlu/8a723d872a3380a35bf8478de8d1b3be to your computer and use it in GitHub Desktop.
Save gazlu/8a723d872a3380a35bf8478de8d1b3be to your computer and use it in GitHub Desktop.
Extract photos from the Video with VLC
vlc "{video path from which you want to exctract photos}" --video-filter=scene --vout=dummy --start-time=1 --scene-ratio=15 --scene-prefix=VTS_01_4-img- --scene-path="{folder path where you want to exctract photos}" vlc://quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment