Visualizations working with the Activex plugin ?
Posted: 13 Jan 2006 15:18
Hello,
I was wondering if anyone had managed to get visualizations working with the Activex plugin, using addTarget
If I use, on the command line
they work fine in the regular VLC player
if under Settings->Preferences->Audio I set Audio visualisations to Visualizer filter
they work fine in the regular VLC Player and the Activex control (only they are present all the time)
if I try
I get nothing ..... Other options like ":aspect-ratio=4:3" or ":directx-wallpaper" work OK.
I was wondering if anyone had managed to get visualizations working with the Activex plugin, using addTarget
If I use, on the command line
Code: Select all
vlc.exe audio.mp3 --audio-visual visual
if under Settings->Preferences->Audio I set Audio visualisations to Visualizer filter
they work fine in the regular VLC Player and the Activex control (only they are present all the time)
if I try
Code: Select all
Dim options() As Variant
options() = Array(":audio-visual=visual")
VLCPlugin1.addTarget App.Path & "/audio.mp3", options, VLCPlayListReplaceAndGo, -666