Initializing... drag & drop files here
Supports: WTV
.wtv recording onto the page, or click "+ Add Files" to browse. Batch uploads are supported, useful if you exported multiple episodes from \Users\Public\Recorded TV\. Files process on our servers — no install, no sign-up..f4v file is decrypted from the WTV container, re-muxed into the ISO base media file format Adobe shipped with Flash Player 9 Update 3, and offered as a direct download.WTV is Microsoft's container for Windows Media Center TV recordings — introduced with the Windows Media Center TV Pack 2008 on Vista and shipped in all Media Center editions of Windows 7. It wraps MPEG-2 or MPEG-4 video with MPEG-1 Layer II or Dolby Digital AC-3 audio and adds Microsoft-specific metadata and DRM. Microsoft dropped Media Center from Windows 10 in 2015 and ended Electronic Program Guide service on January 14, 2020, so most modern players cannot open .wtv directly. F4V is Adobe's MP4 variant introduced December 3, 2007 alongside Flash Player 9 Update 3, sharing the ISO base media file format with .mp4 but with H.264 video and AAC audio in place of WTV's MPEG-2/AC-3 stack.
.f4v for embedded video assets. If you're maintaining one of those installations, you still need to deliver F4V even though Adobe Flash Player itself was retired on December 31, 2020..wtv is bound to Windows. F4V uses the same MPEG-4 box structure as MP4, so the resulting file plays in VLC, PotPlayer, and MPC-HC on any OS without needing Windows Media Center installed..f4v natively. Recordings captured from Media Center can be dropped straight into an Animate timeline once converted..flv and .f4v from earlier Flash projects, converting Media Center captures to F4V keeps the library homogeneous instead of mixing in .wtv files no modern player handles.| Property | WTV | F4V |
|---|---|---|
| Full name | Windows Recorded TV Show | Flash MP4 video |
| Vendor | Microsoft | Adobe |
| Introduced | 2008 (Vista, with Media Center TV Pack 2008) | December 3, 2007 (Flash Player 9 Update 3) |
| Container basis | Proprietary Microsoft (not ASF) | ISO base media file format (MPEG-4 Part 12) |
| Typical video codec | MPEG-2, MPEG-4 Part 2 | H.264 (AVC) |
| Typical audio codec | MPEG-1 Layer II or Dolby AC-3 | AAC (also MP3) |
| Codecs explicitly unsupported | n/a (broadcast-only stack) | Sorenson Spark, VP6, Screen Video, ADPCM, Nellymoser |
| DRM / copy protection | CGMS-A broadcast flag honored | None inherent |
| Native player today | Windows Media Center (removed in Windows 10); VLC partial | VLC, PotPlayer, MPC-HC; not natively in modern browsers |
| Successor / status | Successor to DVR-MS; legacy after WMC removal (2015) | Legacy after Flash Player EOL (Dec 31, 2020) |
| Preset | Use case | Approx CRF / VBR target | Notes |
|---|---|---|---|
| Highest | Near-source for archival from MPEG-2 broadcast | CRF ~18 | Largest file; best for re-editing |
| Very High (default) | General-purpose conversion | CRF ~20 | Sweet spot for most WTV recordings |
| High | LMS / e-learning embed at 720p | CRF ~23 | Roughly half the size of "Highest" |
| Medium | 480p preview, web embed | CRF ~26 | Acceptable for talking-head broadcasts |
| Low / Lowest | Thumbnail proxies or storage-constrained archives | CRF ~30+ | Visible compression artifacts on motion |
For most workflows MP4 is the right target — see WTV to MP4. Choose F4V only when a downstream system specifically demands the .f4v extension: an older LMS player, an Adobe Animate / AIR project, a CMS template hard-coded for Flash assets, or a legacy CDN configured with video/x-f4v MIME types. Technically the F4V and MP4 you'd get are almost identical (both ISO base media file format with H.264 + AAC); the extension and a few Adobe-specific boxes are the main difference.
If the broadcaster set the CGMS-A flag to "Copy Never" or "Copy Once" and Windows Media Center honored it, the WTV file is bound to the originating PC and cannot be re-encoded in a browser tool. Unprotected WTV recordings (most over-the-air ATSC broadcasts in the US) convert without issue. If the upload fails or produces a zero-byte F4V, your source is almost certainly DRM-locked — you'd need to play it back on the original Media Center machine.
WTV stores broadcast MPEG-2 at 12-19 Mbps for HD ATSC, which is inefficient by modern standards. F4V re-encodes that to H.264 at the Quality Preset you choose; H.264 typically delivers comparable visual quality at one-third to half the bitrate of MPEG-2. A 6 GB one-hour HD broadcast capture commonly lands around 2-3 GB at "Very High" and under 1 GB at "Medium".
Yes. F4V uses the same MPEG-4 box structure as MP4, and the open-source players VLC, PotPlayer, and MPC-HC all decode H.264 + AAC natively. You do not need Adobe Flash Player installed — Adobe officially ended Flash Player support on December 31, 2020, and the browser plugin no longer runs on Chrome, Firefox, Edge, or Safari.
<video> tag?Not reliably. Browsers detect by MIME type and codec, and video/x-f4v is not in the HTML5 spec. Some browsers will play F4V if the server serves it as video/mp4 and the file is actually an MP4-compatible box structure, but this is server-dependent and not portable. For browser embedding, convert to MP4 instead — see F4V to MP4.
The Media Center metadata (program title, channel, original air date, EPG description, recording start/end timestamps) lives in proprietary Microsoft tags and is not preserved in the F4V output. F4V supports MP4-style metadata via the udta box, but the WTV-to-F4V re-mux discards the broadcaster fields. If you need to retain that metadata, export it from Media Center to a sidecar .xml or .txt before converting.
Yes. Use the Trim controls to set a Time Range with start and end timestamps before conversion. For multiple cut-points (e.g., a full broadcast with three ad breaks), convert once to F4V and then use F4V trim or run the WTV through WTV trim first and convert each segment separately.
The F4V specification, published by Adobe alongside Flash Player 9 Update 3 in 2007, restricts the container to H.264 video and AAC (or MP3) audio. Sorenson Spark, VP6, Screen Video, ADPCM, and Nellymoser — codecs FLV supported — are explicitly disallowed in F4V. MPEG-2 video and AC-3 audio from your WTV source must be transcoded to fit the spec.
Only if a specific downstream system requires the .f4v extension. For new projects, deliver MP4. For maintaining an existing Flash-era LMS, CMS template, or Adobe Animate / AIR application, F4V remains valid because the underlying H.264 + AAC streams play in any modern decoder; only the Flash Player browser plugin is gone. If your goal is a Flash-free archive, convert to WTV to MKV instead.