Hello,<br>I'm trying to measure the length of the ID3v2 block inside an mp3 file.<br>In the specification a 257 bytes long tag is represented as $00 00 02 01.<br>How is that mapped? Can someone explain it in detail ?<br>
<br><br>Header:<br>ID3v2/file identifier   "ID3"<br>ID3v2 version           $03 00<br>ID3v2 flags             %abc00000<br>ID3v2 size              4 * %0xxxxxxx<br><br>The first 10 Bytes of my mp3 file have the following content:
<br>0x49 0x44 0x33 0x03 0x00 0x00 0x00 0x04 0x3F 0x23<br><br>According to the specification, the length of the id3 block size is<br>encoded in:<br>0x00 0x04 0x3F 0x23<br><br>How many bytes does this encode?<br><br>Thanks.
<br clear="all"><br>-- <br>ttyl.<br><br>Babak Sayyid Hosseini<br>