Page 1 of 1

[SOLVED]Deinterlace command-line parameter is not working

Posted: 19 Mar 2008 06:09
by GeeZuZz
According to documentation it should be possible to set deinterlacing mode using a parameter. The listed paramters does not work though:

Tested:
"vlc.exe http://10.0.0.9/video.m3u --sout-deinterlace-mode=bob"
"vlc.exe http://10.0.0.9/video.m3u --deinterlace-mode=bob"

Video starts playing, but deinterlacing is still set to Disabled.

Is this a bug, or do i do something wrong?

Edit: I figured out that i had to enable deinsterlacing first, by using "--vout-filter deinterlace", so correct was:

"vlc.exe http://10.0.0.9/video.m3u --vout-filter=deinterlace --deinterlace-mode=bob"