Initializing... drag & drop files here
Supports: ODG
An .odg is an OpenDocument Graphics drawing — the native format of LibreOffice Draw and Apache OpenOffice Draw, holding shapes, flowcharts and text boxes as editable XML inside a ZIP. HEVC (H.265) is a modern video compression standard, and the .hevc file this tool writes is an H.265 stream inside a Matroska container; only the extension is unusual. This converter renders your Draw document through the office pipeline and encodes the rendered pages as held frames in a silent clip. Both formats are laid out in full below, because for most people a static drawing gains very little from being wrapped in a video codec — and the tables make it clear what to convert to instead.
| Property | Value |
|---|---|
| Full name | OpenDocument Graphics (drawing) |
| Standard | OASIS OpenDocument, standardised as ISO/IEC 26300 |
| Latest spec version | ODF 1.3, approved as an OASIS Standard in 2021 |
| Maintained by | The OASIS OpenDocument Technical Committee |
| Packaging | ZIP archive of XML parts (content.xml, styles.xml, a manifest) |
| MIME type | application/vnd.oasis.opendocument.graphics |
| Content type | Vector graphics — shapes, lines, text frames, optional embedded rasters |
| Native editors | LibreOffice Draw, Apache OpenOffice Draw, Collabora Online |
| Best for | Editable diagrams, flowcharts and illustrations |
| Property | Value |
|---|---|
| Full name | High Efficiency Video Coding |
| Standard | ITU-T H.265 / ISO/IEC 23008-2 (MPEG-H Part 2) |
| Released | Approved January 2013; first published June 2013 |
| Developed by | The Joint Collaborative Team on Video Coding (JCT-VC) of ITU-T VCEG and ISO/IEC MPEG |
.hevc file here |
H.265 video in a Matroska container — silent, since a drawing has no audio |
| Bit depth | Main (8-bit) and Main 10 profiles; later profiles go higher |
| Licensing | Patent-encumbered, with multiple licensing pools |
| Native playback | Conditional — Safari decodes it, Chrome needs a HEVC-capable GPU, Edge needs Microsoft's HEVC Video Extension |
| Best for | Compressing real moving video — not a single static page |
.odg onto the page or click "+ Add Files". The entire Draw document is read, so multi-page files need no preparation..hevc. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.A .odg is a page-layout document, not a picture, so it goes through the office route: LibreOffice Draw's own PDF export filter reads the drawing and writes a PDF that keeps the document's page size and object positions, each PDF page is rendered to a full-colour raster at 300 DPI, and ffmpeg encodes those renders as held frames in the H.265 stream. Because the render follows the page's physical dimensions rather than any stored pixel count, a US Letter page arrives near 2550 × 3300 px and A4 near 2481 × 3507 px, which is why "Video resolution" is the control worth setting deliberately.
.hevc file, and how is it different from an MP4?It is an H.265 video stream inside a Matroska container — a real, seekable video; only the extension is unusual. An MP4 or MOV holds the same kind of H.265 (or H.264) track in a container that stock apps recognise. The practical difference is support: MKV-capable players such as VLC and mpv open the .hevc directly, and renaming it to .mkv helps software that goes by extension, but many stock players and browsers expect MP4 and will not open it by double-clicking even on a machine that plays HEVC happily inside MP4. If you want a file that behaves like a normal video everywhere, ODG to MP4 is the route.
Not reliably. HEVC is patent-encumbered, so support is conditional rather than universal: Safari on macOS and iOS decodes it natively, Chrome on Windows needs a GPU with a hardware HEVC decoder, and Microsoft Edge needs the separately installed HEVC Video Extension. On top of that the output is a Matroska file, and browsers generally do not play Matroska in a <video> tag — so even where the codec is available, the file usually will not play on a web page. For a clip that plays on virtually every phone, browser and TV, ODG to MP4 wraps the same rendered pages in H.264 inside an MP4.
An ODG is vector — shapes and paths that resize without loss — but a video frame is a grid of pixels. To encode the drawing as H.265 it has to be sampled onto a fixed canvas, and from that point it is no longer scalable; enlarging the stream later only softens it. If keeping the drawing crisp at any zoom matters more than having a video, ODG to PDF or ODG to SVG preserves the vector geometry instead.
Because an ODG is a drawing with no audio — there is nothing to encode. The Matroska container the output uses could carry an AAC track perfectly well; the source simply has nothing to fill it with. To add music or narration, convert to ODG to MP4 and then add an audio track in a video editor such as Shotcut or DaVinci Resolve.
No. HEVC's advantage is compressing moving video into far fewer bytes than older codecs, and that buys you nothing for held still frames — a static page already compresses to almost nothing in any modern codec. Encoding cannot add detail either; the encode is lossy and never invents pixels, so quality is fixed the moment you choose the resolution. For full fidelity, keep the drawing as a lossless raster with ODG to PNG, or as vectors with ODG to SVG.
All of them, as successive held frames in one clip, in page order. The office stage exports the whole document to PDF and every page is rendered, so nothing is skipped and there is no need to split the file first. If you want the pages as separate images, an image target returns one file per page.
It does not survive. Video streams have no alpha channel, so transparent regions are flattened onto an opaque background before encoding, and the same fill covers any bars left when the page's proportions do not match the frame. Use a PNG target when the transparency itself is the requirement.
For almost everyone, something else. A static drawing gains nothing from a high-efficiency video codec, and a Matroska file with a .hevc extension is one of the least portable ways to hand it over — stock apps do not recognise it. If you simply need a usable copy, ODG to PDF keeps the vectors crisp and prints anywhere, and ODG to PNG gives a lossless image of each page. If you genuinely need the pages as a video, ODG to MP4 wraps them in a universally playable container. Choose .hevc here only when a specific pipeline explicitly expects an H.265 file under that name.
Your file is uploaded over an encrypted connection, rendered and encoded on our servers, and deleted automatically a few hours after the conversion — no sign-up, no watermark, never shared or made public. The ODG converter hub lists every other target for this source.