How Video converter works
Convert a video from one container and codec to another entirely inside your browser, with ffmpeg WebAssembly doing the work on your device. You choose the output container (MP4, WebM, MKV, or MOV) and the video codec (H.264 via libx264 or VP8 via libvpx). Only valid combinations are offered: WebM pairs with VP8 and Opus audio, MP4 and MOV use H.264 with AAC audio, and MKV can hold either.
Changing codec always means decoding every frame and re-encoding it from scratch, which is CPU-intensive. H.264 is the fast, plays-everywhere choice; VP8 sits in the same size and speed class and is here because WebM requires a VP codec. A 30-second clip converts in seconds; a 20-minute recording may take several minutes on a mid-range laptop. There are no watermarks and no account required.