Hello,
I try to use ActiveX VLC in Delphi project but i do not.
I import ActiveX with Delphi's rules activeX import.
But i always EOLSystem error, (Membre introuvable).
Does someone use VLC ActiveX in delphi ?
Thanks.
Code: Select all
VLCPlugin1 := TVLCPlugin.CreateParented(self.handle);
with VLCPlugin1: TVLCPlugin;
I use the active x component with delphi 6, and it accepts command line arguments too, but i can't get it to apply more than one filter at the same time, it only takes the first one and just don't see the others...I do (Delphi 7 and latest official version of VLC). It works perfectly in both design-time and run-time. My only problem is control except for the properties exposed by the component. I got command line arguments working when adding to a playlist but I haven't got "setVariable" working yet...
Code: Select all
s[0]:='vout-filter=deinterlace';
s[1]:=':deinterlace-mode=blend';
Thanks tonsofpcs, but i don't think the problem comes from my programming, s is an array of char here.Still a work in progress, but this may help: http://wiki.videolan.org/index.php/ActiveX/Delphi
Also, if I remember correctly, the options need to be contained in one array of char.
Users browsing this forum: No registered users and 24 guests