Frequently asked questions
Is my video uploaded to a server?
No. The Video Trimmer uses FFmpeg.wasm — a version of FFmpeg compiled to WebAssembly that runs entirely in your browser. Your video never leaves your device.
What video formats can I trim?
MP4, WebM, MOV, and AVI. Most modern video files work. The tool uses stream copy mode (no re-encoding) for fast processing.
Why does the first trim take longer?
The first time you trim a video, the tool downloads FFmpeg.wasm (~10MB) from the CDN. This is a one-time download per browser session. Subsequent trims are much faster.
Can I trim large video files?
Yes. Because processing happens in your browser's memory, very large files (over 2GB) may be slow or cause issues on devices with limited RAM. For files over 500MB, a desktop browser is recommended.
What output formats are available?
MP4 (H.264) and WebM. MP4 has the widest compatibility. WebM is better for web use and produces slightly smaller files.