Initializing... drag & drop files here
Supports: MPG, MPEG
AMR is a speech codec, not a music codec. It was standardised by ETSI for GSM and later adopted by 3GPP as the mandatory codec for 3G cellular systems, and everything about it is tuned for one thing: carrying a human voice down a narrow radio channel. Extracting the audio from a .mpg or .mpeg video into AMR is the right call when the content is talking and the destination is a phone, a voice-note workflow, or an embedded device that only reads .amr. If the content is music, a film soundtrack, or anything you plan to listen to properly, convert to MPG to MP3 instead — AMR will destroy it, by design.
| Property | AMR (AMR-NB) | MP3 | AAC | WAV |
|---|---|---|---|---|
| Designed for | Narrowband speech over cellular | General-purpose audio | General-purpose audio | Uncompressed storage |
| Sample rate | Fixed 8 kHz | 8-48 kHz | 8-96 kHz | Any |
| Channels | Mono only | Mono or stereo | Mono, stereo, multichannel | Any |
| Bit rates | Eight modes from 4.75 to 12.2 kbit/s | 32-320 kbit/s | 32-512 kbit/s and up | ~1.4 Mbit/s at CD rate |
| Audible ceiling | Telephone quality — roughly 300-3400 Hz of usable band | Near-transparent at higher rates | Near-transparent at moderate rates | Exact |
| Size for one minute | Around 96 KB | Around 1 MB at 128 kbit/s | Around 1 MB at 128 kbit/s | Around 10 MB |
| Handles music well | No | Yes | Yes | Yes |
| Opens on a desktop | Needs VLC or similar | Everywhere | Everywhere | Everywhere |
The size column is the whole argument for AMR: an hour of speech is a handful of megabytes. The sample-rate column is the whole argument against it for anything else — an 8 kHz sample rate cannot represent anything above 4 kHz, which removes most of what makes music sound like music.
.amr — some handsets, voice recorders, and telephony platforms accept nothing else..mpg or .mpeg video, or click "+ Add Files". The video track is discarded; only the audio is extracted and re-encoded.| AMR Narrow Band (AMR-NB) | AMR Wide Band (AMR-WB) | |
|---|---|---|
| Sample rate | 8 kHz, fixed | 16 kHz, fixed |
| Bit rates | 4.75, 5.15, 5.90, 6.70, 7.40, 7.95, 10.2 and 12.2 kbit/s | Nine modes from 6.6 to 23.85 kbit/s |
| Frame length | 20 ms | 20 ms |
| Sounds like | A phone call | HD Voice — clearly better on consonants and sibilance |
| Channels | Mono | Mono |
| File signature | #!AMR |
#!AMR-WB |
| Choose it when | Maximum compatibility with older handsets and voice systems | The recording is speech and you want it to be pleasant to listen to |
Whichever you choose, the codec fixes the sample rate: picking AMR Narrow Band forces 8 kHz and picking AMR Wide Band forces 16 kHz, regardless of what the Audio Sample Rate dropdown is showing. That is why selecting the codec first matters.
Because the configuration for this target names a codec value that does not correspond to either of the two entries shown, so neither AMR Narrow Band nor AMR Wide Band starts highlighted. It is a configuration gap, not something you have done wrong. Click a codec explicitly before converting — that also makes the sample-rate handling predictable, since each AMR variant pins its own rate.
The Constant Bitrate mode renders on this page with an empty rate list, so there is nothing to choose there. Use Quality Preset instead, which is the default mode and works normally. AMR is a fixed-mode codec anyway — it does not accept an arbitrary bitrate the way MP3 does, only one of the eight defined narrowband modes or nine wideband modes.
Not by re-converting to AMR. AMR-NB samples at 8 kHz, so by the sampling theorem nothing above 4 kHz can survive — cymbals, string harmonics, and most of the brightness of a mix are gone before the encoder even starts, and the encoder itself models a human vocal tract rather than general audio. Go back to the original .mpg and use MPG to MP3 or MPG to WAV instead.
Small enough that size stops being a consideration. In our testing, six seconds of speech-rate audio produced a 9,638-byte AMR-NB file at 12.4 kbit/s, which works out to roughly 96 KB per minute, or under 6 MB for an hour. Wideband roughly doubles that and is still tiny by any modern standard.
No. Both AMR variants are mono-only, and the Audio Channel control on this page offers mono for exactly that reason. A stereo source is downmixed to a single channel during conversion. If channel separation matters — a two-microphone interview panned left and right, for instance — AMR is the wrong container and you should use MPG to WAV or MP3.
Yes, without touching the video first. The Trim group on this page takes a start time and a duration in either seconds or HH:MM:SS.sss, and only that region is decoded and encoded. If you would rather cut the video itself before extracting audio, Video Cutter accepts .mpg and .mpeg directly.
.amr file once I have it?VLC and most libavformat-based players read both AMR variants directly, as do many mobile handsets and voice-recorder apps. Support in general-purpose desktop media players and audio editors is patchy, and you should assume a recipient cannot open one without checking first. That gap is the main practical cost of choosing AMR, and it is why AMR is worth choosing only when something downstream specifically requires it.
No. The output is a bare AMR stream with a short format signature at the front and nothing else — no title, no timestamps, no chapter information, no artwork. It is one of the leanest audio containers in general use, which is part of the point. If you need metadata to survive, extract to MP3, which carries ID3 tags.