Initializing... drag & drop files here
Supports: WMV
.amr file. Everything runs in your browser session — no sign-up, no watermark, and the source WMV never leaves your machine in plain view.WMV is a Microsoft container (ASF) that typically wraps a Windows Media Video stream alongside a Windows Media Audio (WMA) track. AMR — Adaptive Multi-Rate Narrowband — is a 3GPP speech codec adopted in October 1999, designed for the 200–3400 Hz telephony band and used by GSM/UMTS networks and most mobile voice-memo apps. Converting WMV to AMR throws away video and music fidelity on purpose: you get a tiny, mono, 8 kHz speech file built for archives, voicemail-style playback, or feeding into telephony tooling.
| Property | WMV (Windows Media Video) | AMR (AMR-NB) |
|---|---|---|
| Type | Video container (ASF) with WMA audio | Speech-only audio codec / file |
| Owner / standard | Microsoft; WMV 9 standardized as SMPTE 421M (VC-1) in March 2006 | 3GPP TS 26.071; adopted October 1999; IETF RFC 4867 |
| Typical bitrate | 500 kbit/s – 4 Mbit/s for 720p; WMA audio 64–192 kbit/s | 4.75 – 12.2 kbit/s, fixed 8 modes |
| Sample rate | 32 / 44.1 / 48 kHz audio | 8000 Hz only |
| Channels | Mono / stereo / 5.1 (WMA Pro) | Mono only |
| Frame / packetisation | ASF packets, variable size | 20 ms frames, 160 samples each |
| Frequency band | Full audible 20 Hz – 20 kHz | Narrowband 200 – 3400 Hz |
| File extension | .wmv |
.amr (3GPP storage format) |
| Best for | Screen recordings, legacy Windows streaming, slideshows | Voice memos, IVR, GSM/UMTS voicemail |
| Royalty status | Microsoft-licensed codec | Patent pool (Nokia, Ericsson, NTT, VoiceAge) |
| Mode | Bitrate | Quality | Size (per minute, mono speech) | When to use |
|---|---|---|---|---|
| AMR 4.75 | 4.75 kbit/s | Intelligible, slightly tinny | ~36 KB/min | Smallest voicemail, dictation archive |
| AMR 5.15 | 5.15 kbit/s | Telephone-grade | ~39 KB/min | Long-form podcast voice archive |
| AMR 5.90 | 5.90 kbit/s | Telephone-grade | ~44 KB/min | Default for many older feature phones |
| AMR 6.70 | 6.70 kbit/s | Clear speech | ~50 KB/min | PoC (Push-to-Talk) services |
| AMR 7.40 | 7.40 kbit/s | Toll-quality threshold | ~56 KB/min | First mode considered "toll quality" per 3GPP |
| AMR 7.95 | 7.95 kbit/s | Toll-quality | ~60 KB/min | Common IVR pre-recorded prompts |
| AMR 10.2 | 10.2 kbit/s | High toll-quality | ~77 KB/min | High-fidelity speech archives |
| AMR 12.2 | 12.2 kbit/s | Highest (= GSM-EFR) | ~92 KB/min | Default "Highest" preset; equivalent to GSM-EFR |
That's the AMR-NB specification, not a tool limitation. RFC 4867 and 3GPP TS 26.071 define AMR-NB as a single-channel 8 kHz codec with a fixed 200–3400 Hz passband and 20 ms frames of 160 samples. If you need 16 kHz wideband speech (AMR-WB / G.722.2), that's a separate codec — convert to that format instead, or use AAC/Opus if you want stereo and music fidelity.
No. AMR-NB throws away everything above ~3.4 kHz and is heavily tuned for the human glottal/voice model. Music, applause, and even sibilant "s" sounds in narration will sound muffled or warbly. If the WMV has music you want to keep, convert to MP3 or AAC instead — try WMV to MP3 or WMV to WAV for the lossless route.
The "Highest" Quality Preset selects 12.2 kbit/s, which is the top AMR-NB mode and matches GSM Enhanced Full Rate (GSM-EFR). It's the best AMR-NB can do; anything higher quality requires AMR-WB (up to 23.85 kbit/s, 16 kHz) or a different codec entirely.
A typical 1080p WMV at 4 Mbit/s holds ~30 MB per minute. AMR-NB at 12.2 kbit/s is roughly 92 KB per minute — about 330× smaller. The conversion drops the video stream entirely, downmixes to mono, downsamples to 8 kHz, and throws away the music band. That's the point of AMR: speech-only storage.
.amr output on iPhone or modern Android?Android plays .amr natively in the system media player. iPhone does not have first-party AMR playback in the Files app or stock players since iOS 11 dropped legacy codec support; you'll need VLC for iOS, a transcription app, or convert to M4A first. macOS Finder does not preview AMR either — QuickTime stopped bundling the AMR codec after macOS Snow Leopard.
For voicemail destined for a GSM/UMTS gateway or a Cisco / Avaya IVR, yes — AMR-NB is the lingua franca. For modern cloud transcription (Whisper, Google Speech-to-Text, AWS Transcribe), AMR is accepted but FLAC or 16 kHz WAV usually gives 5–15% lower word error rate because the recognizer keeps the higher frequencies. Use AMR when the downstream system demands it; otherwise pick a wideband container.
AMR-WB (G.722.2) handles 50–7000 Hz at 16 kHz sample rate with bitrates from 6.6 to 23.85 kbit/s. It's the codec behind VoLTE / HD Voice on most carriers since around 2014. Pick AMR-WB if you need clearer "s" and "f" sounds and the receiving system supports it; pick AMR-NB only if you must match legacy 2G/3G voicemail or a device that explicitly requires it.
Yes. Open Trim in Advanced Options and set a Start time (HH:MM:SS) and Duration. The conversion will extract only that window into AMR — no need to make an intermediate cut. For a finer cut after conversion, the Audio Cutter tool also reads AMR.
There's no per-account daily quota or watermark. Browser-side processing means very large WMV files are limited mainly by your device RAM. For multi-gigabyte source files (long screen recordings, conference captures), expect longer in-browser load times — chunk the source with a trim window if needed, or compress with Compress AMR after conversion to shrink existing AMR archives.