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 package. An .m2v is something much barer: an MPEG-2 elementary video stream, a raw sequence of coded pictures with no container wrapped around them and no place to put audio. DVD authoring tools and broadcast pipelines use elementary streams because they multiplex the video and audio themselves at a later stage. This converter renders your Draw document through the office pipeline and writes those renders as held frames in an MPEG-2 elementary stream.
| 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 (content.xml, styles.xml, a manifest) |
| MIME type | application/vnd.oasis.opendocument.graphics |
| Content model | Vector shapes, connectors, text frames, optional embedded rasters; one or more pages |
| Native editors | LibreOffice Draw, Apache OpenOffice Draw, Collabora Online, Calligra |
| Best for | Diagrams, flowcharts, plans and posters that must stay editable |
| Property | Value |
|---|---|
| What it is | An MPEG-2 elementary video stream — coded pictures only, with no container |
| Standard | MPEG-2 Video, ITU-T H.262 / ISO/IEC 13818-2 |
| Audio | Cannot carry any; audio lives in a separate elementary stream and is multiplexed later |
| Codec written here | MPEG-2 by default, with MPEG-1, MPEG-4, H.264, H.265, Xvid, DivX, MJPEG and several H.26x variants also offered |
| Typical use | DVD and broadcast authoring, where the muxing step happens downstream |
| Native browser playback | No |
| Rename to play it | Most ffmpeg-based players open .m2v directly; software that expects a container may need the stream muxed first |
| Best for | Feeding an authoring tool that asks for video and audio separately |
.odg onto the page or click "+ Add Files". The entire Draw document is read, so multi-page files need no preparation..m2v is supposed to contain, and it is preselected. The other codecs in the list will encode, but a file named .m2v holding H.264 will confuse the authoring tools that care about the extension..m2v. 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 rather than a picture, so it is not handed to an image converter. 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; ffmpeg then encodes those renders as held frames into the elementary stream. Because the render follows the Draw page's physical size, a US Letter page lands near 2550 × 3300 px and A4 near 2481 × 3507 px — far taller than the 720 × 480 or 720 × 576 frames DVD-era tooling expects, which is why "Video resolution" is worth setting deliberately.
Because an elementary stream is only one kind of data. MPEG-2 keeps video and audio in separate elementary streams and combines them in a program or transport stream at the multiplexing stage, which is exactly why authoring tools ask for them separately. In this case it is moot anyway: a drawing has no audio to encode. If you want a single file that already carries both, ODG to MP4 is the target to pick.
One stream holding each page as a successive still frame, in page order. The office stage exports every page to PDF and each page is rendered, so nothing is dropped and no splitting is needed. For separate pictures instead, an image target such as ODG to JPG returns one file per page.
720 × 480 for NTSC-region material and 720 × 576 for PAL-region material are the classic MPEG-2 DVD frame sizes; your authoring software will state which it wants. Enter them under "Video resolution" as an explicit Width x Height rather than leaving "Keep original", because the native render is a full page and far taller than any DVD frame.
.m2v open in a normal media player?Usually. VLC, mpv and anything else built on ffmpeg read a raw elementary stream without a container. Players that rely on container metadata for duration and seeking may behave oddly — that is inherent to elementary streams, not a fault in the file. If you need something that behaves like a normal video everywhere, convert to MP4 instead.
Only if you know why. The .m2v extension is a promise about the contents, and a downstream muxer or authoring tool will assume MPEG-2 video inside. The other codecs are there because the same encoder backs every video target on the site, not because they make sense under this filename.
No. Video streams have no alpha channel, so transparent areas 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. ODG to PNG is the target to use when transparency matters.
No. Rendering turns type into pixels, so nothing in the stream is selectable or searchable. Keep the original .odg as your editable master; if you need a portable file whose text is still text, ODG to PDF preserves it.
For new work, rarely — H.264 and newer codecs compress far better, and everything modern decodes them. MPEG-2 persists where the surrounding equipment does: DVD authoring, some broadcast contribution and playout chains, and archives that must stay consistent. Those are exactly the situations that ask for an .m2v, so if you were handed that requirement, MPEG-2 is the right answer to it.
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 stream it produced. Nothing is shared, published or reused, no account is required, and no watermark is applied. The ODG converter hub lists every other target for this source.