Initializing... drag & drop files here
Supports: OGV
This walks you through rescuing an .ogv file — Theora video with Vorbis audio in an Ogg container — into MKV (Matroska), an open, well-maintained container that current players and archival tools handle cleanly. It is written for anyone holding an old open-web or Wikimedia Commons download who wants a future-proof copy now that browsers like Chrome have dropped Theora playback. By the end you will have an MKV with H.264 video and AAC audio, and you will know which codec choices keep the file editable versus archival.
.ogv video onto the page, or click "Add Files" to browse. You can queue several files to convert with the same settings.MKV is just a container — it does not impose a codec, so the right choice depends on what you are doing with the file afterward. The default H.264 + AAC pairing plays almost everywhere (VLC, MPV, Plex, Kodi, modern smart TVs), which is why this tool selects it. But Matroska's flexibility is the reason to use it for rescue work, so here is how to steer the conversion:
.ogv.For everyday use, the defaults are the right answer — the codec menu exists for the archival and editing edge cases.
.ogv (some Ogg video downloads arrive as .ogg). Ogg video files convert normally regardless; only a truncated or partial download will fail.This tool re-encodes a standard Ogg/Theora video file. It cannot recover a corrupted or partially downloaded .ogv, and it does not strip any rights management (Theora and Ogg are royalty-free and were never used for DRM, so this is rarely an issue). If your real goal is not archival but a phone- or browser-ready file, convert OGV to MP4 gives you the most universally compatible result; if you want to stay on a modern open format for the web, convert OGV to WebM re-encodes to VP9, Theora's open-format successor. Use MKV when you want one flexible container to archive the footage and its metadata together.
No — and nothing can. The OGV's Theora video is already lossy, so this conversion decodes it and re-encodes it (to H.264 by default), which is a fresh lossy generation on top of footage that was compressed once already. At a high preset the picture stays close to the source, but detail Theora discarded cannot be rebuilt. The Vorbis audio is likewise re-encoded to AAC by default — a second lossy pass on the soundtrack. To avoid that audio pass, set Audio Codec to FLAC, which MKV carries losslessly; the video re-encode still applies.
MKV's strength is being an open, well-documented container that holds video, multiple audio tracks, subtitles, chapters, and attachments in one file — ideal for archiving an old download with its metadata intact. The Matroska specification was even published as RFC 9559 in October 2024, so it is a stable long-term target. If instead you need a file that plays on phones and in browsers, convert OGV to MP4 is the better pick; if you want to stay on a modern open web format, convert OGV to WebM outputs VP9. Choose by need: MKV to archive, MP4 for devices, WebM for the open web.
Yes — that is the main reason to do this conversion. Chrome removed Theora decoding in version 123 (stable March 2024), and Firefox followed, so an .ogv may no longer play directly in a browser. Converting to an MKV with H.264 video sidesteps that entirely: the output no longer depends on a Theora decoder, and it plays in VLC, MPV, Plex, Kodi, and current hardware players. Standalone Theora decoders still exist in tools like VLC and FFmpeg, which is exactly why xconvert can still read your source file and re-encode it.
By default the MKV carries H.264 video with AAC audio — the pairing that plays on the widest range of software and devices. Because Matroska is codec-agnostic, Advanced Options let you change this: keep the original Theora, or switch Video Codec to VP9, H.265, or lossless FFV1, and Audio Codec to Vorbis, Opus, FLAC, or others. For most people the H.264 + AAC default is correct; the alternatives matter only for smaller files (VP9/H.265) or archival fidelity (FFV1/FLAC).
Yes. Wikimedia Commons and early HTML5 / open-web projects published video as .ogv, and Linux screen recorders produced it too. Those are valid Ogg/Theora video files and convert to MKV normally. Most use Vorbis audio, so expect the standard Theora→H.264 and Vorbis→AAC re-encode — you are rescuing the footage into a durable container, not improving it. In our testing, a 480p Theora/Vorbis OGV from an open-web archive converted to a clean H.264/AAC MKV that opened directly in VLC and Plex.
Your OGV is uploaded over an encrypted connection, processed on our servers, and the files are deleted automatically a few hours after conversion. There is no sign-up, no watermark, and your files are never shared or made public.