OGV to MKV Converter

Convert OGV files to MKV format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: OGV

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Video resolution
Trim

Convert OGV to MKV: What This Tutorial Covers

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.

How to Convert OGV to MKV

  1. Upload Your OGV File: Drag and drop your .ogv video onto the page, or click "Add Files" to browse. You can queue several files to convert with the same settings.
  2. Pick the Video Codec and Audio Codec: Under Advanced Options the default is H.264 video with AAC audio — the most broadly playable pairing for MKV. MKV is codec-agnostic, so you can also keep Theora, or switch to VP9, H.265, FFV1, or MPEG-4 depending on your goal (see the walk-through below).
  3. Set the Quality Preset or Resolution (Optional): Leave Preset on "Very High (Recommended)" under File Compression, or pick a lower preset to shrink the file. Under Video resolution, keep original, choose a Preset Resolution, or scale by percentage. Use Trim → Time Range to export only a start time and duration.
  4. Convert and Download: Click "Convert" and download your MKV. No sign-up, no watermark.

Walk-through: Choosing Codecs Inside the MKV

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:

  • If you want maximum compatibility: keep Video Codec on H.264 and Audio Codec on AAC. This is the safe default for playback and sharing.
  • If you want a smaller file at the same quality: switch Video Codec to VP9 or H.265 — both are markedly more efficient than the source Theora, so the MKV can be smaller than the original .ogv.
  • If you want to avoid a second lossy generation on the audio: set Audio Codec to FLAC. MKV carries FLAC natively, so the soundtrack is re-encoded losslessly rather than passing through AAC. (The Theora video is still re-encoded — see the FAQ.)
  • If your priority is true archival fidelity: choose FFV1 video with FLAC audio. FFV1 is a lossless codec; the file gets large, but no further quality is discarded beyond what Theora already removed.

For everyday use, the defaults are the right answer — the codec menu exists for the archival and editing edge cases.

Common Errors and How to Fix Them

  • "VLC plays it but my TV or phone shows no video" — many hardware players decode H.264/H.265 but not Theora or VP9 inside MKV. If you kept Theora to avoid re-encoding, switch Video Codec to H.264 and convert again for device playback.
  • "The MKV is larger than my OGV" — you likely left a lossless or high-bitrate codec selected, or the source Theora was heavily compressed. Pick H.264 or VP9 and lower the Preset under File Compression to bring the size down.
  • "No sound after converting" — the source OGV may use Opus or Speex audio rather than Vorbis. Re-run the conversion leaving Audio Codec on AAC (the default), which transcodes whatever the source carries into a stream MKV players expect.
  • "My OGV from Wikimedia Commons won't upload" — confirm the file extension is .ogv (some Ogg video downloads arrive as .ogg). Ogg video files convert normally regardless; only a truncated or partial download will fail.

When This Doesn't Work

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.

Frequently Asked Questions

Will converting OGV to MKV improve the video quality?

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.

Why convert to MKV instead of MP4 or WebM?

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.

Does the MKV keep working now that browsers removed Theora support?

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.

What video and audio codecs does the MKV use?

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).

My OGV is from Wikimedia Commons or an old screencast — will it convert?

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.

How are my files handled, and how long are they kept?

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.

Rate OGV to MKV Converter Tool

Rating: 4.8 / 5 - 41 reviews