[MPlayer-users] Still no vorbis audio

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Jul 13 23:30:44 CEST 2010


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> > -lavcopts audio_o=global_quality=2000.flags=2
> 
> Hmm.. but when using ffmpeg you can use -aq without having
> to set flags I guess?

ffmpeg.c:
    if (audio_qscale > QSCALE_NONE) {
        audio_enc->flags |= CODEC_FLAG_QSCALE;
        audio_enc->global_quality = st->quality = FF_QP2LAMBDA * audio_qscale;
    }

> Is this a deficiency of the parser code in FFmpeg or what
> is going on there?
> I'd also think that flags=+global_quality or something like
> this would work and be easier to remember.

Possibly, I spent already too much time searching for flags.

Carl Eugen



More information about the MPlayer-users mailing list