Initializing... drag & drop files here
Supports: WMV
WMV (Windows Media Video) is a Microsoft container that wraps WMV7, WMV8, or WMV9/VC-1 video — the format Windows Movie Maker, older PowerPoint exports, and many legacy webcam and security-DVR systems produced from the early 2000s onward. JPEG is the universal still-image format: every phone, email client, CMS, and document tool reads it. Extracting JPEGs from a WMV gives you searchable, embeddable, archivable stills decoupled from a video player.
| Property | WMV (Windows Media Video) | JPEG (.jpeg /.jpg) |
|---|---|---|
| Type | Video container (ASF) + WMV7/8/9 codec | Lossy still image (8-bit YCbCr) |
| Origin | Microsoft, WMV 7 in 1999, WMV 9 standardised as SMPTE VC-1 in 2006 | Joint Photographic Experts Group, ISO/IEC 10918-1 (1992) |
| Audio | Yes (WMA) | None |
| Frames per second | Typically 24-30 fps source | One image per extracted frame |
| Universal support | Windows, VLC, some browsers via plugins | Every OS, browser, phone, email client made since the 1990s |
| Best for | Legacy Windows video playback | Sharing, embedding, archiving, OCR |
JPEG vs JPG: the file is identical — same codec, same byte stream, same ISO/IEC 10918-1 spec. The 3-letter .jpg extension exists because Windows 95 and earlier limited extensions to three characters; modern systems accept either. Pick .jpeg if your downstream tool expects it (some Java image libraries and a few CMSes are strict), otherwise either works.
| Goal | Frame Selection | Settings |
|---|---|---|
| One thumbnail at a known timestamp | Specific Frame | Time = exact seconds (e.g. 45) |
| Title-card or hero still | Specific Frame | Time = 1-3 sec, Quality = Very High |
| Storyboard every scene | Multiple Screenshots | 2-5 second interval |
| Contact sheet for review | Multiple Screenshots | 10-second interval, Resolution 50% |
| Frame-by-frame analysis | Multiple Screenshots | 1-30 fps frame rate |
| Animation sprite source | Multiple Screenshots | 1/10 or 1/5 second interval |
| Preset | JPEG quality | Use case |
|---|---|---|
| Very High (default) | ~92-95 | Print, archival, OCR source |
| High | ~85 | Web and document embedding |
| Medium | ~70-75 | Thumbnails, contact sheets |
| Low | ~55 | Quick previews, tiny attachments |
| Very Low | ~30-40 | Bandwidth-constrained previews only |
They are the same file format with two extension spellings. JPEG is the ISO/IEC 10918-1 standard name; JPG dates back to MS-DOS / Windows 95 which only allowed three-letter extensions. Identical byte stream, identical compression, identical decoders. Pick .jpeg only if a specific downstream tool requires it; otherwise either extension reads the same. The XConvert toggle just renames the output file. If you'd rather use the 3-letter form, the WMV to JPG converter produces the same data with the.jpg extension.
WMV is delta-encoded — most frames are P-frames (predicted from earlier keyframes), not full pictures. The decoder seeks to the nearest keyframe at or before your timestamp and then advances. If your file has keyframes every 2 seconds (typical for WMV 9), asking for 1.7 seconds and 1.95 seconds may produce the same JPEG. To grab an exact frame, use Multiple Screenshots with a high frame rate (e.g. 30 fps) and pick the one you want from the output sequence.
Yes — set Quality Preset to Very High (around 92-95). XConvert decodes the WMV frame to raw pixels first, then encodes JPEG once. The only loss is the JPEG encoding step itself. If you need an absolutely lossless still, convert to PNG instead via WMV to PNG — PNG stores every pixel exactly.
No. JPEG is a still image format with no audio container. If you need to keep the soundtrack, convert the video itself with WMV to MP4 (modern playback) or extract audio separately to MP3 / WAV.
Depends on the interval: every 10 seconds = 30 frames; every 1 second = 300 frames; 1/10 second = 3,000 frames; 30 fps = 9,000 frames. The browser handles each as a separate JPEG, so very high frame rates on long clips will stretch processing time and create large ZIPs. For frame-by-frame analysis, trim the WMV first.
Yes by default. The Resolution input shows the source dimensions and you can keep them at 100%, scale down by percentage, pick a preset (144p, 240p, 360p, 480p, 576p, 648p, 720p, 768p, 1080p, 1440p, 2160p, 4320p), or set custom width × height. JPEG itself supports up to 65,535 × 65,535 pixels in the baseline standard, far above any WMV source.
Two reasons. First, WMV9 stores chroma at 4:2:0 — color resolution is already half of luma; JPEG 4:2:0 (the common default) preserves that, but JPEG 4:4:4 would not gain anything. Second, JPEG compression at Medium / Low quality introduces blocking around sharp edges and text. Switch to Very High preset or PNG (WMV to PNG) if the frame contains UI text or fine detail.
Files process on our servers, so the practical ceiling is upload size and connection speed and the WMV's decode complexity. Multi-gigabyte WMV archives are usually fine for single-frame extraction; for thousands of frames from a long file, work in chunks. no sign-up, no account, no watermark.
No. WMV files that were encrypted with Windows Media DRM (common for early 2000s purchased video from MSN Music or PlaysForSure stores) cannot be decoded without the license key. The frame extraction will fail or produce empty output. DRM-free recordings — Movie Maker exports, screencasts, security-camera files, personal camcorder recordings — all work.