XMP extraction from MP3 file

Started by Archive, May 12, 2010, 08:54:11 AM

Previous topic - Next topic

Archive

[Originally posted by alexeikgb on 2007-10-11 05:18:34-07]

Hey, I am attempting to extract XMP data from an MP3 file, I can see that it is there using the -v option:  

Code:
ID3v2.3.0:
  + [ID3v2_3 directory, 6390 bytes]
  | ID3_v2_3_PRIV = PeakValue.P
  | ID3_v2_3_PRIV = AverageLevel..
  | Title = Blue Square Test File - .mp3
  | Genre = (12)
  | ID3_v2_3_PRIV = XMP<?xpacket begin="..." id="W5M0MpCehiHzreSzNTczkc9d"[snip]

But when specifying the -xmp option I get nothing. I ran the file with the -h, and got a 'No EXIF or TIFF information found in image' message. Can anyone point me to why I'm not getting the expected XMP packet?

Thanks,
Alexei

Archive

[Originally posted by exiftool on 2007-10-11 11:02:59-07]

Currently ExifTool does not recognize XMP in MP3 files, but if
you send me a sample mp3 containing XMP I will look into adding
support for this.  (philharvey66 at gmail.com)

What software wrote this?

- Phil

Archive

[Originally posted by exiftool on 2007-10-11 13:12:26-07]

I found a sample and have added support to extract XMP in the PRIV
tag as well as extracting information from other PRIV tags.  The new
feature will appear in ExifTool 7.00 when it is released.  I have uploaded
a 7.00 pre-release
here
for testing.

Thanks for pointing this out.

- Phil