You should replace the "@2" in your command with the file name.
In my case I use "dvd://e:\@2" because I want to create thumbnails from the DVD.
My DVD drive is E, and I want to extract chapter 2 only.
I used this command to create the thumbnails vlc dvd://e:\@2 --video-filter=scene --scene-format=png --scene-ratio=24 --start-time=0 --stop-time=1 --scene-path="temp_folder" vlc://quit You can also use --scene-width or --scene-height to set the size of the thumbnail. And VLC is able to pla...
I need to create a deinterlaced snapshot sequence from a video (a DVD video actually). At first I tried this command to create the snapshots: vlc dvd://e:\@2 --video-filter=scene --scene-format=png --scene-ratio=24 --start-time=1 --stop-time=100 --scene-path="temp_folder" vlc://quit It cre...