MediaArea / MediaInfoLib

Convenient unified display of the most relevant technical and tag data for video and audio files.
https://mediaarea.net/MediaInfo
BSD 2-Clause "Simplified" License
634 stars 175 forks source link

AAC profiles not showed with the CLI #1055

Open Sami32 opened 5 years ago

Sami32 commented 5 years ago

Is that intended? It should be weird as the profile has been merged with the format now.

Format : AAC LC SBR PS

And from the CLI: mediainfo --Inform="Audio;%Format%" "Alarm_Antelope_SBR-PS_v4.aac"

AAC

Sami32 commented 5 years ago

Any sample with AAC stream will be good for that test.

Sami32 commented 5 years ago

Hum...can we avoid to have to parse "Format_AdditionalFeatures" field has it will make the scan again slower? Why the "Format_Profile" isn't used anymore as before?