[FFmpeg-devel] On libavfilter: A Summary of Issues
Clément Bœsch
ubitux at gmail.com
Thu Feb 21 19:59:23 CET 2013
On Thu, Feb 21, 2013 at 07:52:00PM +0100, Nicolas George wrote:
> 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;
>
> ?
If it works, I couldn't think of something better. Thanks, I wasn't aware
of that feature.
[...]
--
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: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130221/59f6a2d5/attachment.asc>
More information about the ffmpeg-devel
mailing list