Hi all,
I'm trying to add the deinterlace option to javascript control of the activex but no matter how I do it (either by a script or property etc) it doesnt function. When I use
function deinterlace()
{
vlc.video.deinterlace.enable("linear")
}
I just get 'vlc.video.deinterace' is null or not an object. I'm using other vlc.video properties (subtitles for exampl) without a problem.
Any ideas please?