[vlc] Urgent Help, Deinterlace Bug or Documentaion problem

Guy Perkins me at atdotmedotuk.me.uk
Thu Mar 18 18:46:16 CET 2010


Hi
 
I am struggling to get linear deinterlace on embedded Activex
(vlc-1.0.5-win32.exe)
 
I can do it on the older versions (pre v1) without issue
 
But, with the current version, I can't get deinterlace on at all with
embedded Activex. I can on the command line though.
 
Activex (in Internet explorer - Windows) . (Bearing in mind that VLC is
a locally loaded app with the plugin present & registered)
 
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
    width="1022" 
 height="575" 
 id="vlc" events="True">
 </OBJECT> 
 
<script type="text/javascript">
var vlc = document.getElementById('vlc');
tvchannelfrequency = "722167";
tvchannelprogram = "program=4415";
var Myoptions = new
Array("dvb-bandwidth=8",tvchannelprogram,"vout-filter=deinterlace","dein
terlace-mode=linear","audio");
var targetURL ="dvb-t://frequency="+tvchannelfrequency+"000";
vlc.playlist.add(targetURL,"MyName",Myoptions);
vlc.playlist.play()
</script>
 
Will correctly play the DVB-T channel, but with NO deinterlace.
 
Tried all I can think of, still no deinterlace.
 
However, At the command line
 
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv dvb-t://frequency=722166000
:dvb-bandwidth=8 :program=4415 --vout-filter=deinterlace
--deinterlace-mode=linear
works fine
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv dvb-t://frequency=722166000
:dvb-bandwidth=8 :program=4415 --video-filter=deinterlace
--deinterlace-mode=linear
Doesn't work properly. Brings up "Blend", won't set mode to linear.
 
 
This is for an App, Help PLEASE
Is this a Bug, or just a syntax/declaration error. I need deinterlace on
the embeded Activex. The older versions work, but give me intermittent
"Leaking Pictures" issues.
 
TheGman
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20100318/a89ece94/attachment.html>


More information about the vlc mailing list