ODG to M2TS Converter

Convert ODG files to M2TS format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: ODG

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
Merge strategy
Select Merge images to combine all uploaded files into a single video. Use Video per image to create a separate video for each individual file.
Image Duration
Duration
How long each still image is held on screen. This applies to static images — including a static WebP, AVIF or HEIC. It is ignored for animated sources, which keep their own frame timing: GIF, APNG, and an animated WebP, AVIF or HEIC.
Background Color
Background Color
File Compression
Preset
Video resolution

Convert ODG to M2TS: What This Tutorial Covers

.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.

How to Convert ODG to M2TS

  1. Upload Your ODG File: Drag the .odg onto the page or click "+ Add Files". The whole Draw document is read, so a multi-page file needs no splitting.
  2. Pick a Video Codec: "Video Codec" offers H.264 (preselected), H.265, MPEG-1, MPEG-2, MPEG-4, Xvid and DivX. H.264 and MPEG-2 are the two that Blu-ray and AVCHD equipment is built around; the others are valid transport-stream payloads but far less likely to be accepted by disc tooling.
  3. Set File Compression and Video resolution: "File Compression" opens on "Quality Preset" at "Very High (Recommended)", with Constant Quality and Constraint Quality for driving a quantizer and capping the bitrate. Set "Video resolution" to 1080p or 720p rather than leaving it on "Keep original" — the reason is in the walk-through below.
  4. Convert and Download: Click "Convert" and save the .m2ts. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.

Walk-through: Why "Keep Original" Is Usually the Wrong Choice Here

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:

  • US Letter, 8.5 × 11 in → roughly 2550 × 3300 px, portrait
  • A4, 8.27 × 11.69 in → roughly 2481 × 3507 px, portrait
  • A 16:9 Draw page of 10 × 5.63 in → roughly 3000 × 1689 px, landscape

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:

  • Authoring a disc or feeding AVCHD software: set 1080p (or 720p), and pick H.264 or MPEG-2.
  • Just need a transport stream a player will open: any resolution works; VLC and mpv do not care.
  • Portrait drawing you want to fill the frame: change the page to a landscape size inside LibreOffice Draw and re-save before converting, rather than letting the encoder pad the sides.

Common Errors and How to Fix Them

  • "My authoring tool rejects the file" — Almost always the frame size or codec. Re-convert at 1080p or 720p with H.264 or MPEG-2 selected; the tool's own documentation will list the exact resolutions and frame rates it accepts.
  • "The clip is very tall and thin" — "Video resolution" was left on "Keep original" and the drawing is a portrait page. Pick a preset resolution instead.
  • "There is a border around my drawing" — The page's proportions do not match the frame you chose, so the gap is filled rather than the picture stretched. Choose a resolution closer to the drawing's own aspect ratio, or change the page size in Draw.
  • "The file has no sound" — Expected. A drawing carries no audio, so nothing is encoded into the audio track.
  • "Small text is unreadable" — The page was scaled down too far. A full page of A4 detail does not survive being squeezed into 480p; raise the resolution or simplify the drawing.

ODG and M2TS Compared

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

When This Doesn't Work

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.

Frequently Asked Questions

Is M2TS the same as MTS?

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.

My drawing has several pages — do I get one file per page?

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.

Why is my M2TS silent?

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.

Which codec should I choose?

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.

Will the M2TS play in a browser?

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.

Does the transparent background in my drawing survive?

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.

Can I edit the drawing after converting it?

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.

Do I need LibreOffice installed for this to work?

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.

How are my uploaded files handled?

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.

Rate ODG to M2TS Converter Tool

Rating: 4.8 / 5 - 47 reviews