mirror of https://github.com/mpv-player/mpv
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:
parent
db984edf24
commit
4401862751
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue