Opened 19 months ago
Last modified 19 months ago
#10331 new defect
Audiotoolbox options not documented
Reported by: | Mingye Wang | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | documentation |
Version: | unspecified | Keywords: | aac audiotoolbox |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
Summary of the bug:
audiotoolboxenc.c defines some options, such as AAC profiles, but none are documented in the big texinfo file. Interaction with global_quality
is also undocumented.
How to reproduce:
For all options, navigate to https://ffmpeg.org/ffmpeg-codecs.html.
The built-in help in ffmpeg -h encoder=aac_at
is adequate, except that it does not show profiles. This is common to all codecs and should use a different ticket concerning how print_codec()
is written. Not that I have the energy to write it.
It looks like aac_at_*
options are generic for all AT codecs?