Current code · v0.1
Implemented
The native codebase analyzes supported MOV/MP4, verifies encoded media and container semantics, and creates verified same-container fast-start copies.
- Bounded MOV/MP4 analysisReads the supported container profile with explicit limits and exact integer timing.
- Canonical encoded-sample identityDescribes selected encoded video and audio samples in a stable, versioned form.
- Direct safe-transform-v1 verificationCompares encoded payloads, timing, decoder setup, geometry, color, and audio meaning between supported files.
- Native CLI foundationProvides analysis, identity, verification, and verified same-container fast-start commands.
- Source-bound transformation planningBinds checked copy and rewrite actions to one exact immutable source snapshot.
- Bounded streaming container writerCopies supported media through a reusable buffer without decoding or re-encoding it.
- Verified faststart-v1Moves moov for same-container fast-start output and rewrites required absolute chunk offsets.
- Generated-output re-analysisReopens the private candidate and analyzes it independently before publication.
- Mandatory publication gatePublishes media only after container-copy checks pass and safe-transform-v1 returns verified.