[FFmpeg-trac] #9574(undetermined:new): -profile option only accepts numeric values for aac_at encoder
FFmpeg
trac at avcodec.org
Wed Dec 29 00:57:27 EET 2021
#9574: -profile option only accepts numeric values for aac_at encoder
-------------------------------------+-------------------------------------
Reporter: Markus | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
The definition of
{{{
static const AVOption options[] = {
}}}
misses the line
{{{
FF_AAC_PROFILE_OPTS
}}}
so profile names cannot be mapped to numbers. When specified as numeric
values, the profiles work just fine, e.g. 4 works as aac_he and 28 as
aac_he_v2
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9574>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list