From 4401862751370a5422de0b465b457d81cdf2dfbb Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 12 Oct 2012 06:31:50 +0200 Subject: encoding_example_profiles: add the better AAC encoders ffmpeg also does libvo_aacenc (libfaac level) and libfdk_aac (supposedly great). --- etc/encoding-example-profiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/encoding-example-profiles.conf b/etc/encoding-example-profiles.conf index 2484382622..1a7ca6342c 100644 --- a/etc/encoding-example-profiles.conf +++ b/etc/encoding-example-profiles.conf @@ -38,7 +38,7 @@ ################ [enc-a-aac] profile-desc = "AAC (libfaac or FFmpeg)" -oac = libfaac,aac +oac = libfdk_aac,libfaac,libvo_aacenc,aac oacopts = b=128k [enc-a-ac3] -- cgit v1.2.3