Initializing... drag & drop files here
Supports: ODD
This page walks you through turning an .odd image file into a playable .mp4 video on xconvert. .odd is an uncommon, ambiguous extension, so the guide also helps you confirm whether your file is the kind this converter can handle and what to do if it isn't.
An MP4 is a video container, so a single still picture has to be stretched across a span of time to become one. The converter holds your image on screen for the duration you set and encodes those frames as an H.264 video stream. That is why the Image Duration control exists — without it there is no clip length.
A few patterns worth knowing:
Under the hood, a still image is held for the chosen duration and encoded as an H.264 video stream (FFmpeg image-to-video guide), using the widely compatible yuv420p pixel format so the MP4 plays in browsers and mobile players. If you change the resolution, keep in mind that the H.264 encoder needs the output width and height to each be an even number (divisible by two), so an odd-sized frame is adjusted 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.yuv420p output is broadly supported, but very large frames can still exceed an old decoder's limits..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, the Text Encoding Initiative's "One Document Does It All" XML schema source, and 3D model/object data used by some game modding tools. Some converters also loosely label .odd as an OpenDocument drawing, but the OpenDocument standard (ISO/IEC 26300) actually uses .odg for drawings, not .odd (OpenDocument on Wikipedia). xconvert handles .odd as image data and builds an MP4 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. If your file is genuinely an OpenDocument drawing saved as .odg, use ODG to MP4; if it is a standard picture in another format, the all-format Image to MP4 accepts JPG, PNG, WebP, HEIC and more.
A video. The tool treats the .odd as a still image and encodes it into an MP4, 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.
Because a single still image has no movement to begin with. MP4 is a moving-video container, so the converter repeats your one frame for the chosen duration. To get changing visuals, upload several images and use the "Merge images" option so each plays in sequence.
Not officially. The OpenDocument standard (ISO/IEC 26300, first published 2006) defines .odg and .fodg for drawings — there is no standard .odd extension in that family. Some tools loosely call .odd an OpenDocument drawing, but the extension is reused by several unrelated programs, so it is not reliably any one format.
The MP4 output is encoded with H.264 (MPEG-4 AVC, standardized as ISO/IEC 14496-10), the most broadly compatible video codec — supported in roughly 98% of desktop and mobile browsers. The Quality Preset and Preset dropdown control the compression level; higher quality means a larger file.
Use the Image Duration control under Advanced Options. The total length equals the per-frame duration times the number of images. For one image set to 8 seconds you get an 8-second clip; merge three images at 5 seconds each for a 15-second slideshow.
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 small H.264 MP4 of just a few megabytes, since a static frame compresses efficiently.