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!