Page 1 of 1

Create deinterlaced snapshots from the video?

Posted: 19 Oct 2010 20:23
by Slump
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:

Code: Select all

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 created the images perfectly well.

Then I tried combining the deinterlace filter as follows:

Code: Select all

vlc dvd://e:\@2 --video-filter=scene:deinterlace --filter-deinterlace-mode=x --scene-format=png --scene-ratio=24 --start-time=1 --stop-time=100 --scene-path="temp_folder" vlc://quit
But the images were not deinterlaced at all.

If I use the Snapshot tool in the GUI menu, the output image is deinterlaced as expected, but that's only for one frame. How can I create a deinterlaced image sequence from my video?

Thanks much for any help!

Re: Create deinterlaced snapshots from the video?

Posted: 28 Oct 2010 23:28
by Jean-Baptiste Kempf
--deinterlace 1