[FFmpeg-devel] af_silencedetect.c: silencedetect reporting format change to follow blackdetect reporting format

Clément Bœsch u at pkh.me
Mon May 19 23:27:31 CEST 2014


On Sun, May 18, 2014 at 11:39:57PM +0100, Billy Shambrook wrote:
> https://github.com/FFmpeg/FFmpeg/pull/68
> 
> Reports silence using the same format as the vf blackdetect. This is to
> simplify parsing the output of each filter.
> 

This delays the silence_start printing. It can be an issue for real time.
The main motivation behind this filter was originally to detect a silence
issue in live stream. This is why it is important to print the
silence_start ASAP.

BTW, you're not supposed to parse that output, metadata injections are
here for that (use ffprobe). But since some people might be doing this
anyway, you should probably bump micro version in libavfilter/version.h.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140519/c83050c3/attachment.asc>


More information about the ffmpeg-devel mailing list