What to do with corrupted videos ¶
By: TS_UKE on Aug. 26, 2022, 9:42 a.m.
Dear challenge organizers,
there has been some discussion in the forums about seemingly corrupt video data (Link).
We want to ask again how to proceed with these cases.
(We are aware that there has been a proposed solution, but we checked it and it turned out to just yield frames from the beginning of the video!!! (See our code here to test it yourselves)).
We also checked the video with ffprobe and it contained only 60 frames (ffprobe -show_frames test/vid_1_short.mp4
).
Our big question is: In your result json you have generated 62 entries, but we can only produce 60 from the frames available. We can check the number of frames registered in the mp4 container, but that number might be different to the actually available number of frames. What should we do? Please advise !
With kind regards TS