Search found 3 matches

Go to advanced search

by Slump
22 Oct 2010 19:00
Forum: VLC media player for Windows Troubleshooting
Topic: How to generate thumbnails from video?
Replies: 4
Views: 5472

Re: How to generate thumbnails from video?

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.
by Slump
20 Oct 2010 04:16
Forum: VLC media player for Windows Troubleshooting
Topic: How to generate thumbnails from video?
Replies: 4
Views: 5472

Re: How to generate thumbnails from video?

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...
by Slump
19 Oct 2010 20:23
Forum: VLC media player for Windows Troubleshooting
Topic: Create deinterlaced snapshots from the video?
Replies: 1
Views: 444

Create deinterlaced snapshots from the video?

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...

Go to advanced search