Skip to content
Novus Examples
mp42.3 KB

Video Workflow 25 — Expected Output

H.264 expected-output clip for video workflow 25, with a moving marker and embedded frame labels for deterministic edit comparison. Stable P8 artifact p8-video-kit-25-expected-output.

Browser-playable test video · 0.833 seconds

Specifications

Workflow Role
expected-output
Workflow Order
5
Provider
browser-local
Kit Number
25
Codec
H.264
Resolution
192x108
Fps
12
Delivery Mode
browser-playable
Measured Duration Seconds
0.833008
Duration Measurement
ffprobe format.duration after asset write
Provenance
Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300

Testing contract

Reference control
Scenario
Decode every frame of the expected-output clip for p8-video-kit-25 and compare timestamps with the measurement ledger.
Expected result
The MP4 decodes at 192x108 and 12 fps, its positive duration equals 0.833008 seconds within 0.01, and frame labels advance without gaps.

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

“Video Workflow 25 — Expected Output” is a deterministic Novus Examples fixture for Video editing, Media pipeline testing, Agent workflows. Short playable clips plus overlays, captions, timelines, colour targets, sync references, and controlled failures for testing browser and desktop editing workflows.

Documented properties for this file: 12 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.

Playable creator clips use their measured duration and catalog thumbnail on a watch-first page. Timeline, caption, sync, colour, and failure sidecars remain download-only; compare their ordered decisions and expected outcome rather than assuming every creator format is browser-playable.

Relink the declared local assets, preserve rational or frame-based timing, and compare the resulting clip order, transitions, duration, and sync markers with the expected contract.

Code examples

<video controls preload="metadata" width="640" src="expected-output.mp4"></video>

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