[FFmpeg-devel] On libavfilter: A Summary of Issues
Nicolas George
nicolas.george at normalesup.org
Thu Feb 21 19:52:00 CET 2013
Le decadi 30 pluviôse, an CCXXI, Clement Boesch a écrit :
> The main problem is that you need to adjust ebur128 so it is resizing
> frames to windows to something like 100ms (IIRC), which might require some
> thinking in the filter.
> Another - maybe smarter - solution would be to auto inject a asetnsamples
> before a ebur128 filter given various properties of the filtergraph.
Would this do the trick:
ctx->inputs[0]->min_samples = ctx->inputs[0]->max_samples = rate / 10;
?
> Or
> maybe the ebur128 filter could alter the filtergraph itself
Urgh.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130221/abb76407/attachment.asc>
More information about the ffmpeg-devel
mailing list