Search found 13 matches

Go to advanced search

by ppcat
17 Apr 2017 12:40
Forum: Development around libVLC
Topic: Slice overlaps with next
Replies: 1
Views: 233

Slice overlaps with next

I use embeded vlc using libvlc library. Some files shows as two rectangles one under the other on a dark background. But VLC application shows this files fine. I tried vlc versions 2.2.1, 2.2.2, 2.2.5.1 with the same effect. Here is my simple code: int main(int argc, const char* argv[]) { const char...
by ppcat
17 Nov 2015 08:21
Forum: Development around libVLC
Topic: Libvlc : audio-filter as argument
Replies: 5
Views: 818

Re: Libvlc : audio-filter as argument

Hi.
It works great.
Can I to chain 2 audio filters this way?
If not, maybe is there other way?
by ppcat
13 Nov 2015 10:33
Forum: Development around libVLC
Topic: Adding audio filter to a media
Replies: 8
Views: 2084

Re: Adding audio filter to a media

Great!
Can I add 2 filters using this method?
by ppcat
11 Sep 2015 11:29
Forum: Development around libVLC
Topic: currently playing file name inside audio filter
Replies: 1
Views: 244

currently playing file name inside audio filter

I try to modify audiobargraph_a filter.
How can I get file name that is currently playing inside a filter?
by ppcat
28 Jul 2015 14:23
Forum: Development around libVLC
Topic: Number of channels of current audio track
Replies: 2
Views: 384

Number of channels of current audio track

I have some application: const char *params[] = { "--ignore-config", }; vlcInstance = libvlc_new(sizeof(params) / sizeof(params[0]), params); player = libvlc_media_player_new(vlcInstance); libvlc_media_t* media = libvlc_media_new_path(vlcInstance, (const char*)ccName); libvlc_media_player_...
by ppcat
13 Mar 2015 15:27
Forum: VLC media player for Windows Troubleshooting
Topic: Failed to create sub filter audiobargraph_v
Replies: 12
Views: 1520

Re: Failed to create sub filter audiobargraph_v

Yes! It works!
I see the ruler.
But there are no volumes.
May be you know a witchcraft to start audiobargraph_a module?

I tried add option "--audio-filter=audiobargraph_a". This had no efect. There is no mention about audiobargraph_a in the log.
by ppcat
10 Mar 2015 12:10
Forum: VLC media player for Windows Troubleshooting
Topic: Failed to create sub filter audiobargraph_v
Replies: 12
Views: 1520

Re: Failed to create sub filter audiobargraph_v

Here i have used http://get.videolan.org/vlc/2.2.0/win32/vlc-2.2.0-win32.exe In command line (Windows 7) vlc --audio-filter=audiobargraph_a --sub-filter=audiobargraph_v d:\... All is ok. I see vu meter and there are no errors. In C-code ... char* params[] = { "--verbose=2", "--audio-f...
by ppcat
10 Mar 2015 09:36
Forum: VLC media player for Windows Troubleshooting
Topic: Failed to create sub filter audiobargraph_v
Replies: 12
Views: 1520

Re: Failed to create sub filter audiobargraph_v

It works on x86 vlc. On x64 don't. I tried vlc 2.1.5 x64 and 3.0.0, 2.2.0. I have vlc integrated into application interface using libvlc with C-code. Could You please say how can i start up modules audiobargraph_a and audiobargraph_v? This didn't works with parameters: char* params[1] = { "--au...
by ppcat
06 Mar 2015 09:33
Forum: VLC media player for Windows Troubleshooting
Topic: Failed to create sub filter audiobargraph_v
Replies: 12
Views: 1520

Re: Failed to create sub filter audiobargraph_v

I compiled vlc 3.0 x32 and tried the same thing. It works.
Before i tried this with vlc 2.1.5 x64.
Thank you for your great work!
by ppcat
03 Mar 2015 12:00
Forum: VLC media player for Windows Troubleshooting
Topic: Failed to create sub filter audiobargraph_v
Replies: 12
Views: 1520

Re: Failed to create sub filter audiobargraph_v

-- logger module started -- main debug: VLC media player - 2.1.5 Rincewind main debug: Copyright © 1996-2014 the VideoLAN team main debug: revision 2.1.5-15-g4e4a233 main debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enab...
by ppcat
03 Mar 2015 09:56
Forum: VLC media player for Windows Troubleshooting
Topic: Failed to create sub filter audiobargraph_v
Replies: 12
Views: 1520

Failed to create sub filter audiobargraph_v

I try to show audiobargraph. Here is my command line: vlc -I oldrc --rc-host=localhost:1201 --audio-filter=audiobargraph_a --audiobargraph_a-address=localhost --audiobargraph_a-port=1201 --audiobargraph_a-connection_reset=10 --audiobargraph_a-bargraph=1 --sub-filter=audiobargraph_v --audiobargraph_v...

Go to advanced search