Page 1 of 1

Silence channel detection

Posted: 30 Mar 2009 01:21
by schnorginator
Hi,

Is there any way to detect silent audio channels with the use of libVLC?

I have some bogus video/audio files (avi, mkv, ogm, etc) which have mostly AC3 audio streams with 6 channels.
The problem ist they only have 2 channels which contain actual audio data,
the other channels are just silent.

I need a way to detect that.

Re: Silence channel detection

Posted: 30 Mar 2009 01:26
by Jean-Baptiste Kempf
Code an audio-filter.

Re: Silence channel detection

Posted: 30 Mar 2009 01:32
by schnorginator
Great so it is possible. Thanks.

I'll look into it.