Skip to content
Novus Examples
mp4300.4 KB

Articulated lorry at a loading bay: restored by Real-ESRGAN

The 160x120 input in this group restored to 640x480 by Real-ESRGAN x4plus (BSD-3-Clause), frame for frame with all 49 frames intact, so it compares directly against the published ground truth /files/video/comfy-realism-v1/truck-depot.mp4. Measured with ffmpeg's own filters it scores 25.299 dB PSNR and 0.842 SSIM; the same degraded input enlarged by plain bicubic scores 24.913 dB and 0.793, so it beats bicubic on both, by +0.39 dB and +0.0490 SSIM. Both figures are measurements against the same original, which is what makes them comparable at all.

Browser-playable test video · 2.042 seconds

Specifications

Frames
49
Fps
24
Scale
4
Downscale Method
area
Ground Truth
/files/video/comfy-realism-v1/truck-depot.mp4
Ground Truth Width
640
Ground Truth Height
480
Synthetic
true
Disclosure
Derived from an AI-generated clip already in this catalogue. Synthetic, not real footage.
Schema Version
1
Role
result
Width
640
Height
480
Model
Real-ESRGAN x4plus (BSD-3-Clause)
Psnr Db
25.299
Ssim
0.842
Bicubic Psnr Db
24.913
Bicubic Ssim
0.793
Psnr Gain Over Bicubic Db
0.386
Ssim Gain Over Bicubic
0.049

Testing contract

Expected to pass
Scenario
Compare this clip frame by frame against the published ground truth /files/video/comfy-realism-v1/truck-depot.mp4, then against the bicubic baseline figure recorded in its specs.
Expected result
It is 640x480 with all 49 frames present, so it aligns with the truth without resampling either side. It scores 25.299 dB PSNR and 0.842 SSIM, against bicubic's 24.913 dB and 0.793 - better than bicubic. Both figures were measured with ffmpeg's own filters against the same original, which is what makes them comparable at all.

What is a .mp4 file?

MP4 (MPEG-4 Part 14) is the dominant container for digital video, holding video, audio, subtitle, and metadata tracks in a tree of typed boxes. `ftyp` declares the brand, `moov` carries the sample tables that make seeking possible, and `mdat` holds the media; when an encoder writes `moov` last, playback cannot begin until the file has fully downloaded, which a faststart remux fixes. It derives from Apple's QuickTime format, generalized by ISO into the ISOBMFF base that MOV, 3GP, and HEIF share.

How to use this file

Use an example MP4 to test box parsing and track detection, seeking, range-request streaming, and transcode or thumbnail pipelines: verifying that a file with a trailing `moov` box is still handled, and that codec support is checked per track rather than inferred from the extension.

How to use this file for testing

“Articulated lorry at a loading bay: restored by Real-ESRGAN” is a deterministic Novus Examples fixture for Video upscaling, Super-resolution. Low-resolution clips produced from a documented high-quality source by a recorded filter, so super-resolution output can be measured against the original rather than judged by eye.

Documented properties for this file: 640×480 · result · 24 fps. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such, expect parsers to fail loudly rather than silently accept them.

Media fixtures are short and synthetic by design. Prefer waveform or transcript ground truth in the same group when measuring ASR, trim, upscale, or sync tools; do not assume broadcast-quality masters.

Code examples

<video controls preload="metadata" width="640" src="truck-depot-restored.mp4"></video>

Generated by generation/comfy_upscale_wave.py. Free for any use, no attribution required, license.