View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004917 | MMW v4 | Other | public | 2008-11-10 14:25 | 2008-11-18 22:28 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0004917: MM can't read/write tag from some MP4 files (HEv2 AAC - Nero encoded) | ||||
Description | Reported in ticket: Tags not read correctly in HEv2 AAC (Nero encoded) tracks http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=2799 The sample file is uploaded on our FTP. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1193 | ||||
related to | 0001449 | resolved | AAC (m4p, m4a, mp4) Tagging support (failed scans / crash on scan) |
|
I tested this with Atomic Parsley ( http://atomicparsley.sourceforge.net/ ) and results are the same (tag is not read) and on attempt to write e.g. artist to the tag it indicates: "AP warning: Setting the artist tag is for ordinary MPEG-4 files. It is not supported on 3GP files. Skipping. No changes." Some info here: http://www.adobe.com/products/hdvideo/supported_technologies/heaacv2.html |
|
Please review sources in order to find out whether we are easily able to fix it, or whether it would mean something complex. |
|
Problem is that tracks encoded by the 'Nero Digital Audio Reference MPEG-4 & 3GPP Audio Encoder' with -hev2 parameter (Forces use of HEv2 AAC profile) are marked as 3GP6 files by the encoder, but tags are stored in iTunes style. So I have made a hack that we are tagging the 3GP6 files in iTunes style too, because other apps seems to do it same way. I have made tagging test for all the files attached to the issue 0001449 and no regressions seems to be introduced. Fixed in build 1193. |