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"