Initializing... drag & drop files here
Supports: PSD
A .psd is Adobe Photoshop's working file — layers, masks, adjustment layers, editable type and transparency kept separate so you can keep editing. AVI is Microsoft's Audio Video Interleave container, a RIFF-based wrapper that shipped with Video for Windows in the early 1990s and is still what plenty of Windows-era editing and playback pipelines expect. Those two things have almost nothing in common, so this conversion does something specific: it flattens your PSD into one finished frame, holds that frame motionless for a duration you choose, and wraps the result as an AVI clip.
That means no motion, no audio, and no recoverable layers. This tutorial covers the four controls that change the outcome — Image Duration, Merge strategy, Background Color and Video Codec — plus the one rate-control trap on this page that catches almost everyone.
.psd onto the page or click "+ Add Files". Upload several if you want a slideshow — how they are combined is decided by the Merge strategy in step 3. .psb files are not accepted; flatten and re-save as .psd first..avi. No sign-up, no watermark.Several properties of an image-to-video conversion are fixed by the pipeline rather than chosen by you. We encoded a flattened PSD through this path and read the output back to confirm each one.
| Property | Value on this page |
|---|---|
| Frame rate | 1 frame per second |
| Clip length | The Image Duration you pick (5 s by default) |
| Frames written | Duration × 1 — a 5 s clip contains exactly 5 identical frames |
| Audio | None. The audio options are hidden entirely because a still image has no sound |
| B-frames | Disabled — useless between identical frames, and they add a start-time offset |
| Transparency | Composited onto the Background Color before encoding; video cannot store alpha |
| Letterbox bars | Filled with the same Background Color |
| Pre-processing | The PSD is rendered to a clean PNG first, capped at 4096 px on the long edge |
| Pixel format | yuv420p, for the widest player compatibility |
The transparency behaviour is worth pausing on, because PSD is an alpha-capable format and AVI is not. Every transparent pixel in your composite is filled with the Background Color — white unless you change it — and that happens before any scaling, so the fill is clean rather than fringed. If your design is meant to sit on a dark background, set Background Color to Black before converting rather than fixing it afterwards.
This is the part that surprises people. The File Compression group offers Quality Preset, Constant Quality and Constraint Quality — no bitrate or file-size modes, because an image source has no source bitrate to scale from. That same fact is what makes the default mode misleading:
| Codec choice on AVI | Rate control that actually works | Notes for a single still frame |
|---|---|---|
| MPEG-4 (default) | Constraint Quality, or Constant Quality read as 1–31 | Best all-round AVI compatibility; what most Windows players expect |
| Xvid / DivX | Same as MPEG-4 | Written into an AVI; both are MPEG-4 Part 2 variants |
| H.264 / H.265 | Quality Preset (maps to a real CRF) | Smallest files, but an unusual pairing with the AVI container |
| MJPEG | Constraint Quality | Every frame is a standalone JPEG — large, but decodes in almost any editor |
| HuffYUV | None — it is lossless | Pixel-exact and very large; useful as an intermediate, not for delivery |
| MPEG-1 / MPEG-2 | Resolution only | These discard quality-mode settings; changing resolution is the only lever |
.psd stores, not a Photoshop timeline. Export the animation from Photoshop as a video or an image sequence and convert that instead.If what you actually want is a picture, AVI is the wrong destination — you are wrapping a still in a desktop video container that will be larger than any image format and playable in fewer places. Keep it an image with PSD to PNG for transparency, PSD to JPG for a universal flat copy, or PSD to AVIF for the smallest modern web version. AVI genuinely makes sense only when a specific older editing timeline, capture tool or playback device demands that container — a title card or design slate dropped into an AVI-based project, for instance. If you need a still-as-video that plays on phones and in browsers, PSD to MP4 is the safer target, since no browser plays AVI at all.
Because a single Photoshop document flattens to exactly one composite image, and there is nothing in one image to animate. The conversion builds a video by repeating that frame for the duration you set: at the default 5 seconds you get a five-frame clip at 1 frame per second, and every frame is identical. We verified this by reading a finished conversion back — 5 frames, 5.000 seconds, one video stream and no audio stream. Uploading several different PSDs with Merge images selected gives you a plain fixed-duration slideshow, with no cross-fades or transitions.
They are flattened into the frame. A video picture is a flat raster image, so layer groups, masks, adjustment layers, blend modes, smart objects, vector shapes and live type are all composited into one rendering before encoding, and nothing about that is reversible from the AVI. Keep the original .psd as your master. Hidden layers are simply absent, because the conversion uses the composite the file already stores — turn them on and re-save with "Maximize Compatibility" enabled if something is missing.
White, unless you change it. AVI cannot store an alpha channel in any of the codecs on this page, so transparency has to be filled, and the Background Color control defaults to White for image sources. We confirmed the behaviour by converting a PSD with fully transparent corners and sampling the first frame of the output: the corner pixel measured pure white. The same colour fills any letterbox bars, so the fill and the bars always match. Twenty-five named colours are available if white is wrong for your design.
Leave MPEG-4 unless you have a reason not to — it is the container's default here and every mainstream Windows desktop player (VLC, Windows Media Player, MPC-HC) decodes it without extra software. AVI is a flexible RIFF container that can carry twenty-one different codecs on this page, but it predates modern ones, and pairing it with H.265 produces a file some tools will refuse. No web browser plays AVI at all, regardless of codec, so if the clip needs to work in a browser you want a different container.
For anything that will be shared, viewed on a phone or embedded on a page, MP4 is the better answer — it plays natively in browsers, on phones, on TVs and in every current editor, and it produces a smaller file for the same picture. Choose AVI only when a specific pipeline demands it: an older non-linear editor, a capture or broadcast tool with a fixed ingest format, or a device that lists AVI in its manual. If you are unsure, PSD to MP4 is the safer default.
Yes. Upload all of them, leave Merge strategy on Merge images, and each one is shown for the Image Duration you chose, in upload order, inside a single AVI. Choose Video per image instead if you want one separate AVI per PSD. There are no transitions, pans or cross-fades — each image simply replaces the previous one. Mixed aspect ratios are letterboxed with the Background Color, so either keep the canvases consistent or accept the bars.
The clip is exactly the Image Duration you select, and yes — the dropdown includes 1/60s, 1/30s, 1/24s, 0.1s, 0.2s, 0.3s and 0.5s alongside the whole-second values up to ten seconds. The very short options are useful when something downstream just needs a valid AVI wrapper around a frame rather than a watchable clip. Because the encode runs at 1 frame per second, whole-second durations map cleanly to whole numbers of frames.
Your .psd is uploaded over an encrypted connection, flattened and encoded on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. The practical size limit is upload time rather than anything about the format, though very large artwork will be scaled to 4096 px on its long edge before encoding regardless of how big the source was.