[FFmpeg-devel] [PATCH]Sanitize VBR setting for libfdk-aac

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Sep 11 22:46:05 CEST 2012


Derek Buitenhuis <derek.buitenhuis <at> gmail.com> writes:

> On 11/09/2012 3:12 AM, Carl Eugen Hoyos wrote:
> > -        int mode = avctx->global_quality;
> > +        int mode = avctx->global_quality / FF_QP2LAMBDA;
> 
> I'm not really sure how this can be right.

Please elaborate how this is supposed to be done.

Carl Eugen



More information about the ffmpeg-devel mailing list