HEVC to OGV Converter

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

Initializing... drag & drop files here

Supports: HEVC, MOV, MP4, M4V, MKV

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 HEVC to OGV: What This Tutorial Covers

This walks through turning an HEVC (H.265) clip into an OGV — the Ogg container's video profile, registered as the video/ogg media type in RFC 5334 — and, just as importantly, when not to. HEVC is a patent-encumbered 2013 codec built for efficiency; Ogg video is a royalty-free format whose browser era has ended. Read the codec section before you convert, because the choice between VP8 and Theora decides whether your legacy tool will actually open the result.

How to Convert HEVC to OGV

  1. Upload Your HEVC File: Drag and drop your .hevc or .h265 file onto the page, or click "+ Add Files". You can queue several clips and convert them with the same settings.
  2. Choose the Video Codec: Open Advanced Options. Video Codec offers VP8, which is preselected and compresses noticeably better, and Theora, which is what most software historically means by "an .ogv". Audio Codec offers Vorbis (preselected), Opus, FLAC, and Speex.
  3. Set File Compression, Resolution, or Trim (Optional): Under File Compression the Quality Preset starts on "Very High (Recommended)"; you can also target a Specific file size, or use Constant Bitrate, Variable Bitrate, Constant Quality, or Constraint Quality. Video resolution stays on "Keep original" unless you choose a Preset Resolution, Resolution Percentage, or Width x Height, and Trim → Time Range cuts to a start time and duration.
  4. Convert and Download: Click "Convert" and save your .ogv. Files are uploaded over an encrypted connection, converted on our servers, and deleted automatically a few hours later — no sign-up, no watermark.

Walk-through: VP8 or Theora Inside the Ogg File

This is the decision that matters, and the default is not the historically "correct" one.

  • Keep VP8 for the smaller, better-looking file. VP8 is a 2010 codec (published as RFC 6386) and comfortably outperforms Theora at the same bitrate. FFmpeg-based players — VLC, mpv, and anything else built on libavformat — read VP8 inside Ogg without complaint.
  • Switch to Theora if a legacy tool is the consumer. Theora descends from On2's VP3 and is the codec the Ogg video ecosystem was built around, so an old open-source pipeline, a MediaWiki-era workflow, or an embedded player that says "Ogg Theora" wants Theora specifically. VP8-in-Ogg is a valid but uncommon pairing, and software written before 2010 has never heard of it.
  • Either way, this is a lossy-to-lossy re-encode. HEVC targets roughly half of H.264's bitrate; Theora sits well below H.264, and VP8 is roughly H.264-class at best. At matched visual quality the OGV will usually be larger than the HEVC source. What you gain is a royalty-free format, not a smaller file.
  • Trim and downscale before you worry about bitrate. Cutting the clip with Trim → Time Range or dropping to a 720p Preset Resolution costs far less quality than starving an already-weaker codec of bits with an aggressive Specific file size.

Theora vs VP8 Inside an Ogg Container

Property Theora VP8
Origin Xiph.Org, derived from On2 VP3 On2 / Google, published as RFC 6386 (2011)
Year 1.0 released 2008 2010
Licensing Royalty-free (Xiph) Royalty-free (Google open-sourced)
Efficiency Roughly H.264-baseline class Clearly better than Theora, roughly H.264 class
Ogg support The original, expected mapping Valid but uncommon; FFmpeg-based players handle it
Preselected here No Yes
Pick it when A legacy tool asks for "Ogg Theora" You want the best picture per byte in a .ogv

HEVC vs OGV at a Glance

Property HEVC (H.265) OGV (Ogg video)
What it is Video codec Container profile — video/ogg per RFC 5334
Standard ITU-T H.265 / ISO-IEC 23008-2, 2013 Xiph.Org Ogg; RFC 5334 (2009)
Licensing Patent pools, licensing required Royalty-free
Video codec inside H.265 Theora or VP8
Audio codec inside Whatever the container carries Vorbis, Opus, FLAC, or Speex
Browser playback Chrome 107+, Edge 18+, Firefox 120+, Safari 11+ (hardware-dependent) Theora disabled by default in Chrome 120 and removed from Chromium in 123; disabled by default in Firefox 126; Safari never supported it
Desktop playback VLC, mpv, modern OS players VLC, mpv, and other FFmpeg-based players
Best for Efficient storage and delivery Legacy royalty-free pipelines

Common Errors and How to Fix Them

  • "The OGV is bigger than my HEVC file." Expected — both Theora and VP8 need more bits than H.265 for the same picture. Lower the Preset Resolution, trim the clip, or set a Specific file size.
  • "My OGV will not play in Chrome or Edge." Browsers have dropped Ogg video. Chrome disabled Theora by default in version 120 and Chromium removed it in 123, Firefox disabled it by default in 126, and Safari never supported it at all. Play the file in VLC or mpv, or convert to HEVC to WebM for a format the open web still decodes.
  • "My legacy tool rejects the file." It almost certainly wants Theora, not the preselected VP8. Re-run the conversion with Video Codec set to Theora and Audio Codec on Vorbis.
  • "The video is there but there is no sound." A genuine raw .hevc elementary stream carries no audio track, so there is nothing to encode into the Ogg file. Convert the original container — the MP4, MKV, or MOV the video came from — if you need the audio.
  • "The colors or aspect ratio look wrong." Leave Video resolution on "Keep original" unless you specifically need to scale; forcing a mismatched Width x Height stretches the frame, and there is no pixel-aspect correction step to rescue an anamorphic source.
  • "The upload takes forever." Long HEVC captures are large files; the wait is transfer time over your connection. Trim the clip first if you only need a section.

