H.264, H.265, or VP9 — which should I choose?
MP4 with H.264 is the safest choice when you have no idea what hardware the recipient is running. Hardware decoders for H.264 have been standard in phones, laptops, and TVs for well over a decade, which is why it plays natively on Windows, macOS, iOS, Android, every browser, and every smart TV — no extra apps required.
- H.264 MP4 — maximum compatibility. Use for sharing, WhatsApp, Discord, email, and anything where you're unsure of the recipient's setup.
- H.265 MP4 — same quality at roughly half the file size. Native on all Apple devices and modern Android. Windows needs the free HEVC Video Extension. Use for storage, archiving, or sharing with people on Apple devices.
- VP9 WebM — open-format, excellent for embedding on websites. Plays in Chrome, Firefox, and Edge natively. Smaller than H.264 at the same quality.
Supported input formats
Any video format your browser can decode, including:
- MOV — QuickTime files from iPhone, iPad, and Mac
- MKV — Matroska, common for high-quality downloads and Blu-ray rips
- AVI — older Windows format with DivX, Xvid, or MJPEG video
- WebM — open-format web video
- WMV, FLV, M4V, 3GP — legacy and mobile formats
Quality and resize options
Three quality presets: High preserves maximum quality (best for archiving or further editing), Balanced cuts file size by 50–70% with barely perceptible loss (recommended for most uses), and Small applies maximum compression for slow connections or email attachments.
Resize to 1080p, 720p, or 480p with aspect ratio locked automatically, or enter a custom width. Trim to a specific segment before converting using the Trim control.
How it works
OpenConvertVideo runs ffmpeg — the open-source engine that quietly powers a huge share of the internet's video tools — compiled to WebAssembly directly in your browser. We only supply that code; the actual encoding work is done entirely by your own device's processor. For common source formats (MP4, MOV, MKV, WebM), your browser's built-in encoder handles it, which is usually fast; rarer formats use the built-in software engine instead. Your file is read from disk, processed locally, and saved to your downloads folder. Nothing is ever sent to a server — which is why everything stays 100% private, as it should.