[FFmpeg-user] libvo-aacenc
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Sep 3 17:54:45 CEST 2012
Andy Civil <andycivil <at> gmail.com> writes:
> Sure. It's actually there in my original post. Here is a
> section of the output:
>
> ffmpeg version N-43594-gf0896a6 Copyright (c) 2000-2012 the FFmpeg developers
> built on Aug 15 2012 21:25:48 with gcc 4.7.1 (GCC)
> configuration:
> --enable-libvo-aacenc
Strictly speaking, this is not "output" but input, because it
is the configure line used by the person who compiled your
binary (you?), underscores are not used in FFmpeg's configure
script (I don't remember why).
The relevant command line to find out the names of the aac
encoders would be:
$ ffmpeg -encoders|grep aac
(or ffmpeg -codecs with older versions)
Carl Eugen
More information about the ffmpeg-user
mailing list