Page 1 of 1

[RESOLV] VLC in command line with Audio visualization

Posted: 25 Feb 2007 16:52
by sonique
hi !
My first post here ! I want show visualization like :
Menu Audio -> Visualization -> Oscilloscope, Spectre Analyzer...
i have found : --audio-visual <String>
but when i run vlc with :
vlc /path/to/my/music.ogg --audio-visual spectrum
OR
vlc /path/to/my/music.ogg --audio-visual scope
OR
vlc /path/to/my/music.ogg --audio-visual oscilloscope

I have no visualization. I can read this message :
main private error: o visualization module matched "spectrum"
main audio output error: cannot add user filter spectrum (skipped)
main private error: o visualization module matched "scope"
main audio output error: cannot add user filter scope (skipped)
...

Do you know how can I launch Visualization from command line
Thank you very much

Cédric :: sonique

Posted: 25 Feb 2007 19:09
by dionoea
It's a bit complicated. Most of the visualisations are part of the "visual" plugin. So you should use: vlc <input> --audio-visual visual --effect-list spectrum (or something like that)

Posted: 26 Feb 2007 18:15
by sonique
that works verywell ! thank you very much