Initializing... drag & drop files here
Supports: F4V
F4V is Adobe's Flash video container — an MP4-based wrapper holding H.264 video and AAC audio. Now that Flash Player reached end of life on December 31, 2020 and modern browsers block Flash content, a stranded F4V often won't play, so grabbing a still image out of it is more useful than fighting the dead format. This tutorial covers pulling one frame at an exact timestamp (or a whole sequence) out to WebP — and, unlike a JPEG grab, choosing lossless or lossy and keeping any transparency the frame carries.
The two decisions that matter on this page are which frame mode you use and whether you flip the Lossless? toggle — and the second one is exactly what a JPEG grab can't give you.
Specific Frame captures one image at the timestamp you type into Time (seconds). The value is seconds with optional milliseconds, so 0 is the opening frame, 12.5 is twelve and a half seconds in, and 90 is a frame a minute and a half along. Use it for a thumbnail, a poster, or one remembered moment.
Multiple Screenshots steps through the clip on a fixed interval set by the capture-rate dropdown, from one frame every 0.1 seconds (10 frames per second of video) down to one every 10 seconds; the default is one frame per second. Because this can produce many images, the output is bundled into a single ZIP.
The Lossless? toggle is the WebP-specific control:
| Property | Value |
|---|---|
| Full name | Flash Video (F4V container) |
| Based on | ISO base media file format (MPEG-4 Part 12) — shares MP4's structure |
| Introduced | December 2007 (Flash Player 9 Update 3) |
| Video codec | H.264 / AVC |
| Audio codec | AAC (and family) |
| Flash Player status | End of life December 31, 2020; content blocked thereafter |
| Plays today in | VLC, MPC-HC, and other H.264-capable players — not in a browser via Flash |
| Property | WebP | JPEG | PNG |
|---|---|---|---|
| Compression | Lossy and lossless | Lossy only | Lossless only |
| Transparency (alpha) | Yes (lossy and lossless) | No | Yes |
| Typical size vs the others | Baseline | 25–34% larger (lossy) | ~26% larger (lossless) |
| Best for | Photos or graphics, small files | Photographic frames, universal viewers | Sharp text/line art when WebP isn't an option |
| Opens in browsers | Chrome, Firefox, Edge, Safari 14+ | Everywhere | Everywhere |
3 or 5) instead of leaving it at 0.Frame extraction needs a readable H.264 stream inside the F4V. It cannot recover frames from a file that is truncated, corrupted, or carries DRM/encryption from a streaming platform — the protected video data simply isn't decodable. If you want the moving video in a current format rather than a still, convert the whole F4V to MP4 instead, which preserves motion and audio. And if one F4V holds several separate clips, pull the frame you need from each individually rather than expecting one timestamp to cover them all.
Adobe Flash Player reached end of life on December 31, 2020 and modern browsers block Flash content, so F4V no longer plays the way it used to. Desktop players like VLC can still open the H.264 video inside, but if all you need is one moment — a thumbnail, a slide, a frame of footage — extracting it as a WebP sidesteps the dead-format problem and gives you a compact image that opens in any current browser.
For photographic, full-motion footage, leave it on "No (Recommended)": lossy WebP runs 25–34% smaller than a comparable JPEG and the compression is hard to spot on natural images. Switch it to "Yes" when the frame has sharp text, line art, a screen recording, or UI you need pixel-perfect — lossless WebP keeps every pixel and is still about 26% smaller than the equivalent PNG.
If the source frame carries an alpha channel, yes — WebP supports transparency in both its lossy and lossless modes, so the extracted still preserves it. That's a real advantage over extracting to JPEG, which has no alpha channel and flattens any transparency onto a solid background. On lossless WebP, keeping the alpha channel costs only around 22% extra bytes.
Specific Frame seeks to the timestamp you type into Time (seconds) and captures the frame there, down to the milliseconds you provide (for example 2.100). H.264 stores most frames as differences from nearby keyframes, so the tool decodes up to your requested time to reconstruct the right picture rather than snapping to the nearest keyframe — you get the frame at the second you asked for.
As many as the capture rate and the clip's length produce. Multiple Screenshots ranges from one frame every 10 seconds up to one every 0.1 seconds (10 per second), so a long clip at a fast rate can generate thousands of images, all returned in a single ZIP. For frame-by-frame work, keep the source short — a 10-minute video sampled at 10 fps is roughly 6,000 stills.
Yes — the file is uploaded over an encrypted connection and processed on our servers, not inside your browser. It is deleted automatically a few hours after conversion, with no sign-up, no watermark, and nothing shared or made public. In our testing, a 1080p F4V produced full-resolution 1920 × 1080 WebP stills, noticeably smaller per image than the equivalent JPEG or PNG at the same scene.