Opened 5 years ago
Closed 5 years ago
#7111 closed enhancement (needs_more_info)
AAC profiles MPEG-2 and MPEG-4 are not displayed distincly
Reported by: | Samuel | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | git-master | Keywords: | aac |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Example:
Audio: aac (LC)
Why not also display their profile ID after, as do MediaInfo?
From the FFmpeg code.
FF_PROFILE_MPEG2_AAC_LOW 128
FF_PROFILE_AAC_LOW 1
The point is to be able to use FFmpeg only without the need of MediaInfo or any other tool, as some old renderers only support the MPEG-2 profiles.
Change History (3)
comment:1 by , 5 years ago
Keywords: | profiles removed |
---|---|
Priority: | normal → wish |
comment:2 by , 5 years ago
An encoded AAC file does not actually have different profile values for MPEG-2 or MPEG-4 AAC.
The enum values are to control our encoder.
comment:3 by , 5 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Why can’t you create tickets that allow reproducing your issue without some unnecessary effort?