Extracts a single frame from MP4, MOV, MKV, AVI, or WEBM video at the timestamp you choose, saved as a JPG or PNG image.
> how it works ... uploaded, frame extracted, and deleted immediately
> what we keep ... nothing — files are removed right after processing
> supported ...... mp4/mov/mkv/avi/webm → jpg / png
Choosing a timestamp
Pick a moment inside your video's length — if the timestamp falls beyond the end of the video, the tool won't have a frame to grab and will show an error. Fractional seconds work too (e.g. 12.5).
Why this needs a server step
Decoding a video and extracting a single frame requires real video processing that browsers can't do reliably across all these formats. So this tool briefly uploads your file to our server, processes it, and deletes it immediately after — the same secure pattern used by Quikbench's other server-side converters.