Initializing... drag & drop files here
Supports: ODG
Something downstream has asked for a .3gp and you have a LibreOffice Draw file. Before converting, know what the trade is: 3GP is the 3GPP multimedia container designed for GSM and UMTS handsets in the early 2000s, and it survives today mainly in device specifications and ingest rules that were written then and never revised. Your .odg will be rendered page by page and those renders held as frames in a silent clip. That part is the same whichever container you pick — so the real question this page answers is whether 3GP earns its place over ODG to MP4, which carries the same H.264 video everywhere.
| Property | 3GP (this page) | MP4 |
|---|---|---|
| Defined by | 3GPP, for GSM/UMTS mobile networks | ISO/IEC 14496-14, from the same ISO base media file format |
| Family | Same base container, different brand code in the header | The general-purpose member of the family |
| Codecs offered here | H.263, H.264 (selected), MPEG-4, Xvid | H.264 and the wider modern set |
Plays in a browser <video> tag |
Usually not | Yes, in Chrome, Firefox, Edge and Safari |
| Plays on a current phone | Often, but not guaranteed by name | Yes |
| Typical size for the same picture | Comparable — the codec decides, not the container | Comparable |
| Pick it when | A device, gateway or form explicitly names 3GP | Anything else |
The honest summary: the bytes inside are nearly the same, and the container is the only real difference. Choose 3GP when a specification names it; otherwise MP4 costs you nothing and gains you compatibility.
.3gp as its accepted upload format..odg; a video frame is flat pixels..3gp. 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 photo, so it goes 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 size and object positions |
| 2. Render | Each PDF page rasterised at 300 DPI | One full-colour image per drawing page |
| 3. Encode | ffmpeg builds a slideshow and muxes it into 3GP | A silent clip holding each page in turn |
The render size therefore follows the Draw page's physical dimensions — a US Letter page lands near 2550 × 3300 px, A4 near 2481 × 3507 px — which is why "Video resolution" matters so much on a mobile target.
Usually, but the name is not a guarantee. Current Android and iOS devices decode H.264 happily, and a .3gp holding H.264 generally plays; the risk is software that checks the container brand rather than the stream, or an old device with only an H.263 decoder. If the destination is a current phone rather than a specification from 2005, ODG to MP4 removes the guesswork entirely.
The standards body. 3GP is 3GPP's container for GSM and UMTS networks; 3G2 is 3GPP2's variant for CDMA2000, with a different brand code in the file header and a slightly different blessed codec list. Desktop players open both, but a device that names one may refuse the other. ODG to 3G2 is the sibling page if 3GPP2 is what you were asked for.
All of them, in page order. The office stage exports the whole document to PDF, every page is rendered, and the renders become successive held frames in one clip rather than separate files. If you want the pages as individual pictures instead, use an image target — those return one file per page.
Because a drawing has no audio to encode. The output is a video-only file; that comes from the source, not from the 3GP container, which can carry audio perfectly well. Add narration or music afterwards in a video editor if you need it.
Up to a point. The page is rendered at 300 DPI before any scaling, so there is real detail to work with, but choosing a frame much larger than the rendered page only enlarges pixels that already exist. Pick the resolution the destination actually plays at; for line art it is better to enlarge the page inside LibreOffice Draw and re-save than to upscale the video.
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 where the page's proportions do not match the frame. Use ODG to PNG if the transparent background is the point.
No. Once the page is rendered, type is pixels — nothing in the video can be selected, searched or restyled. Keep the .odg as your editable master and treat the clip as a disposable deliverable. If you need live text in a portable file, ODG to PDF keeps it as text.
Only 3GP is showing its age. OpenDocument is an actively maintained open standard published by OASIS and standardised as ISO/IEC 26300, with ODF 1.3 approved as an OASIS Standard in 2021, and Draw files open in LibreOffice, Apache OpenOffice and Collabora on every desktop platform. That asymmetry is worth remembering: you are converting from a living standard into a legacy one, so keep the original.
Your .odg is uploaded over an encrypted connection, rendered and encoded on our servers, and deleted automatically a few hours after the conversion, along with the clip it produced. No sign-up, no watermark, and nothing is shared or made public. For a large drawing the practical constraint is upload time rather than the number of pages.