Warcut Studio is a browser-first video editor mockup: import MP4/H.264 (browser-supported),
assemble a timeline, and preview lower thirds (HTML/CSS overlays).
MP4 export is now working via ffmpeg.wasm (same-origin). Full timeline render/mux (multi-clip + overlays) is still in progress.
ffmpeg.wasm (same-origin). Current preset targets wide compatibility: libx264, yuv420p, +faststart, 30fps default, and auto-downscale to max width 1280 for sanity.
Browsers can usually preview MP4/H.264 (“H64”) via <video>. We now also have a working MP4/H.264 export path via ffmpeg.wasm, but full
Premiere-like editing and MP4 export requires heavy tooling (typically
ffmpeg.wasm) or a server render backend. This roadmap keeps the mockup honest while still aiming for the full UX.
• 4.A single-frame PNG export (with overlays) is now done; next: 4.F PNG-sequence export UI + 4.G FFmpeg ingest adapter (Phase B completion).
• Upgrade MP4 export from “single-clip re-encode” to true timeline render (multi-clip + trims + overlays).
• Audio: WebAudio mixdown → WAV, then mux into MP4; verify A/V sync + drift over longer exports.
• Export settings UI: resolution (remove 1280 cap), fps, bitrate/CRF presets, and audio codec selection.
• Decide WebM path: fix blank-output builds or retire WebM in favor of MP4-only for now.
• UX hardening: progress %, cancel, memory guardrails, and clearer “export will be slow” messaging.