Everything the checker reports is video metadata —
the properties an editor writes into the file when it exports, and
the properties an upload form reads back. Here is what each one
means, and which of them a platform actually cares about.
Resolution — how many pixels the picture has, written
width × height. 1920 × 1080 is “1080p”; 3840 × 2160 is 4K. More pixels
means more detail and a bigger file.
Aspect ratio — the shape those pixels make. 1920 × 1080
is 16:9 (landscape); 1080 × 1920 is 9:16 (vertical). This is the field
that most often decides whether a video is shown full screen, cropped,
or padded with bars.
Orientation — landscape, portrait, or square. A phone
clip is often stored landscape with a rotation flag and displays
portrait, so the shape that matters is the one you see, which is what
this page reports.
Duration — how long the video runs. Several platforms
treat this as a hard eligibility rule rather than a suggestion: over
the limit and the upload becomes a different kind of post, or is
refused.
Bitrate — how much data each second of video uses,
in kbps or Mbps. This, far more than resolution, is what drives file
size and how clean the picture looks. Two 1080p files can differ ten-fold
in size because their bitrates differ.
Frame rate — how many frames per second. 24, 25, 30 and
60 are the common ones; 29.97 and 23.976 are the broadcast oddities you
will see on exports from many editors.
Container vs. codec — the container (MP4, MOV, WebM,
MKV) is the box; the codec (H.264, HEVC, VP9, AV1) is how the picture
inside it is compressed. A platform can accept your container and still
refuse your codec, which is why they are checked separately.
Profile and pixel format — the specific flavour of the
codec (High, Main) and how colour is stored (yuv420p is the safe,
universally playable choice). These rarely block an upload, but they
are the first place to look when a file plays on your machine and
nowhere else.