Forensicswiki.org has moved to this site, forensicswiki.xyz. For information, please join the Google Group forensicswiki-reborn
ID3
ID3 is a standard for encoding metadata into MP3 files.
Header
Version 1
ID3 version provides minimal information. The first 128 bytes of the file contain title, artist, album, year, genre and comment information. The header begins with the string "TAG".
Version 2.xx
ID3 Version 2+ is much more complicated than v1, and may contain a wide variety of information, including attached pictures, lyrics, encoding software, file owner and payment data. In practice, the most commonly used fields however tend only to list such information as album, artist and track details.
The header may be placed anywhere in the file, being preceded by the string "ID3".
External Links
- ID3 Standard Homepage
- id3lib, a widely-used open source C/C++ ID3 implementation.
- Java library MP3
- MP3::Info (Perl)
- MPEG::ID3v2Tag (Perl)
- getID3() - The PHP media file parser