Initializing... drag & drop files here
Supports: AV1, MP4, MKV, WEBM
If something in your pipeline specifically requires an Ogg video file, AV1 converts cleanly to OGV. But be honest about what this conversion is: you are re-encoding a modern, highly efficient codec into a container built around Theora, a codec whose bitstream was frozen back in 2004 and whose decoder browsers switched off in 2024. The result is larger and lower quality than your AV1 source. For almost any other goal — web embedding, smaller files, long-term open video — AV1 to WebM is the open format you actually want.
| Property | AV1 (source) | OGV (Ogg container) |
|---|---|---|
| Developer | Alliance for Open Media (AOMedia) | Xiph.Org Foundation |
| Released | March 2018 | Ogg ~2002; Theora 2008 |
| Typical video codec | AV1 | Theora (bitstream frozen June 2004), or VP8 |
| Audio codec | Opus / AAC | Vorbis, Opus, FLAC, Speex |
| Royalty status | Royalty-free | Royalty-free |
| Compression efficiency | Very high — ~30% smaller than VP9 | Theora is weak; much larger files |
| Chrome support | Yes (current versions) | Theora disabled by default in v120, removed from Chromium in v123 (March 2024) |
| Firefox support | Yes | Theora disabled by default in Firefox 126 |
| Safari support | Yes (Safari 17+ / hardware AV1) | Never supported Theora |
| Best for | Modern web, streaming, archival | Legacy Ogg toolchains only |
.ogv files..ogv plays out of the box.<video> tag will not play for most visitors. WebM (VP9 or AV1) plays in Chrome, Firefox, Edge, and Safari 14.1+.If you came here because you want an open, patent-free video file, note that OGV is only one of several ways to get one — and the least capable of them today. All four options below are royalty-free; they differ sharply in how big the file ends up and whether a browser will play it:
| Target | Video codec | Audio codec | Royalty-free | Plays in current browsers | Relative file size at equal quality | Choose it when |
|---|---|---|---|---|---|---|
| OGV (Ogg) | Theora | Vorbis or Opus | Yes | No — Theora decoding was removed from Chrome and disabled in Firefox | Largest by a wide margin | A legacy Ogg toolchain or a strictly-libre distro demands .ogv |
| OGV (Ogg) | VP8 | Vorbis or Opus | Yes | Not as an Ogg file | Smaller than Theora | Rare — only if the receiving tool documents VP8-in-Ogg support |
| WebM | VP9 | Opus or Vorbis | Yes | Yes — Chrome, Firefox, Edge, Safari 14.1+ | Small | The default answer for open web video |
| WebM | AV1 | Opus | Yes | Yes — Chrome, Firefox, Edge, Safari 17+ | Smallest | You want to keep AV1's efficiency and your audience is on recent devices |
The pattern is consistent: everything OGV was created to guarantee — an open, unencumbered video format — WebM now delivers with far better compression and actual browser playback. Reach for Ogg only when a specific tool names it.
For most goals, no. AV1 is a modern, highly efficient codec; OGV's Theora video has had a frozen bitstream since June 2004, Chrome disabled it by default in version 120 and Chromium removed it in 123 (March 2024), and Firefox disabled it by default in version 126. The conversion makes sense only when a specific legacy tool or strictly-libre Linux setup requires an Ogg video file. For general web video or anything you want to keep, AV1 to WebM is smaller, sharper, and still royalty-free.
No. Both AV1 and the Ogg codec options here (VP8 by default, Theora as the legacy pick) are lossy, so this is a lossy-to-lossy re-encode — you cannot recover detail your AV1 file already discarded, and both Ogg codecs are far less efficient than AV1, so quality typically drops. Use the "Very High" or a Constant Quality preset to keep loss minimal, but the output will never look better than the source.
Because AV1 is one of the most efficient codecs available and Theora is one of the least. At matching visual quality, AV1 needs roughly 30% less bitrate than VP9 and far less than Theora, so re-encoding an AV1 file to Ogg Theora almost always produces a noticeably bigger file. In our testing, a 60-second 1080p AV1 clip re-encoded to OGV at the Very High preset came out several times larger than the source. If size matters, convert to WebM instead.
Largely no. Chrome disabled Theora by default in version 120 and Chromium removed the decoder in 123 (March 2024), Firefox disabled it by default in version 126, and Safari never supported it. An OGV embedded in an HTML5 <video> tag will fail to play for most visitors today. If you need in-browser playback, keep the file as WebM and reserve OGV only for tools that specifically require Ogg.
Pick Theora video if a legacy Ogg tool specifically expects it; that is the format's historical codec and the safest choice for old players. VP8 in an Ogg container is more efficient but is unusual and may confuse strictly Theora-only software. For audio, Vorbis is the historical Ogg default and the most broadly compatible; Opus is more efficient at low bitrates and works in modern Ogg players but a few older Theora-only tools may not read it.
No — the AV1 stream is decoded and re-encoded, never copied across. A stream copy would require the Ogg container to carry AV1, and there is no such mapping in this pipeline: the video codec choices for an Ogg output here are Theora or VP8. So every frame is decoded from AV1 and re-compressed, which is a second lossy generation on top of whatever your source already discarded. That is also the mechanical reason the file grows — you are moving from one of the most efficient codecs available to one of the least, and the encoder needs far more bits to approximate the same picture. If keeping the AV1 stream intact matters, convert to WebM with AV1 selected instead.
They are all the same Ogg container; the extensions exist to say what is inside. Historically everything Xiph.Org produced was named .ogg regardless of content, which caused endless confusion once video and multiple audio codecs appeared, so Xiph now recommends .ogv for Ogg files carrying video, .oga for audio-only Ogg files, .ogx for multiplexed or application-specific streams, and reserves .ogg for the traditional Vorbis-audio case. Since the naming is a convention rather than a structural difference, a player that handles Ogg will usually open any of them, but tools that route by extension can behave differently — which is exactly why a legacy pipeline might insist on the .ogv spelling this page produces.
Yes. Wikimedia accepts only patent-free media, and Ogg Theora is on the accepted list alongside WebM. That said, Wikimedia now transcodes uploads to WebM server-side for browsers that no longer decode Theora, so uploading WebM directly is usually the simpler path.