Initializing... drag & drop files here
Supports: ODG
.m2ts is the BDAV MPEG-2 transport stream — the file you find in the STREAM folder of a Blu-ray disc and on AVCHD camcorder cards. An .odg is an OpenDocument Graphics drawing: the shapes, connectors and text frames LibreOffice Draw and Apache OpenOffice Draw save as XML inside a ZIP. This tutorial walks through turning one into the other, which in practice means rendering the Draw document and holding each rendered page as a still frame in a silent transport stream. By the end you will know which of the three controls on this page actually matter, what a multi-page drawing produces, and when a disc-authoring tool is likely to reject the result.
.odg onto the page or click "+ Add Files". The whole Draw document is read, so a multi-page file needs no splitting..m2ts. 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 photo, so the conversion runs through the office pipeline rather than an image converter:
| 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 geometry |
| 2. Render | Each PDF page rasterised at 300 DPI | One full-colour image per drawing page |
| 3. Encode | ffmpeg encodes the renders into an MPEG-2 transport stream | A silent .m2ts holding each page as a still frame |
The render size therefore comes from the Draw page's physical dimensions rather than any pixel count stored in the file:
Transport streams destined for disc authoring are expected to be landscape broadcast frames. A portrait render is perfectly valid H.264 but sits well outside what a Blu-ray authoring tool will accept, so:
| Property | ODG (source) | M2TS (output) |
|---|---|---|
| Full name | OpenDocument Graphics (Drawing) | BDAV MPEG-2 transport stream |
| Standard | OASIS OpenDocument, ISO/IEC 26300; ODF 1.3 an OASIS Standard since 2021 | MPEG-2 systems transport stream, in the Blu-ray BDAV profile |
| Where you find it | LibreOffice Draw, Apache OpenOffice Draw | Blu-ray STREAM folders, AVCHD camcorder cards |
| Graphics model | Vector — resolution independent | Raster frames at a fixed size |
| Audio | None | None here — the source has no soundtrack |
| Editable afterwards | Yes | No — flattened to pixels |
| Native browser playback | No | No |
| Best for | Diagrams that must stay changeable | Disc authoring and camcorder-era workflows |
If your goal is simply to look at the drawing or send it to someone, a transport stream is the wrong deliverable and no setting on this page will fix that. ODG to PDF keeps the geometry as vectors and prints properly; ODG to JPG returns one picture per page. Password-protected or damaged Draw files will not render at all, since the office stage has to open the document before anything else can happen. And if a specific piece of disc-authoring software still refuses the output after you have matched its resolution and codec, the usual culprit is frame rate or bitrate structure, which is a job for a dedicated authoring pipeline rather than a general converter.
They are the same kind of stream under two names. Camcorders writing to AVCHD cards typically use .mts, while the files copied onto a Blu-ray disc carry .m2ts; both are BDAV MPEG-2 transport streams and ffmpeg-based players treat them identically. If a tool insists on one spelling, renaming the file is usually enough.
No, you get one transport stream holding each page as a successive still frame, in page order. Every page is rendered by the office stage, so nothing is lost and no splitting is required. If you want individual files, an image target such as ODG to JPG gives you one per page.
Because an OpenDocument drawing has no audio to encode. The container carries audio perfectly well on a real disc; there is simply nothing in the source to fill that track. Add narration or music afterwards in a video editor if the clip needs it.
H.264 for anything modern, MPEG-2 if you are matching an older DVD-era or broadcast pipeline that expects it. Both are standard transport-stream payloads. H.265 compresses better but is not what most disc tooling looks for, and MPEG-1, MPEG-4, Xvid and DivX are best treated as compatibility fallbacks for specific players that name them.
No. Browsers do not play MPEG-2 transport streams in a <video> tag, and no current phone opens one by double-tapping it. VLC, mpv and most desktop editors handle the file fine. If the clip has to reach a browser, a phone or a TV app, ODG to MP4 is the container that gets there.
No. Video has no alpha channel, so transparent regions are flattened onto an opaque background before encoding, and that same fill covers any bars left by an aspect-ratio mismatch. Use ODG to PNG when the transparency itself is what you need.
Not from the M2TS. Rendering turns objects into pixels, so there are no shapes, connectors or text frames left to move — keep the original .odg as the editable master. For a portable file that still carries real geometry and selectable text, ODG to PDF is the right target.
No. The Draw document is opened and rendered on our servers, so the conversion works on any operating system with no office suite present. LibreOffice Draw is still worth having if the drawing is yours and you need to change it — it is free on Windows, macOS and Linux.
Your .odg is uploaded over an encrypted connection, rendered and encoded on our servers, and deleted automatically a few hours later along with the stream it produced. Nothing is shared, published or reused, there is no sign-up, and no watermark is applied.