[vlc-devel] [vlc-commits] Fix AAC encoding with ffaac
Rafaël Carré
funman at videolan.org
Sun Apr 1 17:26:31 CEST 2012
Le 2012-04-01 15:23, Jean-Baptiste Kempf a écrit :
> On Sun, Apr 01, 2012 at 10:58:58AM -0400, Rafaël Carré wrote :
>> Since this codec is experimental, I think we should rather display a
>> message and let the user set this flag himself.
>
> I disagree.
> AAC is a major codec and ffaac is the best we have.
I think libfaac is preferred to ffaac.
In any case libavcodec's aac encoder is marked as experimental, and we
shouldn't blindly push experimental features on our users.
% grep capabilities libavcodec/aacenc.c
.capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY |
CODEC_CAP_EXPERIMENTAL,
More information about the vlc-devel
mailing list