Initializing... drag & drop files here
Supports: ODD
This page walks you through turning an .odd file into a playable .mkv (Matroska) video on xconvert. .odd is an uncommon, ambiguous extension that several unrelated programs reuse, so the guide first helps you confirm whether your file is the kind this tool can handle — then shows how to build the MKV and what to do if your file is something else entirely.
MKV is a video container, so a single still picture has to be stretched across a span of time to become a clip. The converter holds your image on screen for the duration you set and encodes those frames into the MKV. By default the MKV video stream is encoded with H.264, the codec that plays on the widest range of software players; you can change it under Video Codec if you prefer something else.
A few patterns worth knowing:
Because the source is a still image, there is no audio to carry over, so the output MKV is video-only. Matroska is unusually flexible here — it is a royalty-free open container that can hold an unlimited number of video, audio, picture, and subtitle tracks plus chapters (Matroska on Wikipedia) — but a picture-to-video conversion simply produces one video track. If you change the resolution, note that H.264 encoders prefer even width and height (each divisible by two), so an odd-sized frame is nudged to the nearest even dimension.
.odd may not be an image at all. The extension is reused by several unrelated programs (see "When This Doesn't Work" below). Open the file's actual contents first; if it isn't a picture, this image-to-video tool can't process it..odd is not a single defined image standard — it is an ambiguous extension that different applications have reused. Reported meanings include data files from some Coby voice recorders (their bundled Voice Manager software exports audio to WAV), the Text Encoding Initiative's "One Document Does it All" XML schema source, and 3D model/object data used by some GTA V mod tools (handled with OpenIV). Some converters also loosely label .odd as an OpenDocument drawing, but the OpenDocument standard (ISO/IEC 26300, first published as an ISO standard in 2006) actually uses .odg for drawings, not .odd (OpenDocument on Wikipedia). xconvert handles .odd as image data and builds an MKV from it, so it works when the file really is a picture. If your file is an audio recording, an XML schema, or game data, an image-to-video converter is the wrong tool — open it in the program that created it instead. If your file is genuinely an OpenDocument drawing saved as .odg, use ODG to MKV; if it is a standard picture in another format, the all-format Image to MKV accepts JPG, PNG, WebP, HEIC and more.
A video. The tool treats the .odd as a still image and encodes it into an MKV, holding the picture on screen for the Image Duration you choose. A single image becomes a static clip; multiple merged images become a short slideshow. If your .odd is not a picture — for example a voice recording or an XML schema — there is nothing to render and the conversion will fail or come out blank.
No. The OpenDocument standard (ISO/IEC 26300, first published as an ISO standard in 2006) defines .odg and .fodg for drawings, .odt for text, .ods for spreadsheets, and .odp for presentations — there is no .odd in that family. Some tools loosely call .odd an "OpenDocument drawing," but that is a mislabel; the extension is actually reused by several unrelated programs. If you meant a LibreOffice or OpenOffice drawing, use ODG to MKV instead.
Because the source is a still image, there is nothing to put on an audio track, so the output is video-only. This is expected for any image-to-video conversion — the picture is held on screen for the duration you set and encoded as a single silent video track. MKV can carry audio and subtitle tracks when the source has them, but a converted picture does not.
By default the MKV video stream is encoded with H.264, which plays in the widest range of desktop players. MKV is an open container that accepts many codecs, so under the Video Codec control in Advanced Options you can switch to H.265 (HEVC), VP9, AV1, MPEG-4 and others if a specific player or workflow needs them.
Matroska is not natively supported by web browsers, and many phones do not open it without an extra app — this is a known limitation of the container, not a problem with the file. Desktop players such as VLC open MKV directly. If you need broad playback on phones and in browsers, convert to ODD to MP4 instead — an MP4 with H.264 video plays on essentially every current device and browser.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public. In our testing, a single 1920x1080 image set to a 10-second duration produced a modest H.264 MKV of only a few megabytes, since a static frame compresses efficiently.