Thumbnail Extractor
Extract still frames as JPEG or PNG from any timestamp. Multi-frame extraction supported.
Extracted Frames
What this tool does
- One or many timestamps
- JPEG (small) or PNG (lossless)
- Output width selector
- Local processing
How to use
- 1
Pick a video
Any common format.
- 2
Choose seconds
Comma-separated for multiple frames (0.5, 3, 10).
- 3
Pick format
JPEG = light, PNG = lossless.
- 4
Extract
Thumbnail grid appears.
What each setting means
Recommended settings
Common pitfalls
Symptom: Black frames
Cause: Timestamp lands during a fade.
Fix: Move ±1s.
Symptom: Image looks blurry
Cause: Output width > source resolution.
Fix: Use width ≤ source.
Equivalent FFmpeg commands
Reference commands you can run on the desktop FFmpeg CLI.
ffmpeg -ss 5 -i input.mp4 -frames:v 1 -q:v 2 thumb.jpgffmpeg -i input.mp4 -vf "fps=1/5,scale=1280:-1" -vframes 6 thumb_%03d.jpgBrowser support & limits
- JPEG or PNG output
- Many frames at once may run out of memory
Privacy
This tool runs ffmpeg.wasm directly in your browser. Files never leave your device — everything runs locally. Read the privacy policy →
Frequently asked questions
Can I get an animated GIF?
No — this tool extracts stills. Use the GIF tool.
How many frames?
≤20 is comfortable. More may freeze the browser.
Best quality?
PNG output at the source resolution.