JAudioTagger fails on mp4s with udta before trak

Issue #27 new
IJabz repo owner created an issue

From https://java.net/jira/browse/JAUDIOTAGGER-485

Metadata injection fails on several files with an error in offset range (as similar bug reports already posted by others). Research on that issue resulted in the finding that injection fails on files which have their udta box before the trak box, when the order is trak/udta is is successful.

ffmpeg was used to reencode the "broken" files for test purposes, which resulted in a working order of trak/udta.

Each box order is considered a valid file and the "broken" test file is playable and taggable by other tools. Is there a fix for this?

Comments (3)

  1. Log in to comment