Initializing... drag & drop files here
Supports: WTV
\Users\Public\Recorded TV\. Batch is supported. DRM-flagged broadcasts (CGMS-A "Copy Never" / "Copy Once") will not decode outside the original Media Center PC — uploads of those files fail at the demux step..hevc elementary stream (Annex B byte stream, ITU-T H.265). Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared.WTV is the Windows Recorded TV Show container introduced with Windows Media Center TV Pack 2008 and standard in Windows 7 Media Center. It wraps MPEG-2 video and MPEG-1 Layer II or Dolby AC-3 audio, plus EPG metadata and CGMS-A copy flags. Microsoft discontinued Windows Media Center in Windows 10 (May 2015 announcement; the Windows 10 upgrade removes WMC), so WTV recordings now live as orphan files. HEVC (H.265) — ratified January 2013, ISO/IEC 23008-2 — typically halves the bitrate of MPEG-2 for equivalent perceptual quality, making it the obvious archive target.
| Property | WTV | HEVC (.hevc raw) |
|---|---|---|
| Type | Container | Raw elementary stream (Annex B) |
| Video codec | MPEG-2 (also MPEG-4) | H.265 / ITU-T Rec. H.265 |
| Audio codec | MPEG-1 Layer II, AC-3 | None (video-only stream) |
| Standardized | Microsoft proprietary (2008) | ITU-T / ISO-IEC, ratified Jan 2013 |
| Typical 1080p bitrate | 12-20 Mbps (ATSC broadcast) | 4-8 Mbps for equivalent quality |
| Compression vs MPEG-2 | Baseline | ~50% smaller at same quality |
| DRM | CGMS-A copy flags enforced | None (raw stream) |
| Native playback | Windows Media Center only (discontinued) | iOS 11+, macOS 10.13+, Android 5+, Windows 10+ |
| Streaming friendliness | None | MPEG-DASH, HLS (fMP4) standard |
| Typical use | TV DVR archive | Archival, mobile delivery, 4K HDR |
| Preset / CRF | Visual quality | Typical 1080p bitrate | Best for |
|---|---|---|---|
| Lossless / CRF 0 | Mathematically lossless | 40+ Mbps | Master archive |
| Highest / CRF 18 | Visually lossless | 10-14 Mbps | Long-term archive |
| Very High (default) / CRF 22 | Indistinguishable in motion | 5-8 Mbps | Recommended for WTV |
| High / CRF 24 | Near-source on consumer screens | 3-5 Mbps | Tablet, phone, Plex |
| Medium / CRF 28 | Acceptable for casual viewing | 2-3 Mbps | Storage-constrained |
| Low / CRF 32+ | Visible artifacts in motion | <1.5 Mbps | Thumbnails, previews |
WTV stores MPEG-2 (sometimes MPEG-4 ASP) video. HEVC is a completely different codec — there is no way to remux MPEG-2 frames into an H.265 bitstream. Every frame has to be decoded, then re-encoded by an HEVC encoder. Expect roughly real-time-to-2x conversion speed on modern CPUs; longer recordings take longer.
The most likely cause is CGMS-A copy protection. Windows Media Center honored the broadcaster's CGMS-A flag and encrypted "Copy Once" / "Copy Never" recordings so they only play back on the recording PC's Windows install. No converter — online or desktop — can lawfully decrypt those. Unencrypted recordings (most over-the-air ATSC broadcasts in the US flag content as "Copy Freely") convert fine.
.hevc a real format? Can my media player open it?Yes — .hevc is the H.265 Annex B raw byte stream: NAL units delimited by 0x00000001 start codes, with no container, no audio, and no timestamps. VLC 3.0+, mpv, ffplay, and YUView open .hevc files directly. For broader compatibility — TV apps, web browsers, AirPlay, smart TVs — remux the .hevc into MP4 or MKV; see HEVC to MP4 for the wrapper step.
Raw .hevc is video-only. The MPEG-1 Layer II or AC-3 audio in your WTV recording is dropped because the Annex B elementary stream has no place to carry it. If you need audio, convert WTV to a container instead: WTV to MP4 or WTV to MKV keep video + audio + subtitles in one playable file.
CRF (Constant Quality) is the right default for archival — the encoder spends bits where the picture needs them and saves bits in static scenes. Use CBR only when you have a hard bandwidth ceiling (e.g., a fixed 5 Mbps streaming slot). VBR with a target bitrate is a middle ground for size-predictable encodes. For DVR archive, CRF 22 (Very High) is the recommended setting.
HEVC hardware decode is standard on: Apple A9 and later (iPhone 6s, 2015 onward, all iPads, Apple TV 4K), Intel Skylake (6th gen, 2015) and later integrated graphics, NVIDIA Maxwell GM206 (GTX 960, 2015) and later GPUs, AMD GCN 1.2+ and all RDNA GPUs, every 4K-capable Samsung/LG/Sony TV from 2015 onward, Xbox One S/X, Xbox Series X/S, PS4 Pro, PS5, Roku Ultra, and Fire TV 4K. Android 5.0+ supports HEVC playback (hardware varies by chipset).
For 1080i/1080p MPEG-2 source at ATSC broadcast bitrates (12-20 Mbps), expect HEVC at CRF 22 to land in the 4-8 Mbps range — roughly 50-65% smaller while remaining visually indistinguishable from the source. The published HEVC efficiency figure vs H.264 is 25-50% bitrate savings; vs the older MPEG-2 codec in WTV, savings are larger because MPEG-2 is far less efficient than H.264.
You can, and the result is identical to the WTV → HEVC path. If you already have a .m2v or .mpg extracted, use MPEG2 to HEVC. The WTV-to-HEVC path runs the WTV demux and the MPEG-2 → HEVC re-encode in a single pass instead of two manual steps.
Yes — re-encode at a higher CRF, or run Compress HEVC on the output with a target file size. Going below CRF 28 starts to show motion artifacts on a 1080p source; for archive purposes CRF 22-24 is the practical sweet spot between quality and size.