Missing single frame in timecode continuity — usually a cutting or rendering error. Nearly invisible on monitor, fatal in DCP.
You're editing in Premiere, everything's running smoothly, the timecode is jumping cleanly — and then it happens during export: a frame is missing. Not noticeably, not visible on an Full HD monitor, but the DCP master suddenly shows a tiny jump. This is the half second, a technical nightmare that usually only surfaces in the final deliverable.
In practice, the problem usually arises in three situations: Firstly, during conversion between frame rates — when you force 23.976 fps into 24 fps without correctly handling the timecode logic. Secondly, when rendering effects or color grading, if your engine doesn't precisely consider the frame duration. Thirdly, during the edit itself, when working with error-prone codecs and individual frames are lost during proxying or relinking. The nasty part: You see nothing on the monitor. The video edit runs seamlessly, but the timecode offset is there — hidden in the metadata layer of the render. This then becomes visible in the DCP or during audio synchronization: the edit is no longer temporally correct, music and image are microscopically offset.
You avoid this by following three rules: Firstly, always check the frame count before and after export — don't trust the timer, but compare the total frame count. Secondly, always work with exact conversion rates for multi-format projects; 23.976 remains 23.976, no rounding. Thirdly, always export with frame-accurate presets during rendering and double-check the sequence settings against the render settings. In the edit itself: Only use lossless intermediate formats for VFX and color work — ProRes 422 HQ or DPX sequences. Compressed codecs only exacerbate the problem.
In the finaling process, quality control before DCP generation should include a frame-by-frame check — quickly run through it, specifically looking for jumps. Some editors use tools like FFprobe to verify frame count consistency before the file goes to mastering. A lost half second often costs hours in re-rendering. It's better to find it beforehand.