#11660(ffmpeg:new): Importing ffmetadata file into MP4 supports chapters but ignores global tags
#11660: Importing ffmetadata file into MP4 supports chapters but ignores global tags ------------------------------------+-------------------------------------- Reporter: LigH | Type: defect Status: new | Priority: normal Component: ffmpeg | Version: git-master Keywords: ffmetadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+-------------------------------------- Summary of the bug: I can add an ffmetadata file to an MP4 file to include movie chapters. But global tags for the whole movie, like title and comment, in the same file are not added. How to reproduce: (Windows 10 64bit)
qaac64 -V 64 -q 1 -o PAL.m4a PAL.avs x264 --crf 25 --preset slow --nr 500 --colormatrix bt709 --transfer bt709 --colorprim bt709 --qpfile PAL.qp -o PAL.v.mp4 PAL.avs ren PAL.v.mp4 PAL.m4v ffmpeg -i PAL.m4v -i PAL.m4a -i PAL.ffmetadata -map_metadata 1 -c:v copy -c:a copy -movflags +faststart PAL.mp4
Chapters are read from the file PAL.ffmetadata, successfully inserted in the MP4 file, media players can handle the chapters (the "Menu" entry is reported even **twice** - is that necessary at all?), but global tags "title" and "comment" in the same file are ignored. Sample files and some console outputs (analysis logs by "MediaInfo -f" and "MP4Box -infox") are attached in a ZIP archive. -- Ticket URL: <https://trac.ffmpeg.org/ticket/11660> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11660: Importing ffmetadata file into MP4 supports chapters but ignores global tags ------------------------------------+---------------------------------- Reporter: LigH | Owner: (none) Type: defect | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: ffmetadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Changes (by LigH): * Attachment "PAL.zip" added. -- Ticket URL: <https://trac.ffmpeg.org/ticket/11660> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11660: Importing ffmetadata file into MP4 supports chapters but ignores global tags ------------------------------------+---------------------------------- Reporter: LigH | Owner: (none) Type: defect | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: ffmetadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by LigH): Is it even supposed to work this way? Documentation about ffmetadata files is sparse. -- Ticket URL: <https://trac.ffmpeg.org/ticket/11660#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11660: Importing ffmetadata file into MP4 supports chapters but ignores global tags ------------------------------------+---------------------------------- Reporter: LigH | Owner: (none) Type: defect | Status: new Priority: normal | Component: ffmpeg Version: git-master | Resolution: Keywords: ffmetadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+---------------------------------- Comment (by LigH): It works with `-map_metadata 2`. I wish this was documented. -- Ticket URL: <https://trac.ffmpeg.org/ticket/11660#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11660: Importing ffmetadata file into MP4 supports chapters but ignores global tags ------------------------------------+----------------------------------- Reporter: LigH | Owner: (none) Type: defect | Status: closed Priority: normal | Component: ffmpeg Version: git-master | Resolution: invalid Keywords: ffmetadata | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ------------------------------------+----------------------------------- Changes (by LigH): * resolution: => invalid * status: new => closed -- Ticket URL: <https://trac.ffmpeg.org/ticket/11660#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg