Current code · v0.1
Implemented
The native codebase analyzes supported MOV/MP4, creates verified same-container fast-start copies, and remuxes one closed QuickTime profile to verified MP4 while preserving H.264/AAC encoded media for the supported profile.
- 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, verified same-container fast-start, and closed-profile MP4 remux 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.
- Verified MOV-to-MP4 remuxConverts one closed QuickTime AVC/AAC wrapper profile to deterministic fast-start MP4 under safe-remux-v1.
- Mandatory publication gatePublishes media only after the applicable safe-transform-v1 or safe-remux-v1 policy returns verified.