Search found 11 matches

Go to advanced search

by Lenif
03 Sep 2008 16:12
Forum: Web and scripting
Topic: SetVariable error in ActiveX
Replies: 1
Views: 764

SetVariable error in ActiveX

Since last version of VLC, SetVariable procedure don't work anymore. I use it to change audio track, mute, fullscreen ... etc Here's the source I use: Var x : OleVariant; begin x := VLCPlugin.getVariable('key-audio-track'); VLCPlugin.setVariable('key-pressed', x); end; Don't known why but this metho...
by Lenif
14 May 2008 09:22
Forum: Web and scripting
Topic: ActiveX memory usage grow ?
Replies: 2
Views: 1088

Re: ActiveX memory usage grow ?

UP
by Lenif
05 May 2008 08:56
Forum: Web and scripting
Topic: ActiveX memory usage grow ?
Replies: 2
Views: 1088

ActiveX memory usage grow ?

hi all, I develop an application with VLC ActiveX but I have problem with memory used. I develop in Delphi 7 a Streaming application. When I use VLC activeX in standard play mode, memory gros slowly. But when I use encoding options, memory grows up to the crash. I only add options to enable HTTP str...
by Lenif
11 Sep 2007 23:46
Forum: VLC media player for Windows Troubleshooting
Topic: Converting DVD to MP3, and bookmarks
Replies: 14
Views: 2303

Re: Converting DVD to MP3, and bookmarks

To simplify my ripping of DVD concert for my car, I develop this small tools ...
Enjoy ...
h**p://files-upload.com/files/496711/VADE.rar

Thanks for all
by Lenif
11 Sep 2007 18:42
Forum: VLC media player for Windows Troubleshooting
Topic: Converting DVD to MP3, and bookmarks
Replies: 14
Views: 2303

Re: Converting DVD to MP3, and bookmarks

For me too this type of command line working great, But:

is it possible that VLC close automatically after chapter ripping is done by adding a command line parameter ?

If it's possible, I can make my own batcher for all my DVD music (concert) ripping :lol:
by Lenif
08 Aug 2007 08:50
Forum: Web and scripting
Topic: Volume Property incorrect ?
Replies: 4
Views: 1254

Re: Volume Property incorrect ?

Up
by Lenif
30 Jul 2007 08:32
Forum: Web and scripting
Topic: Volume Property incorrect ?
Replies: 4
Views: 1254

Re: Volume Property incorrect ?

Up
by Lenif
15 Jul 2007 11:31
Forum: Web and scripting
Topic: Volume Property incorrect ?
Replies: 4
Views: 1254

Re: Volume Property incorrect ?

getvariable('volume') give me an error ...

Maybe not managed by activeX ?

So, same question, how to get vlc current volume with activeX ? The property volume from activeX don't give correct value when changing volume with "key-vol-up"

:(
by Lenif
13 Jul 2007 17:16
Forum: Web and scripting
Topic: Volume Property incorrect ?
Replies: 4
Views: 1254

Volume Property incorrect ?

Hello all

I use VLCPlugin.getVariable('key-vol-up') (and down) to change volume.

When I need to known current volume, the vlcPlugin.volume property is always at 50 and never change.

How can I get the volume value with .getvariable ?
by Lenif
05 Jul 2007 16:45
Forum: Web and scripting
Topic: Visualizations working with the Activex plugin ?
Replies: 9
Views: 8408

Re: Visualizations working with the Activex plugin ?

I put this post up. I need do to do same thing as usbhell ... but nothing to do ... No vizualisations ... I use these 2 vars with activeX : [':audio-visual=visual', ':effect-list=scope'] How to use visualization var in runtime ? they don't work ? Bug in ActiveX I can do it working with vlcActiveX.Se...

Go to advanced search