Create deinterlaced snapshots from the video?
Posted: 19 Oct 2010 20:23
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:
It created the images perfectly well.
Then I tried combining the deinterlace filter as follows:
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!
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
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
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!