Thumbnail Extractor
Extract still frames as JPEG from any timestamp. Up to 10 frames per run.
Extracted Frames
What this tool does
- One or many timestamps
- Adjustable JPEG quality
- 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
Set quality and width
JPEG quality and output width are adjustable.
- 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 output only
- Maximum 10 frames per run
- 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?
Up to 10 per run — extra timestamps beyond that are ignored.
Best quality?
Set JPEG quality to its highest setting and keep the output width at the source resolution.