1 File contains a truncated track¶
1.1 Classification¶
Validator |
Validator version |
Error message type |
mediainfo |
general |
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¶
The file is truncated. File contains a truncated track.