Open juren53 opened 1 month ago
This FFmpeg message appears to be related to ID3v2 metadata processing, specifically dealing with XMP (Extensible Metadata Platform) data within an MP4 container.
id3v2_priv.XMP: This indicates that FFmpeg is processing XMP metadata embedded in an ID3v2 tag.
The XML-like content (<?xpacket ... ?>) is part of the XMP packet structure.
The
The xmlns:x=adobe:ns:meta/ attribute specifies the namespace for Adobe's XMP schema.
The x:mptk=Adobe attribute likely indicates the tool used to create this XMP metadata.
The rest of the content appears to be actual metadata stored in the XMP format.
This ffmpeg message is output to the console during the audio file metadata tagging process:
id3v2_priv.XMP : <?xpacket begin="\xef\xbb\xbf" id="W5M0MpCehiHzreSzNTczkc9d"?>\x0a\x0a \x0a <rd
Observed in Round 3 Testing