Initializing... drag & drop files here
Supports: OGV
This tool grabs a single still frame from an OGV (Ogg/Theora) video and saves it as a HEIC image. It is a frame-extraction tool, not a video-to-video converter — you pick one moment on the timeline and get one photo out, encoded in Apple's High Efficiency Image format. There is a mild irony worth knowing up front: OGV carries Theora, a royalty-free codec built for the open web, while HEIC wraps that frame in HEVC, a patent-licensed codec whose still images open mostly inside Apple's ecosystem. If you need a frame that opens everywhere, JPEG or PNG is the safer target — see the caveat below.
| Property | Value |
|---|---|
| Container | Ogg (.ogv is the Ogg container holding video) |
| Video codec | Theora (derived from On2 VP3) |
| Maintained by | Xiph.Org Foundation |
| Specification frozen | June 2004; reference encoder libtheora 1.0 shipped November 2008 |
| Licensing | Royalty-free; On2 granted an irrevocable, royalty-free patent license |
| Typical use | Wikimedia/Wikipedia media, open-source projects, HTML5 <video> fallbacks |
| What we read from it | One decoded frame at the timestamp you choose |
| Property | Value |
|---|---|
| Container | HEIF — High Efficiency Image File Format, ISO/IEC 23008-12 (MPEG-H Part 12), introduced 2015 |
| Payload | A still image encoded with HEVC (H.265); .heic specifically means "HEVC in HEIF" |
| Released to consumers | Apple adopted it as the default camera format in iOS 11 (2017) |
| Native OS support | Apple iOS 11+ and macOS High Sierra+; Windows needs the HEIF Image Extensions; Android 10+ can view it |
| Native browser support | Safari 17+ only; Chrome, Firefox, and Edge do not display HEIC (~14% of browsers globally) |
| Licensing | HEVC is patent-encumbered — use is subject to HEVC patent-pool licensing |
| Best for | Compact stills inside an all-Apple workflow; roughly half a JPEG's size at similar quality |
.ogv file or click "+ Add Files" to load it. Files are uploaded over an encrypted connection and deleted automatically a few hours after conversion.2.100 grabs the frame at two seconds and 100 ms. Choose "Multiple Screenshots" instead only if you want a sequence of separate images.HEIC is the most space-efficient target here, but it is also the least portable. Because the still is HEVC-encoded, only Safari 17 and later renders it directly in a browser — Chrome, Firefox, and Edge cannot — and on Windows you need Microsoft's HEIF Image Extensions installed to open the file at all. If the frame is destined for a website, a document, a chat app, or anyone on a non-Apple device, extract it as OGV to JPG or OGV to PNG instead; both open everywhere with no add-ons. Already have HEIC stills you cannot open? Run them back the other way with HEIC to JPG.
OGV is a video container (Theora video in an Ogg wrapper) and HEIC is a still-image format. There is no way to turn a moving clip into a single photo without choosing a moment, so this tool decodes the frame at the timestamp you enter and encodes just that one frame as HEIC. If you want a moving result instead, convert the clip with OGV to MP4 rather than to a still.
Not without help on Windows: you need Microsoft's HEIF Image Extensions from the Microsoft Store, after which Windows 10 (1803+) and Windows 11 can display it. Android 10 and later can view HEIC in the gallery and apps like Google Photos. Across browsers, only Safari 17+ renders HEIC — Chrome, Firefox, and Edge show nothing. For a frame that opens with zero setup anywhere, choose JPG or PNG.
Yes. HEIC's HEVC-based compression is roughly twice as efficient as JPEG, so a still can be about half the size at comparable visual quality. For one extracted frame the absolute byte savings are small, so the format choice usually comes down to where the file needs to open — pick HEIC for an Apple-only workflow, JPEG when compatibility matters more than a few kilobytes.
No — that is the asymmetry of this conversion. Theora is maintained by the Xiph.Org Foundation and is royalty-free; On2 Technologies granted an irrevocable, royalty-free license over any patent claims when it released VP3, which Theora is based on. HEVC, the codec inside the HEIC output, is patent-pool licensed. You are moving an open-web frame into a patent-licensed Apple still container.
Yes. Switch the frame mode from "Specific Frame" to "Multiple Screenshots" and the tool extracts a sequence of separate images across the clip rather than a single still at one timestamp. Each frame is saved as its own HEIC file. If you want them as widely-openable images, point the same multi-frame extraction at JPG or PNG instead.
By default yes — "Keep original" preserves the source frame's pixel dimensions. In our testing, a 1280x720 Theora clip produced a 1280x720 HEIC still with the default Very High quality preset. Use Preset Resolutions or Resolution Percentage if you want the still scaled down, for example to make a thumbnail.
Nothing — it is discarded. A still image has no audio track, so the Vorbis or FLAC audio commonly stored alongside Theora in an Ogg file is simply not part of a single-frame export. If you need the sound, extract it separately rather than expecting it inside the image.