- Is cutvid free?
- Yes. No account, no trial, no paid tier, no watermark. It runs on the machine that opens it.
- Does it upload my video?
- No. After the page loads there is no server behind it. The media, the render and the transcription all happen in the tab.
- Do I need to install anything?
- No. It is a web page. It can be installed as an app afterwards, which is what makes it work offline.
- Which browsers does it need?
- One with WebCodecs. It is built and checked in Chromium browsers, where support is furthest along; other browsers vary by codec and version.
- What does it export?
- MP4 with H.264 video and AAC audio, at a size and rate of your choosing, or the sound alone as .m4a. Captions come out as an .srt beside it.
- Can it open a Premiere, Final Cut or Resolve project?
- No. Project files from other editors are not read.
- What formats can it import?
- What the browser can decode, plus H.265 / HEVC, which is decoded by FFmpeg compiled to WebAssembly and kept as H.264 so a driver that chokes on it never sees it.
- Where are my projects kept, and can I lose them?
- In this browser’s storage on this machine. Clearing the browser’s data for the site deletes them, so export a .cutvid backup of anything that matters. It holds the document and every original it uses.
- Is there a file size or length limit?
- No plan-imposed limit. The machine and the browser’s storage quota are the limits.
- Can a script or an agent drive it?
- Yes. window.editorAgent exposes every command the interface uses, documented at /AGENTS.md.