Skip to content
Novus Examples
mp4245.9 KB

Barista at the espresso machine: 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/cafe-barista.mp4. Measured with ffmpeg's own filters it scores 30.639 dB PSNR and 0.941 SSIM; the same degraded input enlarged by plain bicubic scores 30.791 dB and 0.911, so the two metrics DISAGREE: -0.15 dB of PSNR against it, +0.0300 of SSIM for it. That is the signature of a perceptual upscaler - it invents texture, which restores structure while moving individual pixels further from the original, and it is why a super-resolution result reported as one number is not reportable. 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/cafe-barista.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
30.639
Ssim
0.941
Bicubic Psnr Db
30.791
Bicubic Ssim
0.911
Psnr Gain Over Bicubic Db
-0.152
Ssim Gain Over Bicubic
0.03

Testing contract

Expected to pass
Scenario
Compare this clip frame by frame against the published ground truth /files/video/comfy-realism-v1/cafe-barista.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 30.639 dB PSNR and 0.941 SSIM, against bicubic's 30.791 dB and 0.911 - WORSE than bicubic on PSNR - which is not automatically a fault, because a perceptual upscaler invents texture that reads as detail and costs pixel accuracy. 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

“Barista at the espresso machine: 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="cafe-barista-restored.mp4"></video>

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