fleep-py icon indicating copy to clipboard operation
fleep-py copied to clipboard

LAME encoder ID

Open Yokmp opened this issue 4 years ago • 0 comments
trafficstars

The Lame encoder uses a different number than the one provided so a falsy empty list is returned.

FF FB 90 64 with no offset

MP3 Info Tag revision

Since MP3 is a streaming format it doesn't have an official Magic Number as you can see here it can a bit tricky sometimes to get a correct identification. Especially when the file was made with some wonky online tool.

       Magic number(s): none
       File extension(s): .mp1, .mp2, .mp3
       Macintosh File Type Code(s): MPEG
       Object Identifier(s) or OID(s): none

Yokmp avatar Apr 22 '21 15:04 Yokmp