What can this video to JPG tool convert?
This tool converts videos that its browser-based decoding path can open into JPG stills. It is a broad JPG-output task: use it for a working video-to-image workflow, then choose a single frame, a time interval, a total count, or all frames. A file extension alone is not a compatibility promise because video containers can hold different codecs.
Why use JPG frames instead of a screen photo?
JPG frames come from the decoded video image rather than a photo of the player interface. That avoids player controls and screen glare, while still preserving the decoded frame’s aspect ratio. JPG is intentionally lossy, so it is a practical choice for sharing, thumbnails, and review stills—not a lossless preservation format.
What settings does the JPG preset start with?
The Video to JPG preset locks output to JPEG, starts in interval mode at 1 second, and sets JPG quality to 92%. Those are editable workflow choices, not a quality guarantee: source compression, decoder support, and any size setting you choose affect the result. Use a sparse interval to review a long video, then capture more candidates around the moment you need.
Will every video format work here?
No. The browser and available decoding backend determine whether a file can be opened and frames can be extracted. If a video fails, try a shorter clip or a version your browser can play; format-specific diagnosis belongs on the MP4 to JPG page. Device memory, duration, resolution, and the number of requested frames also affect whether a batch is practical.
When should you use PNG instead of JPG?
Use JPG when a smaller, widely usable still is the goal. Choose video to PNG when your next edit should avoid another JPEG compression step. For a single chosen still, try video screenshot. For a command-line alternative and repeatable exports, read the FFmpeg extraction guide.