How to Convert MP4 to AVI Online Free

Learn how to convert MP4 to AVI online, including compatibility, quality, file-size tradeoffs, and common troubleshooting tips.

Convert a modern MP4 into the older AVI container for an old player or device. No upload, no sign-up, no watermark.

How to Convert MP4 to AVI Online Free

Convert MP4 videos to AVI format for compatibility with older software and legacy systems that require AVI.

Last updated:

ConvertMP4 to AVI
DirectionModern to legacy
You loseExtra tracks, subtitles
WhereIn your browser

This one goes against the grain. MP4 is the modern, universally playable container, and AVI is the older, more limited one. Almost every reason to convert video points toward MP4, not away from it. The single justification for MP4 to AVI is a specific legacy target: an old media player, an aging editing suite, a hardware device from years ago, or a piece of software that was written before MP4 existed and only accepts AVI.

Because you are moving from a capable container to a basic one, this guide is mostly about what you will lose, why the picture usually has to be re-encoded to fit, and how to decide whether AVI is truly what your target needs or whether a better format would serve. Going in with clear expectations is what keeps this backward step from producing a disappointing file.

A conversion you rarely need

If nothing in your workflow demands AVI, do not do this. You will end up with a larger, less compatible file that most current devices open worse than the original MP4. Keep the MP4, or if you need more flexibility for archiving with multiple tracks, convert to MKV instead. Reserve AVI for the exact situation where an old device or a specific program leaves you no other option, which is genuinely the only time it is the right answer.

It helps to be honest about why this request comes up at all, because the reason usually points to the best solution. Most people who look for MP4 to AVI are not choosing AVI on its merits; they hit a wall where something old refuses their MP4 and AVI is the format it names. A camcorder-era editing program, a DVD-authoring tool from the 2000s, a hardware media box under a television, or an industrial display that was configured a decade ago and never updated: these are the real drivers. In each case the honest question is not "how do I make an AVI" but "what exact codec and settings does this specific device accept," because AVI alone does not guarantee playback. An AVI wrapped around a codec the device cannot decode is just as useless as the MP4 it rejected. That is why this guide keeps returning to the target device: it, not the container name, decides whether the file will actually play.

Two containers, decades apart

The gap between these formats is a gap in eras. AVI, short for Audio Video Interleaved, was introduced by Microsoft in 1992 as part of its Video for Windows technology, and it is built on the older RIFF chunk structure that also underlies WAV audio.[3] It was a landmark format for its time, but it was designed around the assumptions of early-1990s multimedia: one video stream, one audio stream, and simple interleaving of the two so a slow drive could read them together.[4] It has no native concept of the modern niceties that came later, such as multiple selectable audio languages, soft subtitles carried inside the file, or efficient streaming indexes.

MP4, built on the ISO base media file format roughly a decade later, was designed for exactly those things.[2] It carries modern codecs like H.264 and H.265 efficiently, supports multiple audio and subtitle tracks, and includes a clean index for instant seeking.[1] Converting MP4 to AVI therefore means stepping down from a container that anticipates all of that to one that anticipates almost none of it, which is why the conversion is defined by what gets left behind.

What changes when MP4 becomes AVI

AVI predates a lot of what MP4 takes for granted, so several things simply do not survive the trip.

In your MP4In the AVI
H.265 videoNot supported, must be re-encoded
Multiple audio tracksOnly one is kept
Embedded subtitlesDropped
Efficient compressionOften larger file for the same quality
Heads up

Expect the AVI to be larger than the MP4, especially if a re-encode into an older codec is required. AVI is not built for efficient modern compression.

The reasons trace directly back to AVI's age. Its single-audio-stream heritage means multi-language files must lose all but one track. Its lack of a native soft-subtitle mechanism means any subtitles carried inside the MP4 are simply dropped, and if you need them at all you must burn them permanently into the picture during a re-encode. And because AVI cannot hold the efficient modern codecs, the same footage stored in an AVI-friendly older codec needs a higher bit rate to look equally good, which is why the file grows. None of these are bugs in the converter; they are the honest limits of a format designed before any of these features existed.

How the conversion works under the hood

Whether this conversion is a quick repackage or a full re-encode depends entirely on what codec sits inside your MP4, and the converter decides that in the first moment. It reads the video stream and asks a simple question: can AVI legally and practically carry this codec, and will the target device understand it? If the answer is yes, the tool can remux, copying the compressed frames straight into an AVI wrapper with only the container changing, which is fast and lossless.

More often, though, the answer is no. AVI has no standard way to store H.265, and many old AVI-only devices do not even understand H.264, so the converter must re-encode: it decodes the MP4 video back to raw frames, then compresses them again into a codec the AVI target accepts, historically something like MPEG-4 Part 2 (the old DivX and Xvid family) or even motion JPEG for the most stubborn hardware. That re-encode is slower and introduces a small generation loss, and because the old codecs are far less efficient than H.264, the resulting file is usually larger than the MP4 you started with despite looking no better. This decode-and-recompress step is the heart of a typical MP4-to-AVI job.

