exiftool / exiftool

ExifTool meta information reader/writer

Home Page:https://exiftool.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aac not detect

mhf-ir opened this issue · comments

it's alpine latest docker container

Sample file is: https://github.com/gabriel-vasile/mimetype/blob/master/testdata/aac.aac

/testdata # exiftool -ver
12.30
/testdata # file -b --mime-type aac.aac 
audio/x-hx-aac-adts
/testdata # exiftool -n -json aac.aac 
[{
  "SourceFile": "aac.aac",
  "ExifToolVersion": 12.30,
  "FileName": "aac.aac",
  "Directory": ".",
  "FileSize": 33704,
  "FileModifyDate": "2022:04:08 15:08:00+00:00",
  "FileAccessDate": "2022:04:10 00:12:50+00:00",
  "FileInodeChangeDate": "2022:04:08 15:08:00+00:00",
  "FilePermissions": 100664,
  "Error": "Unknown file type"
}]
/testdata # 

Quite right. ExifTool doesn't currently support the AAC file format.