1 Referenced QT chapter track not found

1.1 Classification

Validator

Validator version

Error message type

ffmpeg

unknown

MIME type

Version

Profile

video/quicktime

1.2 Analyses

1.2.1 Analysis

The repair add the following line to the ffmpeg output: ‘Guessed Channel Layout: stereo.’ The markers to the unexisting chapter are probably removed. The error message does not prevent playing the streams. The message could possibly be also ignored.

Is it a bug in the validating software? -

1.3 Possible solutions

1.3.1 Create new file from audio and video streams

1.3.1.1 Suggestion

Migrate the streams to a new copy.

1.3.1.2 Effects

1.3.1.3 Justification

1.3.1.4 Execution example

ffmpeg -i INPUT.MOV -c:v copy -c:a copy -map_metadata 0 OUTPUT.MOV

1.4 Output example

"[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56204e0c9500] Referenced QT chapter track not found\
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56204e0c9500] stream 1, offset 0xd2000d8: partial file\
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56204e0c9500] stream 1, offset 0xd2010d8: partial file\
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56204e0c9500] stream 1, offset 0xd2020d8: partial file

1.5 Notes on the error