Meta.Vlc
Meta.Vlc copied to clipboard
VlcPlayer plays visualization in a new window
When using projectm in VLC to show music visualization the player opens it in a new window "VLC (OpenGL output)". This works in winforms using the VLC.net project with the following vlc options:
VlcSettings(@"lib\vlc", "--projectm-preset-path=lib\presets", "--audio-visual=projectm", "--effect-list=scope", "--no-video", "--verbose=2")
Goom, spectrometer, scope, etc are working correctly.
No idea with it, but I think it is another output of vlc, and we don't handle it, so a default windows has be created to playback this output.