PSD to AVI Converter

Convert PSD files to AVI format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: PSD

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 PSD to AVI: What This Tutorial Covers

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.

How to Convert PSD to AVI

  1. Upload Your PSD File: Drag and drop the .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.
  2. Set the Image Duration: Under Image Duration, pick how long the single flattened frame is held. The dropdown runs from single-frame values (1/60s, 1/30s, 1/24s) through fractions of a second up to 10 seconds per frame, and 5 seconds per frame is applied by default. For one PSD this is simply the length of the finished clip.
  3. Pick Merge Strategy, Background Color, Codec and Resolution: Merge strategy starts on Merge images, which joins every uploaded PSD into one clip in upload order; switch it to Video per image to get a separate AVI per file. Background Color defaults to White and fills both the transparent areas of your artwork and any letterbox bars — the dropdown carries Black, White and 23 other named colours. Video Codec defaults to MPEG-4 with twenty other choices available, and Video resolution starts on Keep original.
  4. Convert and Download: Click Convert and save the .avi. No sign-up, no watermark.

What the Finished Clip Actually Contains

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.

Walk-through: Getting Rate Control Right on AVI

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:

  • Quality Preset does nothing useful on the default MPEG-4 codec. The preset works by scaling the source's bitrate, and a still image reports a bitrate of zero, so every rung from Highest to Lowest collapses to the same floor value. The preset is not broken — it simply has nothing to scale.
  • Constant Quality is labelled "CRF" but is really a qscale. On MPEG-4, Xvid, DivX, MPEG-1, WMV and the other non-CRF codecs, the number you type is passed to the encoder as a 1–31 quantiser scale where lower is better. If you type a CRF-style value in the low twenties expecting good quality, you will get the opposite. Values around 2–5 are high quality; the high twenties are heavily compressed.
  • Constraint Quality is the mode to reach for on MPEG-4. It pairs the same quality number with a Max bitrate ceiling in bps / Kbps / Mbps, which gives you a predictable cap on the finished file.
  • Or change the codec so the preset starts working. Switch Video Codec to H.264 or H.265 and the Quality Preset maps to a real CRF value, which is the simplest way to get a quality slider that behaves the way you expect. The trade-off is compatibility: H.264 inside AVI plays fine in VLC and mpv but confuses some legacy AVI tooling.
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

Common Errors and How to Fix Them

  • "The video doesn't move" — correct and unavoidable. One PSD flattens to one image, and motion requires frames that differ. Holding a single frame for a duration is the whole of what a still-to-video conversion can do.
  • "My Photoshop frame animation didn't export" — the conversion reads the flattened composite the .psd stores, not a Photoshop timeline. Export the animation from Photoshop as a video or an image sequence and convert that instead.
  • "Changing the Quality Preset made no difference to the file size" — expected on MPEG-4 with a still source. Use Constraint Quality with a Max bitrate, or switch the codec to H.264 so the preset has a CRF to set.
  • "There's no sound" — by design. The audio options are hidden on this page because there is no audio in a PSD. Add a track afterwards in a video editor.
  • "My artwork has white bars around it" — your aspect ratio does not match the chosen video resolution, so the empty area is filled with the Background Color. Set Video resolution to Keep original to match the PSD exactly, or change the colour.
  • "My huge print PSD came out smaller than expected" — the image is normalised to a maximum of 4096 px on its long edge before encoding, because that is the largest size the still-image input path handles reliably. A 300 ppi poster will be scaled down to fit.

When This Doesn't Work

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.

Frequently Asked Questions

Why is my PSD to AVI result a motionless still frame?

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.

What happened to my layers and editable text?

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.

What colour do my transparent areas become?

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.

Which codec should I leave selected, and will the AVI play on my computer?

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.

Should I convert to AVI at all, or use MP4?

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.

Can I make a slideshow from several Photoshop files?

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.

How long is the clip, and can I make it shorter than a second?

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.

How is my file handled while it converts?

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.

Rate PSD to AVI Converter Tool

Rating: 4.8 / 5 - 106 reviews