I'm using libVLCSharp for Windows. Is there a way to set video deinterlacing mode with libVLCSharp? Thanks.
Tried the following
media.AddOption(":deinterlace=1");
media.AddOption(":video-filter=deinterlace");
media.AddOption(":deinterlace-mode=blend");
From the vlc log this code does not seem to work. Any advice? Thanks.