#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_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".