[FFmpeg-cvslog] matroskaenc: saner default codecs.
Ronald S. Bultje
rsbultje at gmail.com
Mon Aug 22 17:26:02 CEST 2011
Hi,
On Aug 22, 2011 8:12 AM, "compn" <tempn at twmi.rr.com> wrote:
>
> On Mon, 22 Aug 2011 15:32:48 +0200 (CEST), Anton Khirnov wrote:
> >ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Aug 20
16:02:22 2011 +0200| [3436c4a368aca1bdcbf28bdfc996903460263de0] | committer:
Anton Khirnov
> >
> >matroskaenc: saner default codecs.
> >- .audio_codec = CODEC_ID_MP2,
> >+#if CONFIG_LIBVORBIS_ENCODER
> >+ .audio_codec = CODEC_ID_VORBIS,
> >+#else
> >+ .audio_codec = CODEC_ID_AC3,
> >+#endif
>
> why not mp3 (as first choice)?
It depends on an external lib (Libmp3lame). Vorbis surely is better.
Ronald
More information about the ffmpeg-cvslog
mailing list