Skip to main content

Overview

Checks video resolution, sharpness, and aspect ratio quality.

Configuration

config.expected_aspect_ratios
array
Acceptable aspect ratios (for example: “9:16”, “16:9”).
config.check_aspect_ratio
boolean
If true, enforce aspect ratio checks.
config.min_width
integer
Minimum width in pixels.
config.min_height
integer
Minimum height in pixels.

Example Configuration

Result Schema

Interpreting Results

  • sharpness/blurry_frames_pct: Primary signal for blur-related issues.
  • aspect_ratio.matches_expected: Whether the aspect ratio meets the configured expectation.
  • checks: Per-check pass/fail summary.