Initializing... drag & drop files here
Supports: ODG
An .odg is an OpenDocument Graphics drawing — the vector shapes, connectors and text frames LibreOffice Draw and Apache OpenOffice Draw save as XML inside a ZIP. AV1 is the royalty-free video codec published by the Alliance for Open Media. This converter renders your Draw document through the office pipeline and encodes the rendered pages as held frames in a silent AV1 clip, which is what you want when a drawing has to become a video element rather than a picture. If you only need a portable or printable copy, ODG to PDF keeps the geometry as vectors; if you need a picture, ODG to PNG gives you one image per page.
Because ODG is a page-layout document and AV1 is a video codec, three things happen in sequence:
| Stage | What runs | What comes out |
|---|---|---|
| 1. Read the drawing | LibreOffice Draw's PDF export filter (draw_pdf_Export) |
A PDF holding the document's own page size and object positions |
| 2. Render | Each PDF page rasterised at 300 DPI | One full-colour image per drawing page |
| 3. Encode | ffmpeg encodes the renders as AV1 | A silent clip holding each page in turn |
Two consequences follow. The drawing is rasterised: vector shapes and text are sampled onto a fixed pixel grid, so the output is no longer infinitely scalable. And the file is a Matroska-wrapped AV1 stream carrying the .av1 extension — an unusual name that extension-picky software may refuse. Renaming it to .mkv satisfies most of those tools, and AV1 to MP4 puts the same video in a container everything recognises.
| Property | Value |
|---|---|
| Full name | OpenDocument Graphics (Drawing) |
| Standard | OASIS OpenDocument, standardised as ISO/IEC 26300 |
| Current version | ODF 1.3, approved as an OASIS Standard in 2021 |
| Packaging | ZIP archive of XML parts |
| MIME type | application/vnd.oasis.opendocument.graphics |
| Content model | Vector shapes, connectors, text frames, embedded rasters; one or more pages |
| Native editors | LibreOffice Draw, Apache OpenOffice Draw, Collabora Online, Calligra |
| Best for | Editable diagrams, flowcharts and drawings |
| Property | Value |
|---|---|
| Full name | AOMedia Video 1 |
| Developed by | Alliance for Open Media (Google, Apple, Netflix, Amazon, Meta and others) |
| Licensing | Royalty-free, open specification |
| Type | Video codec, not a container; our .av1 output is Matroska-wrapped |
| Compression | Substantially more efficient than H.264 at comparable quality |
| Browser decoding | Chrome 70+, Firefox 67+, Edge 121+; Safari 17 on devices with a hardware decoder |
| Usual containers | MP4, WebM, MKV |
| Best for | Bandwidth-sensitive web and streaming delivery |
.odg onto the page or click "+ Add Files". The whole Draw document is read, so multi-page files need no splitting.Because a drawing is not a timeline. There is no animation to encode and no audio track to carry, so the converter renders each page and holds it as a still frame. That is the intended behaviour of every document-to-video route, not a fault. If you need motion, the movement has to exist in the source.
You lose scalability rather than sharpness. The page is rendered at 300 DPI before encoding, which is plenty of detail, but from that point the picture is a fixed grid of pixels and enlarging it only interpolates. If the drawing must stay resolution-independent, keep the .odg and hand out a PDF or an SVG from LibreOffice Draw instead of a video.
.av1 file?Often not by name. The bytes are AV1 video in a Matroska wrapper, but most players decide what a file is from its extension and do not expect .av1. VLC and mpv open it as-is; renaming it to .mkv satisfies software that goes by extension; and AV1 to MP4 puts the same stream in a container everything recognises. AV1 decoding itself is available in Chrome 70+, Firefox 67+ and Edge 121+, with Safari 17 requiring a hardware decoder.
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 dropped and no splitting is needed. If you would rather have the pages as separate pictures, an image target such as ODG to PNG returns one file per page.
Barely, because the thing AV1 is good at — describing motion cheaply — has nothing to work with here. A held frame compresses to almost nothing in any modern codec, so the file will be small whatever you choose. Pick AV1 when the destination asks for AV1, not because you expect a size win over H.264 on a static page.
If you simply need a picture of the drawing, use an image target — ODG to PNG is lossless and returns one file per page. Convert to AV1 only when you genuinely need a video element: a <video> tag, an editing timeline, a player that ingests video and nothing else.
It is flattened. Video streams have no alpha channel, so transparent regions are composited onto an opaque background before encoding, and the same fill covers any bars left when the page's proportions do not match the frame you picked. Use a PNG target when the transparency itself matters.
Text is rendered along with the shapes, so it looks as it does in LibreOffice Draw — provided the typeface is available on the rendering machine. A font that was never embedded and is not installed gets substituted with the closest match, which can shift line breaks. Converting text to curves in Draw (Shape ▸ Convert ▸ To Curve) before uploading removes that risk entirely. After rendering, the text is pixels and cannot be selected or searched.
Your .odg travels over an encrypted connection, is rendered and encoded on our servers, and is deleted automatically a few hours later along with the clip it produced. Nothing is shared, published or reused, there is no sign-up, and no watermark is applied. The ODG converter hub lists every other target for this source.