Initializing... drag & drop files here
Supports: XVID
Xvid is an open-source MPEG-4 Part 2 ASP video codec released in 2001 and licensed under the GPL — almost always wrapped in an .avi container, occasionally MKV. AMR (Adaptive Multi-Rate) is a 3GPP speech codec adopted in October 1999 for GSM and UMTS networks; it encodes voice in 20 ms frames at narrowband (AMR-NB, 8 kHz sample rate, 300-3400 Hz speech bandwidth) or wideband (AMR-WB / ITU-T G.722.2, 16 kHz sample rate, 50-7000 Hz bandwidth, standardized 2002). Pulling the audio track out of a legacy Xvid file into AMR shrinks a one-minute clip to roughly 50-100 KB at 12.2 kbps — small enough for MMS attachments, embedded systems, and feature-phone storage.
| Property | Xvid (in AVI) | AMR-NB | AMR-WB |
|---|---|---|---|
| Type | Video codec (MPEG-4 Part 2 ASP) | Speech audio codec | Speech audio codec |
| Standard / body | ISO/IEC 14496-2 | 3GPP TS 26.071 (1999) | 3GPP TS 26.171 / ITU-T G.722.2 (2002) |
| Sample rate | n/a (video) | 8 kHz | 16 kHz |
| Audio bandwidth | n/a | 300-3400 Hz | 50-7000 Hz |
| Bitrate range | ~700 kbps - 2 Mbps typical (video) | 4.75-12.2 kbps (8 modes) | 6.60-23.85 kbps (9 modes) |
| Channels | n/a | Mono only | Mono only |
| Frame length | varies | 20 ms | 20 ms |
| File extension | .avi (or .mkv) | .amr (or .3ga) | .amr / .awb |
| Best for | Standard-def video archives | MMS, voicemail, GSM voice | HD voice (VoLTE early deployments), wideband speech |
| Mode | Codec | Bitrate | Best for | ~Size per minute |
|---|---|---|---|---|
| AMR-NB 4.75 | Narrowband | 4.75 kbps | Tiniest archive of audible speech | ~36 KB |
| AMR-NB 7.40 | Narrowband | 7.40 kbps | Telephony / IVR replay | ~56 KB |
| AMR-NB 12.2 | Narrowband | 12.2 kbps | MMS attachments, ringtones (top NB quality) | ~92 KB |
| AMR-WB 12.65 | Wideband | 12.65 kbps | Default HD-voice mode (3GPP) | ~95 KB |
| AMR-WB 23.85 | Wideband | 23.85 kbps | Highest-fidelity AMR speech | ~180 KB |
Set Audio Sample Rate to 8000 Hz to produce AMR-NB (the original 1999 narrowband codec used in 2G/3G voice and MMS). Set it to 16000 Hz to produce AMR-WB, which is ITU-T G.722.2 — the wideband variant deployed for HD voice starting with carriers like Orange France (2010) and T-Mobile US (Jan 2013). The same .amr extension covers both, but decoders detect which by reading the magic header.
AMR is a speech codec and is mono-only at the standard level — there is no stereo AMR. Both channels get downmixed to a single mono track during conversion. If you need stereo, pick a different audio target like Xvid to MP3 or Xvid to AAC.
Just voice. AMR was designed for the 300-3400 Hz (NB) or 50-7000 Hz (WB) human-speech band and uses ACELP linear-prediction modeling that's tuned for vocal-tract sounds. Music — drums, cymbals, harmonics above 7 kHz — gets aggressively distorted. Use Xvid to MP3, Xvid to WAV, or AAC for music.
AMR-NB 4.75 kbps is the lowest mode and remains intelligible for clean speech, though it has noticeable artifacts on consonants. For a balance between size and clarity in voice-memo workflows, 7.40 kbps is the typical sweet spot; 12.2 kbps (the top AMR-NB mode) is what most MMS implementations actually default to.
Android plays AMR-NB and AMR-WB natively — it's part of the AOSP media framework and was originally one of Android's required codecs. iOS does not include native AMR playback in default apps; you'll need VLC for iOS, an AMR-aware player, or you should pick a different output like AAC. Desktop: VLC plays AMR everywhere; Windows Media Player and Apple Music do not without third-party codecs.
Open Trim and set Start Time to the beginning of the hook and Duration to 5-30 seconds (most older phones cap ringtones around 100 KB or 30 seconds). Pick Constant Bitrate AMR-NB 12.2 kbps, mono, 8000 Hz. The output should land well under the 100 KB cap. Rename it to .mp3 only if your specific handset rejects .amr — most Nokia, Samsung, and Sony Ericsson feature phones from the 2005-2012 era accept .amr directly.
No. Both AMR-NB and AMR-WB are covered by patent pools (administered by VoiceAge for AMR-NB). Decoder use is generally free for personal computers; encoder use in commercial products carries per-unit licensing fees. For this online conversion, the licensing is handled server-side and there's no per-file cost to you.
The page accepts any AVI; the audio-extraction path doesn't care which video codec is inside, since only the audio track is being re-encoded to AMR. If your file is actually DivX, MPEG-2, or H.264 in an AVI wrapper, the conversion still works. For a more accurate landing page, see AVI to AMR.
Yes — use Trim to limit the output to the segment you want. If you need finer control over multiple cuts or want to scrub a waveform, use the dedicated Audio Cutter tool on an extracted track, or compress an existing AMR further if it's already in AMR.