Initializing... drag & drop files here
Supports: OGV
OGV (Ogg Video) is the video-oriented profile of the Ogg container, developed by the Xiph.Org Foundation as a completely open, royalty-free multimedia format. An OGV file almost always holds Theora video — a codec Xiph derived from On2's VP3, first released in 2004 and finalized as version 1.0 on November 3, 2008 — paired with Vorbis (or sometimes FLAC) audio. It rose to brief prominence around 2010 as the patent-free codec for the new HTML5 <video> tag, an alternative to the royalty-bearing H.264.
The problem today is playback. The format that was supposed to be the open-web default has been quietly dropped by the browsers that once championed it: native Ogg/Theora decoding was removed from Firefox in version 130, and disabled by default in Chrome 120 and Edge 122. Safari never supported it at all. So an OGV that played fine in a 2015 browser may now show a black box or a "format not supported" error in the same browser updated to 2026. Theora has been superseded by WebM (VP9/AV1) for the open web and by H.264/H.265 MP4 for everything else.
That mismatch is why nearly every reason to convert an OGV comes down to compatibility:
| Format | Standard / Origin | Typical codecs | Native browser playback | Best for |
|---|---|---|---|---|
| OGV | Ogg container, Xiph.Org (Theora finalized 2008) | Theora video, Vorbis / FLAC audio | None by default — removed in Firefox 130+, Chrome 120+, Edge 122+; never Safari | Legacy open-web video; mostly an input to convert from |
| MP4 | MPEG-4 Part 14, ISO/IEC 14496-14 (2003) | H.264 / H.265, AAC | Chrome, Firefox, Edge, Safari (with H.264) | Universal playback, sharing, devices |
| WebM | Google / WHATWG (2010), royalty-free | VP9 / AV1, Opus / Vorbis | Chrome, Firefox, Edge; Safari 17+ for AV1 | Royalty-free HTML5 web embeds |
| MOV | Apple QuickTime File Format (1991) | H.264, HEVC, ProRes, AAC | macOS, iOS, Safari, VLC | Final Cut, Mac editing |
| MKV | Matroska (open, 2002) | H.264, H.265, AV1, multi-track | VLC, MPV, modern Android players; not Safari / Roku | Media servers, multi-subtitle libraries |
| AVI | Microsoft (1992) | DivX, XviD, MPEG-4, MP3, PCM | Windows native, VLC | Legacy Windows editors and players |
VLC Media Player is the most reliable option — it ships the Theora and Vorbis decoders built in, so OGV files play on Windows, macOS, and Linux without any extra codec packs. MPV and the older MPlayer also handle them. Web browsers used to: Firefox, Chrome, and Edge all had native Ogg/Theora support for years, but it has since been removed from Firefox (version 130 onward) and disabled by default in Chrome 120 and Edge 122, and Safari never supported it. If your goal is to make the file open anywhere going forward, converting OGV to MP4 is more durable than chasing a player.
The video inside an OGV is almost always Theora, which is a lossy codec — it uses block-based motion compensation with DCT compression, conceptually similar to MPEG-4 Part 2, and throws away detail to save space. The paired audio is usually Vorbis (also lossy), though the Ogg container can carry FLAC for lossless audio. Because the source is already lossy, the cleanest conversions are the ones that re-wrap rather than re-encode where possible; when the codec must change (Theora to H.264, for example), setting Constant Quality (CRF) keeps the additional generational loss invisible in normal viewing.
Converting OGV to MP4 always re-encodes the video, because MP4 doesn't carry Theora — the Theora stream is decoded and re-compressed into H.264 (or H.265). Any re-encode adds a small amount of loss, but at the default Very High preset, or by choosing Constant Quality (CRF) around 18-20, the result is visually indistinguishable from the source on a normal screen. The MP4 you get back is typically similar in size or smaller, since H.264 is a more efficient codec than the aging Theora it replaces.
Because the browsers dropped the decoder. Ogg/Theora was a first-class HTML5 video format around 2010, but as the open web standardized on WebM and then AV1, the major engines retired it: Firefox removed native Ogg/Theora in version 130, Chrome disabled it by default in version 120, and Edge followed in 122. An OGV embedded on an old page, or saved years ago, now fails to decode in those same browsers once updated. Converting the file to MP4 or WebM restores playback everywhere.
Pick MP4 if the goal is the broadest possible compatibility — it plays on every device, browser, smart TV, and editor with no caveats. Pick WebM only if you specifically want to stay royalty-free for a modern HTML5 embed: WebM with VP9 or AV1 preserves the open, patent-free property that made OGV appealing, and unlike Theora it's still decodable in current Chrome, Firefox, and Edge (and AV1 in Safari 17+). For almost everyone, MP4 is the safer default; WebM is the niche, web-publishing choice.
Yes. Choose MP3 as the output format and the converter drops the Theora video track and re-encodes the Vorbis audio to MP3 — handy for keeping the soundtrack from a screencast, lecture, or music clip. Because the source audio is usually already lossy Vorbis, MP3 at a high bitrate preserves what's there; there's no point targeting a lossless output unless the original OGV happened to carry FLAC audio.
Yes. Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours — there's no sign-up, no watermark, and nothing is shared or made public. In our testing, a 30-second 720p OGV (Theora + Vorbis) at the default Very High preset converted to a roughly 4 MB H.264 MP4 in a few seconds, including the round-trip upload.