Initializing... drag & drop files here
Supports: XVID
.avi (occasionally .mkv) container — both are accepted. Batch uploads are supported.Xvid is a free, GPL-licensed implementation of MPEG-4 Part 2 Advanced Simple Profile, first released in 2001. It dominated peer-to-peer movie sharing for a decade and is almost always wrapped in an AVI container with an audio track in MP3, AC3, or PCM. M4A is the audio-only sibling of the MP4 container — same ISO base media file format, but with a .m4a extension Apple introduced to flag unencrypted AAC tracks for iTunes. Extracting a Xvid AVI's audio into M4A re-encodes the soundtrack as AAC and packages it where Apple software expects it.
.m4a straight into the Music app on macOS or iTunes on Windows; metadata, artwork, and gapless playback all work, unlike with .avi audio that iTunes won't index..m4r for use as a ringtone in iTunes/Finder sync.| Property | Xvid (AVI) | M4A |
|---|---|---|
| Type | Video codec in container | Audio-only file |
| Standard | MPEG-4 Part 2 ASP | MPEG-4 Part 14 (audio-only) |
| Container | AVI (Microsoft RIFF, 1992) | MP4 / ISO BMFF |
| Year released | 2001 (Xvid 0.9) | Container 2001;.m4a popularized by iTunes Store ~2003 |
| License | GPL (open source) | Patent-licensed (AAC); container royalty-free |
| Typical audio codec | MP3, AC3, PCM | AAC-LC; ALAC for .m4a lossless |
| iTunes / Apple Music import | No | Yes (native) |
| Hardware decode on iPhone | No | Yes |
| Native HTML5 audio support | No (audio/x-msvideo rare) |
Yes (audio/mp4) — Chrome, Edge, Safari, Firefox |
| Metadata (tags, artwork) | Limited (RIFF INFO) | Rich (iTunes MP4 atoms) |
| Streaming-friendly | Poor (index at end) | Yes (moov atom can be at front) |
| Use case | Bitrate mode | Target | Notes |
|---|---|---|---|
| iTunes-store equivalent | Constant Bitrate | 256 kbps stereo | Matches Apple's own iTunes Plus encoding |
| Apple Music streaming match | Constant Bitrate | 256 kbps stereo | Apple Music streams AAC 256 kbps |
| Music archive / general listening | Quality Preset | Highest or Very High (VBR) | Saves space on quiet passages |
| Podcasts and audiobooks (voice) | Constant Bitrate | 64-96 kbps mono | Mono halves size; voice doesn't need stereo |
| Phone storage / commute playlist | Constant Bitrate | 128 kbps stereo | Roughly equals MP3 192 kbps perceptually |
| iPhone ringtone source | Quality Preset | High; trim to 30 s | Rename .m4a to .m4r for ringtone slot |
| Lecture / spoken-word recording | Constant Bitrate | 48 kbps mono | Smallest tier still intelligible for speech |
Xvid only encodes video; the audio is whatever the muxer wrote — most commonly MP3 (CBR or VBR) on older rips, AC3 (Dolby Digital, often 5.1) on DVD rips, and occasionally PCM. Going from MP3 or AC3 to AAC is a transcode (lossy → lossy), so each generation loses a little fidelity. For listening on Apple devices the loss is usually inaudible at 192 kbps or higher; if you have an MP3 source and want zero re-encoding loss, Xvid to MP3 keeps the MP3 stream as-is.
Yes. M4A is the same MPEG-4 container the iTunes Store uses for its own downloads. Drop the file into the Music app (macOS) or iTunes (Windows) and it imports immediately, with full support for ID3-style tags written into MP4 metadata atoms — title, artist, album, year, artwork, track number, and gapless playback flags. Files purchased from the iTunes Store after 2009 use the same .m4a extension and unencrypted AAC.
M4A (AAC) is the better technical choice — smaller files, better quality at the same bitrate, and native iPhone/iPad/Apple Watch playback. MP3 is the better compatibility choice — every car stereo, USB-stick player, smart TV, and ancient device made since 1995 plays it. If your destination is iTunes, Apple Music, or any Apple device, pick M4A. If you don't know what device will play it, pick MP3.
Not into M4A directly — AAC is a different codec from MP3 or AC3, so any conversion involves a re-encode. If your goal is bit-exact preservation, extract to lossless WAV or FLAC instead. If you specifically need an M4A wrapper without quality loss, the only true lossless route is ALAC, which produces files roughly 50-60% the size of WAV.
AAC uses more advanced psychoacoustic modeling than MP3 — better masking, temporal noise shaping, and more efficient stereo coding. Public listening tests have consistently shown AAC at 128 kbps roughly matches MP3 at 160-192 kbps, and AAC at 256 kbps roughly matches MP3 at 320 kbps. That's why Apple ships 256 kbps AAC as its highest tier rather than 320 kbps MP3.
Yes. Use the Trim control to set a start time (HH:MM:SS.MS) and duration. The conversion only encodes the segment you specify, so a 4-minute clip processes in a few seconds even if the source .avi is 1.5 GB. For repeated cutting on a single file, Audio Cutter lets you mark multiple segments after the initial extraction.
M4A files in the wild are almost universally 2-channel AAC-LC because that's what iTunes and the iPhone audio routing assume. The converter downmixes 5.1 (L, R, C, LFE, Ls, Rs) to stereo using ITU-R BS.775 coefficients (centre channel mixed equally into L and R, surrounds reduced ~3 dB). If you need to preserve discrete 5.1 audio for a home-theatre workflow, extract to AC3 directly with Xvid to AC3 — the M4A path will not preserve discrete surround.
The single-file cap on the free tier is shown in the upload panel (typically a few hundred MB; sign-in raises it). Files are processed in an isolated session, never indexed, and cleared automatically on a short retention window. There is no watermark, no audio insert, and no requirement to create an account for normal-sized rips.
If you want video+audio to remain joined, the right target is an MP4: see Xvid to MP4, which keeps the H.264 video and AAC audio together in one file. M4A is audio-only by design — Apple's .m4v extension exists for video-bearing MPEG-4 files but is not a standard browser audio target.