When This Doesn't Work

Ogg video is a legacy target in 2026. The open web moved to WebM (VP9) and AV1, both of which compress far better than Theora and still play natively in browsers, so converting to OGV only makes sense when something specific asks for it: an old open-source player, an embedded device, a MediaWiki-era pipeline, or a licensing policy that rules out patented codecs. If you want a modern royalty-free format, HEVC to WebM is the better choice; for universal playback on phones, TVs, and editors, use HEVC to MP4. Going the other way, OGV to HEVC reverses the conversion and compress OGV shrinks an existing Ogg video without changing its format. DRM-protected or truncated HEVC files cannot be re-encoded by any web tool.

Frequently Asked Questions

Does this produce Theora or VP8, and which should I pick?

VP8 is preselected on this page, and Theora is the alternative in the Video Codec list. Pick VP8 when you want the best picture per byte inside an Ogg file and you will play it in VLC, mpv, or another FFmpeg-based player. Pick Theora when a legacy tool, an embedded device, or a pipeline documented as "Ogg Theora" is the consumer — VP8 inside Ogg is a valid mapping but an uncommon one, and older software will not recognize it.

Will the OGV be larger than my HEVC file?

Usually, yes. HEVC was designed to halve H.264's bitrate; Theora is roughly H.264-baseline class and VP8 is roughly H.264 class, so both need more bits than H.265 to hold the same detail. Expect a same-quality OGV to be bigger than the source. Setting a Specific file size or dropping to a lower Preset Resolution keeps it in check, but no setting lets an Ogg file beat H.265 on compression.

Do browsers still play OGV files in 2026?

Largely not. Theora shipped from Chrome 3, Edge 12, Firefox 3.5 and Opera 10.5, but Chrome disabled it by default at version 120 and Chromium removed it at 123, Edge followed at 122, Opera at 106, and Firefox disabled it by default at 126 — and Safari never supported it at all, so no current desktop browser decodes Ogg Theora video without a flag. Treat .ogv as a desktop-player and legacy-pipeline format, and use HEVC to WebM if the file needs to play in a browser.

Will I lose quality converting HEVC to OGV?

Yes, some. This is a lossy-to-lossy re-encode: the H.265 picture is fully decoded and recompressed with Theora or VP8, and neither can recover detail the first encode discarded or match H.265's efficiency. Keeping the Quality Preset at "Very High" or higher and leaving Video resolution on "Keep original" limits the damage. Repeatedly round-tripping a clip through OGV and back compounds the loss each time.

What audio codec does the OGV carry?

Vorbis is preselected — the classic royalty-free Ogg audio codec from Xiph.Org — with Opus, FLAC, and Speex also available in the Audio Codec list. Vorbis is the safe pairing for a .ogv that legacy Ogg software will open. Opus is the better codec at low bitrates, FLAC is lossless but much larger, and Xiph itself states that Speex "has been obsoleted by Opus", so pick Speex only to match an old archive.

Should I convert to WebM instead of OGV?

For almost any modern goal, yes. WebM with VP9 or AV1 gives far better compression than Theora and plays natively in Chrome, Firefox, Edge, and current Safari, while Ogg video has been dropped from those browsers. Convert to OGV only when a specific legacy tool or a royalty-free-only policy demands the Ogg container. Otherwise use HEVC to WebM for the web, or HEVC to MP4 for phones, TVs, and editors.

Why does my OGV have no sound?

Because a bare .hevc file is a raw H.265 video elementary stream — by design it holds picture only, with no audio track to carry across. That is the format, not a conversion fault. If your footage has a soundtrack, it lives in the original container: convert that MP4, MKV, or MOV instead, and the Ogg output will include a Vorbis (or Opus/FLAC) audio track.

Is .ogv the same as .ogg?

They are the same Ogg container with different extensions for different payloads. RFC 5334 registers .ogv for the video/ogg media type, .oga for audio/ogg, and .ogx for application/ogg, and keeps .ogg mainly for legacy Vorbis-only audio files. So a video should be .ogv; if you actually want audio-only output from this clip, use HEVC to OGA instead.

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

Your file is uploaded over an encrypted connection, converted on our servers, and the result is yours to download — no sign-up, no watermark, never shared or made public. Files are deleted automatically a few hours after conversion. For a very long clip the practical constraint is upload and download time over your connection rather than anything on your machine.

Rate HEVC to OGV Converter Tool

Rating: 4.8 / 5 - 112 reviews