qctools icon indicating copy to clipboard operation
qctools copied to clipboard

Frame Navigator Thumbnails doesn't correspond with Video Analysis Window

Open joshuatj opened this issue 7 years ago • 3 comments

We wanted to use QCTools to find out why we can't seem to transcode a video file with h.264 wrapped in MOV. For some reason the frame thumbnails at the Frame Navigator (bottom) doesn't seem to correspond to the frame in Video Analysis Window. frame navigator redacted

video analysis window redacted

Here's the Mediainfo export. source mediainfo export.txt

joshuatj avatar Oct 10 '17 06:10 joshuatj

QCTools export source qctools export.zip

joshuatj avatar Oct 10 '17 06:10 joshuatj

I've never seen this in a file before:

Frame rate                               : 23.976 (24000/1001) FPS
Original frame rate                      : 25.000 FPS

Looks like your container is saying 23.976, stream is saying 25fps? Not sure if that's causing the issue though.

kieranjol avatar Oct 10 '17 09:10 kieranjol

Looks like your container is saying 23.976, stream is saying 25fps?

Classic when one plays too much with metadata... and reason difference is displayed in MediaInfo ;-) But no, it is not the source of the issue, the stream frame rate being discarded by the demuxer. Issue may be due to B-frames reordering issue, but without (a part of) the file file it is difficult to debug.

JeromeMartinez avatar Oct 10 '17 10:10 JeromeMartinez