Initializing... drag & drop files here
Supports: WTV
WTV (Windows Recorded TV Show) is the proprietary DVR container Microsoft introduced with the Windows Vista Media Center TV Pack in 2008 and carried into Windows 7. Inside is MPEG-2 or H.264 video, AC-3 or MPEG audio, EPG metadata, and frequently CableLabs broadcast-flag protection. Windows Media Center was discontinued with Windows 10 in 2015, so WTV files no longer play on a clean modern Windows install. OGV (Ogg Theora video + Vorbis or Opus audio) is the Xiph.Org Foundation's royalty-free alternative — safe to host anywhere without patent-licensing exposure.
| Property | WTV | OGV |
|---|---|---|
| Full name | Windows Recorded TV Show | Ogg Video (Theora + Vorbis/Opus) |
| Maintainer | Microsoft (discontinued) | Xiph.Org Foundation |
| Year introduced | 2008 (Vista Media Center TV Pack) | 2004 (Theora bitstream finalized) |
| Typical video codec | MPEG-2 or H.264 | Theora (VP3-derived) |
| Typical audio codec | AC-3 or MPEG-1 Layer II | Vorbis, optionally Opus |
| DRM / broadcast flag | Yes — ProtectedContent flag | No |
| Patent licensing | H.264 (MPEG-LA AVC pool), AC-3 (expired) | Royalty-free (Xiph + On2 grant) |
| Native playback in modern Windows | No (Media Center removed in Windows 10) | VLC, mpv, Firefox, Chromium with codec |
| Wikimedia Commons accepted | No | Yes |
| Typical use today | Legacy DVR archives | Open-license web video, archival |
| Setting | Typical bitrate (1080p / 720p / SD) | Visual result | When to use |
|---|---|---|---|
| Very High (Recommended) | ~6 / 3 / 1.2 Mbps | Near-source, minimal blocking | Archival masters, Wikimedia uploads |
| High | ~4 / 2 / 0.8 Mbps | Lightly compressed, good for HD playback | General web embeds |
| Medium | ~2.5 / 1.2 / 0.5 Mbps | Visible softening on motion | Bandwidth-constrained mirrors |
| Low / SD only | ~1 / 0.5 / 0.3 Mbps | Macroblocking on detail and pans | Quick previews, mobile bandwidth |
| Constant Quality (CRF-like) | Bitrate floats with scene complexity | Even perceptual quality across clip | When file size is flexible |
| Constant Bitrate | Locked to your target | Predictable size, variable quality | Streaming with fixed bandwidth budget |
Theora encodes less efficiently per bit than VP9 or H.264 — expect a 1080p Theora file to be roughly 1.5×–2× the size of an equivalent-looking VP9 WebM. If you need Wikimedia upload and want a smaller file, consider WTV to WebM (VP9) instead; if you need universal device playback, WTV to MP4 (H.264) is smaller still but not royalty-free.
OGV is the format you pick when patent licensing matters: uploading to Wikimedia Commons, hosting on a wiki that disallows H.264, or contributing to an open-license archive. MP4 with H.264 plays on more devices and produces smaller files, but it's covered by the MPEG-LA AVC patent pool, which charges royalties for commercial distribution above certain thresholds. Theora's bitstream is royalty-free under an irrevocable grant from On2 to Xiph.Org, so OGV uploads carry no licensing exposure.
No. WTV files captured from US digital cable or some ATSC broadcasts may carry the CableLabs broadcast flag in the ProtectedContent field, which prevents Media Center on a different machine from playing them. Decoding the underlying MPEG-2 / H.264 stream and re-encoding to Theora drops that flag, leaving a plain Ogg file. This works only for recordings that decode in the first place — fully encrypted CableCARD recordings (copy-never flag) cannot be decoded by any third-party tool and will fail to upload.
Likely yes for a single recording, but watch Wikimedia's 5 GiB upload cap. A two-hour 1080i broadcast in WTV is typically 6–9 GB at MPEG-2 rates and 3–5 GB at H.264. After Theora encoding at "High" preset it shrinks to roughly 3–5 GB for 1080p; at "Medium" it can drop to 2 GB. For very long recordings, trim before encoding using the Time Range control or pick a lower Quality Preset.
Theora is a 2004-era codec derived from On2's VP3. It lacks the in-loop deblocking sophistication, motion-vector flexibility, and entropy coding of H.264 (2003) and VP9 (2013), and it has no equivalent of B-frames. Expect Theora to need roughly 1.5×–2× the bitrate of H.264 and 2×–3× the bitrate of VP9 to look comparable. The trade-off is that Theora's spec is public, the reference encoder is BSD-licensed, and there are no patent royalties.
No. Safari and iOS WebKit have never shipped Theora or Vorbis decoders. OGV plays natively in Firefox, Chrome, Edge, and Opera on desktop, and in VLC / mpv on every platform. For a video that needs to play on iPhones without third-party apps, convert to MP4 (H.264) or HEVC instead.
.ogv is the modern extension Xiph recommends for video-bearing Ogg files (Theora video, with Vorbis or Opus audio). .ogg is the historical extension and is still widely seen, but Xiph asked tooling to standardize on .ogv for video and .oga for audio-only. .ogm is an older, unofficial multiplexed Ogg variant from the 2000s that bundled DivX or subtitle tracks — it's not supported by Wikimedia and has no current relevance.
WTV can hold multiple AC-3 tracks (primary audio + SAP / descriptive video). The Ogg container can multiplex multiple Vorbis or Opus streams, but most encoders — including this one — output a single Vorbis track per file. If you need to preserve a secondary track, transcode once for each audio stream, or convert to WTV to MKV where the multi-track workflow is the default.
WTV embeds line-21 / EIA-608 captions and a rich EPG metadata block (title, episode, air date, genre, rating). The Ogg/Theora pipeline does not carry either: Ogg has no standardized caption stream in common use, and metadata is limited to Vorbis comments. If captions matter, extract them to a sidecar .srt with a tool like ccextractor before encoding, and re-attach the SRT alongside the OGV when publishing.
Files process on our servers, so you're bound by upload size and connection speed and the browser tab limit rather than a fixed server quota. A typical 4 GB WTV transcodes successfully on a 16 GB laptop; very large or many simultaneous files may need to be done in smaller batches. There is no watermark and no sign-up. For the reverse direction, see OGV to MP4 and related pages in our video converter set.