Extracting images from videos via VLC

VLC can easily extract single images from a video via the command line:

vlc GOPR0001.MP4 --rate=1 --video-filter=scene --vout=dummy --scene-format=png --scene-ratio=1 --scene-prefix=3dsnap --scene-path=./ vlc://quit

Leave a comment