[FFmpeg-devel] [PATCH] MLP Encoder

Ian Caulfield ian.caulfield
Fri Aug 15 18:02:27 CEST 2008


2008/8/15 Ramiro Polla <ramiro.polla at gmail.com>:
> Hi,
>
> On Thu, Aug 14, 2008 at 5:16 AM, Ian Caulfield <ian.caulfield at gmail.com> wrote:
>>
>> You shouldn't need to supply coefficients very often - once every
>> major sync ought to be enough...
>
> I imagine for best compression I could buffer up frames and run the
> filter in the first frame, then first + second, on and on, until the
> filter no longer provides a good approximation, then encode the
> packets up to that point and return them. Is this a good idea, and if
> it is, what's the best way to buffer the frames in a way that doesn't
> mess up sync?

I'd be tempted to buffer a whole sync interval's worth and analyse
them together...

Ian




More information about the ffmpeg-devel mailing list