Extraer fotogramas
Saca PNG del vídeo
Sobre esta herramienta
Extract individual frames from a video and save them as PNG or JPG image files. Useful for creating thumbnails, sourcing reference frames for animation, building stop-motion stills, generating training data for ML, or pulling a single moment out of a longer clip.
Pick how often to extract - every Nth frame, every N seconds, or at a fixed FPS. The frames are bundled into a ZIP for easy download. Everything runs locally in your browser.
Frame extraction at a fixed rate uses FFmpeg's fps filter, which samples the input at the requested rate regardless of the source frame rate - so '1 FPS' gives you one image per second of playback whether the video is 24, 30 or 60 FPS. For training datasets, design references or stop-motion stills, this gives predictable spacing without manual seeking.
Características
- Extract at fixed FPS (e.g. 1 frame/sec) or every Nth frame
- PNG (lossless) or JPG (smaller) output
- Bulk download as a single ZIP
- Reads MP4, MOV, MKV, WebM and most other formats
- Custom start time and duration
- Browser-only - videos never uploaded
- Free and unlimited
Cómo usarla
- Drop in a video.
- Pick the extraction rate (FPS) and output format (PNG or JPG).
- (Optional) set start time and duration.
- Click Extract.
- Download the ZIP of frames.
Todo sucede dentro de tu navegador usando JavaScript y WebAssembly. Tus archivos nunca se suben a un servidor, nunca se almacenan y nosotros nunca los vemos.
Preguntas frecuentes
Use the Thumbnail Picker tool - it's optimized for picking one exact frame.
PNG for lossless quality (good for editing or compositing), JPG for smaller files (good when you just need the picture).
It depends on your settings. A 5-minute 1080p clip at 1 FPS as PNG is roughly 600 MB; the same as JPG might be 90 MB. Lower FPS or use JPG for smaller archives.
Filenames include the source timestamp (e.g. frame_00m12s345.png), so you can sort and locate specific moments.
Every N frames is tied to the source frame rate (every 30th frame of a 30 FPS video = 1 per second; of a 60 FPS video = 1 every 2 seconds). Every N seconds is wall-clock time, independent of frame rate. Use seconds for predictable spacing across mixed sources.
Yes - iOS Files and Android's built-in file manager both extract ZIP archives natively. The ZIP itself is a standard format with no password by default.