encoding_example_profiles: add the better AAC encoders

ffmpeg also does libvo_aacenc (libfaac level) and libfdk_aac (supposedly
great).
This commit is contained in:
Rudolf Polzer 2012-10-12 06:31:50 +02:00
parent db984edf24
commit 4401862751
1 changed files with 1 additions and 1 deletions

View File

@ -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]