Technical Specification Verification
Begin with the fundamental technical parameters. Verify resolution (width x height in pixels), frame rate (including whether it is drop-frame or non-drop-frame timecode), scan type (progressive or interlaced), and aspect ratio. Each of these must match the delivery specification exactly. A 1920x1080 file at 23.976fps is not the same as one at 24.000fps, and the difference will cause issues on some platforms.
Check the video codec, profile, and level. H.264 Main Profile Level 4.0 is different from H.264 High Profile Level 5.1, and some platforms only accept specific combinations. Verify the video bitrate is within the specified range and that the encoding mode (CBR or VBR) matches requirements. For HDR content, also verify the transfer function (PQ or HLG) and color primaries.
File structure matters too. Confirm the container format (MP4, MOV, MXF), the number of video and audio streams, and the stream order. Some delivery systems expect specific stream ordering. Verify the file size is reasonable for the content duration and specifications, as an unexpectedly small file may indicate encoding errors.