Opened 6 years ago

Closed 6 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 Carl Eugen Hoyos, 6 years ago

Keywords: profiles removed
Priority: normalwish

Why can’t you create tickets that allow reproducing your issue without some unnecessary effort?

comment:2 by Hendrik, 6 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.

Last edited 6 years ago by Hendrik (previous) (diff)

comment:3 by Carl Eugen Hoyos, 6 years ago

Resolution: needs_more_info
Status: newclosed
Note: See TracTickets for help on using tickets.