Initializing... drag & drop files here
Supports: F4V
F4V is Adobe's Flash-era video container — an MP4-family file (built on the ISO base media file format, MPEG-4 Part 12) that normally holds H.264 video with AAC audio, and that no current browser will play since Flash Player reached end of life on December 31, 2020. This tutorial covers pulling still images out of that footage as JPGs: one exact frame at a timestamp you choose, or a whole sequence at a fixed interval, with no Flash plugin and no video editor involved.
.jpg or .jpeg.Frame Selection is the control that decides whether you get one image or many, and it is where nearly all of the work happens.
12 grabs the frame at the twelve-second mark, and decimals work — 12.5 targets twelve and a half seconds. If you only know a frame number, divide it by the video's frame rate: frame 720 of 24 fps footage sits at 720 ÷ 24 = 30 seconds.| Capture Rate setting | Images from a 60-second clip | Typical use |
|---|---|---|
| 0.1 seconds (single frame at 10fps) | ~600 | Pick the one sharp frame out of fast motion |
| 0.5 seconds (single frame at 2fps) | ~120 | Dense coverage of a short clip |
| 1 second per frame (pre-selected) | ~60 | General contact sheet |
| 5 seconds per frame | ~12 | Scene overview of a long recording |
| 10 seconds per frame | ~6 | Chapter thumbnails from a lecture or webinar |
The preset sets the JPEG quality value written by the encoder. Higher numbers keep more detail and produce a larger file; the practical ceiling is the source footage, because JPEG compression cannot add detail that the original H.264 encode discarded.
| Quality Preset | JPEG quality written | Best for |
|---|---|---|
| Highest | 100 | Archival stills you plan to edit further |
| Very High (Recommended) | 95 | Default — sharp stills at a sensible size |
| High | 90 | Web publishing and blog images |
| Medium | 80 | Thumbnails and previews |
| Low / Very Low | 70 / 60 | Dense contact sheets where size dominates |
| Lowest | 50 | Rough proofs only — visible blocking |
Some Flash-era F4V files were delivered as protected streams (Adobe Access) or captured as partial RTMP fragments. An encrypted stream cannot be decoded into a frame, and a truncated download whose index is missing has no readable frame table, so those uploads fail or return nothing usable. Re-download the complete original if you can. A desktop player such as VLC tolerates some broken indexes and can screenshot a frame directly — worth trying before you give up on a damaged file.
The same frame size as the video, because "Keep original" is the pre-selected Image resolution. A 1920x1080 F4V yields 1920x1080 stills and a 640x480 clip yields 640x480 stills. Frames are decoded at native resolution and never upscaled, so the image is exactly as sharp as the source footage. Pick a Preset Resolution or Resolution Percentage if you want something smaller for a preview grid.
Leave Frame Selection on "Specific Frame" — it is the pre-selected mode — and type the timestamp into Time (seconds). The converter seeks to that point, decodes one frame, and returns a single JPG. "Multiple Screenshots" is the mode that produces a sequence, so only switch to it when you actually want many images.
It sets the JPEG quality value: 100 at Highest, 95 at the default Very High, then 90, 80, 70, 60 and 50 as you step down. In our pipeline the chosen frame is first decoded to a lossless PNG and only then encoded as JPEG, so the quality setting is applied once, to an untouched frame, rather than re-compressing an already-lossy still — which is why the default sits high at 95 instead of the usual web default of 75-85.
They are the same format — JPEG data in a JFIF-style file — and the File extension control simply writes the name you prefer. .jpg survives from the three-character MS-DOS filename limit and is the safer default for older software and content management systems; .jpeg is common on macOS and Linux. Nothing inside the file changes.
Effectively yes. Adobe introduced F4V in December 2007 with Flash Player 9 Update 3, built on the ISO base media file format so Flash could carry standard H.264 instead of the older FLV codec stack. Because the video inside is ordinary H.264, the frame decodes exactly as it would from an MP4 — the F4V wrapper adds nothing and costs nothing in quality.
JPG (ISO/IEC 10918) is lossy, 8 bits per channel, has no alpha channel, and produces small, universally shareable files — the right pick for thumbnails, social images, and documentation. PNG is lossless and supports transparency, which matters if the still is going into a compositing or editing chain. For that, use F4V to PNG instead.
Not from this page — Frame Selection has no time-range control, so "Multiple Screenshots" always runs across the entire file. For a segment, cut the F4V first with the Video Cutter, which accepts F4V, then run the shortened clip through this converter. For a single moment, "Specific Frame" with a timestamp is faster than cutting anything.
Your F4V is uploaded over an encrypted connection and converted on our servers — there is no sign-up and no watermark. The uploaded file and the JPGs it produced are deleted automatically after a few hours and are never shared or made public. Since the work happens server-side, the practical limit on a very large F4V is upload time rather than anything on your machine.