Initializing... drag & drop files here
Supports: FLV
FLV (Flash Video) is a legacy container from the Adobe Flash era, and pulling a usable still image out of one is awkward now that browsers no longer run Flash. This tutorial walks you through grabbing a single frame at an exact timestamp, or a whole sequence of JPG stills at a fixed interval, from an FLV file — and what to do when the FLV won't cooperate.
The page produces still images, not a playable video, so the choice that matters most is how many stills you want and where they come from in the timeline.
12 lands on the frame at twelve seconds in.If the FLV is corrupted or truncated — common with files recovered from old Flash streaming caches — frame extraction can fail or stop partway, because the container's index is damaged. In that case, try repairing or remuxing the file in a desktop player such as VLC first, or convert the whole clip to a modern container with the FLV to MP4 converter and pull frames from the MP4. To grab a frame from a specific scene you can also trim the clip first with the Video Cutter, then extract from the shorter segment.
It only produces still images. The tool decodes the FLV on our servers and exports the frame (or frames) you selected as JPG files — there is no video playback and no audio in the output.
Yes. Browsers dropped Flash support after Adobe ended Flash Player on December 31, 2020 (Adobe began blocking Flash content on January 12, 2021), so FLV files no longer play inline on the web. You do not need Flash to extract frames here — you upload the FLV and our server decodes it for you.
"Specific Frame" exports exactly one JPG from the moment you type into the "Time (seconds)" field — useful for a thumbnail or cover. "Multiple Screenshots" walks the whole clip at a fixed interval (such as one frame per second, or one every five seconds) and exports a sequence, which you download together as a ZIP.
In our testing, leaving "Quality Preset" on "Very High (Recommended)" and resolution on "Keep original" produced the cleanest JPGs the source FLV could give. Because most FLVs were encoded years ago at modest bitrates, the limiting factor is usually the original footage, not the export — a high preset just avoids stacking extra JPG compression on already-soft frames.
FLV was introduced in 2003 for Adobe Flash Player and carried codecs like Sorenson Spark (H.263), On2 VP6, and later H.264. Adobe pushed F4V (which shares a base with MP4) from 2007 onward, and after Flash Player's end of life the web standardized on MP4 and HTML5 video. FLV still decodes fine for frame extraction, but it is no longer a format you would publish in.
Yes. JPG is best for photographic frames and keeps files small, but it is lossy and has no transparency. For a lossless still or one with an alpha channel, use the FLV to PNG converter instead.