Convert MP4 to AVI, step by step

  1. Open the converter and add your MP4

    Open the FileFormer video converter and drop your MP4 in. Everything runs on your own device, so the file is never uploaded.

  2. Choose AVI as the output

    Select AVI, accepting that it keeps a single audio track and no embedded subtitles.

  3. Expect a re-encode for H.265

    If the MP4 holds H.265, AVI cannot store it, so the video is re-encoded to an older codec, which takes time and costs a little quality.

  4. Convert and download

    Export the AVI and test it on the device that required it.

Codec compatibility decides the speed

Whether this conversion is quick depends on what is inside the MP4. If it holds an older H.264 stream that your AVI target can accept, the streams may be copied across with only the container changing, which is fast and lossless. If it holds H.265, AVI has no way to store it, so every frame is decoded and re-encoded into a codec AVI supports. That is slower and slightly lossy. In practice, because AVI targets are old devices, you often need a codec that specific device understands anyway, which usually means a re-encode regardless of what the MP4 held.

The codec you re-encode to matters as much as the container. The classic AVI video codecs are the MPEG-4 Part 2 family, marketed for years as DivX and Xvid, which many standalone players and older set-top boxes were built to decode. For the most limited hardware, an even simpler codec such as motion JPEG, where each frame is stored as an independent still image, guarantees playback at the cost of a very large file. Choosing the right one is entirely about matching the exact device you are targeting: the correct codec is whatever that device's documentation names, not simply the newest one available. Picking a codec the target cannot decode produces a file that opens to a black screen even though the conversion technically succeeded.

AspectRemux (rare here)Re-encode (usual here)
When it happensH.264 the target acceptsH.265 source, or old device needs an older codec
SpeedFastSlower, works the device hard
QualityIdentical to sourceSmall generation loss
File sizeSimilarUsually larger than the MP4

There is one more speed factor beyond the codec: whether the audio also needs converting. AVI's simple interleaving works best with a single, straightforward audio stream, so a modern MP4 carrying several audio tracks or a codec the AVI target does not recognize will have its audio re-encoded and reduced to one track. On old hardware, the safest audio choice is often plain MP3 or uncompressed PCM, whichever the device documents, because those are the audio formats the AVI era assumed. Getting the audio codec wrong is a common cause of an AVI that shows a picture but plays no sound, so it is worth matching as carefully as the video.

Real-world scenarios and the right call

Because MP4 to AVI is a niche conversion, the right move depends heavily on the exact reason you were asked for AVI. A few common cases:

ScenarioRecommended approach
An old hardware media player that only lists AVIRe-encode to the specific codec that player's manual names, usually MPEG-4 Part 2.
A legacy video editor that imports AVI onlyConvert, but consider whether a newer editor would save you the quality loss entirely.
An embedded or industrial deviceMatch the exact codec and resolution the device documents; anything else may not play.
Someone simply asked for AVI out of habitCheck whether they actually need it; MP4 usually plays fine and looks better.
You want multiple audio tracks preservedDo not use AVI; use MKV, which keeps every track losslessly.

Better alternatives to weigh first

Before committing to AVI, it is worth confirming it is really the format your target needs, because two alternatives are better in almost every other case. If the goal is a flexible archive that keeps several audio languages, subtitles, and chapters, MKV is the right container: it is modern, lossless when remuxing, and vastly more capable than AVI. And if the goal is simply broad playback, the MP4 you already have is the most compatible video file in existence, so converting away from it only reduces where it will play.

Reach for AVI only when a specific, named piece of hardware or software will accept nothing else. In that one situation it is the correct choice, and the guidance above helps you produce a file that device will actually play. In every other situation, keeping the MP4 or moving to MKV leaves you with a better file.

It is also worth thinking about permanence. AVI files you create for an old device are best treated as disposable copies rather than masters: keep the original MP4 as your good version, and generate the AVI only for the machine that needs it. Because the AVI path usually re-encodes and loses a little quality, an AVI is a poor thing to archive, and re-converting it later would stack a second generation of loss on top of the first. Hold the MP4, make the AVI when required, and discard it when the old device is finally retired. That way the backward step never contaminates the copy you actually care about.

Convert your MP4 to AVI now

Make a file an old player can read, all in your browser with nothing uploaded.

Open the video converter

Key takeaways

  • MP4 to AVI is a step down to a 1990s container, worth doing only for a legacy target that demands AVI.
  • AVI keeps one audio track and drops subtitles, and the file is often larger than the MP4.
  • An H.264 source may remux; H.265 or an old device forces a slower, slightly lossy re-encode.
  • If nothing specifically requires AVI, keep the MP4 or use MKV instead.

References

  1. MPEG-4 / MP4 File Format - Library of Congress
  2. ISO/IEC 14496-14:2020 (MP4 file format) - ISO
  3. AVI (Audio Video Interleaved) - Library of Congress
  4. AVI RIFF File Reference - Microsoft Learn