[FFmpeg-devel] [PATCHv4] flac: ignore duplicated ID3 tags if vorbis tags exist

Ben Boeckel mathstuf at gmail.com
Sun Feb 8 00:14:07 CET 2015


On Fri, 06 Feb, 2015 at 19:46:39 GMT, wm4 wrote:
> Discussing this topic further, it seems id3v2 tags really can happen
> with literally almost any container format, including mp4 and ogg. Many
> of these formats will have the same problems.

Well, it's only a problem if vorbis tags also exist since, AFAIK, no
other tag parser merges values for duplicate keys. Checking in ogg
files can be done as well (though I expect the reference decoder chokes
on them). None of the tag editors I have even allow editing ID3 tags on
ogg files, so I can't test it. I have a patch for when one appears
though (not going to submit since there's no need at the moment). If
anyone can come up with one using some silly tag editor, I'll submit it
as well.

--Ben



More information about the ffmpeg-devel mailing list