Search found 2 matches

Go to advanced search

by bounty
16 Nov 2015 11:42
Forum: Development around libVLC
Topic: Libvlc : audio-filter as argument
Replies: 5
Views: 813

Re: Libvlc : audio-filter as argument

Thanks for the tip grindstone.

My aim was to be able to use an audio -filter custom , but
I understand that this is only possible through libvlccore

https://forum.videolan.org/viewtopic.php?f=32&t=121953
by bounty
14 Nov 2015 19:01
Forum: Development around libVLC
Topic: Libvlc : audio-filter as argument
Replies: 5
Views: 813

Libvlc : audio-filter as argument

Hi when I use C:\Program Files (x86)\VideoLAN\VLC\vlc.exe mymusic.mp3 –audio-filter=mono It works well . When I use libvlc in C or C++ char const *vlc_argv[] = { "--audio-filter=mono" }; int vlc_argc = sizeof(vlc_argv) / sizeof(*vlc_argv); libvlc = libvlc_new(vlc_argc, vlc_argv); It seems ...

Go to advanced search