Initializing... drag & drop files here
Supports: OGG
.m4a files. processing runs on our servers — no sign-up, no watermark, no upload to a public bucket.OGG is the Xiph.org container, almost always carrying Vorbis (or sometimes Opus) audio — free, royalty-friendly, and the default for Spotify, game engines like Unity and Godot, and most Linux audio chains. M4A is shorthand for an MPEG-4 audio-only file with the .m4a extension, almost always carrying AAC (Advanced Audio Coding) — the Apple Music, iTunes, and broadcasting standard. Converting OGG to M4A unlocks first-class playback inside the Apple ecosystem and broader streaming workflows.
.m4a is the only reliable way to drop tracks into the Music app, voice memos, or AirPods playback..m4a is the native sync format for iPods, CarPlay, and Music Match.| Property | OGG (Vorbis) | M4A (AAC-LC) |
|---|---|---|
| Maintainer | Xiph.org Foundation | ISO/IEC, MPEG (AAC patents expired 2017) |
| Typical codec | Vorbis (also Opus, FLAC) | AAC-LC (also HE-AAC, ALAC) |
| Compression | Lossy | Lossy (lossless via ALAC) |
| Apple Music / iTunes import | Not supported | Native |
| Safari playback | 18.4+ only (macOS 15.4+) | Native, all versions |
| Chrome / Firefox / Edge | Native | Native |
| Android playback | Native (5.0+) | Native (3.1+) |
| Streaming spec (HLS, DASH-IF) | Not used | Mandated audio codec |
| Best-known use | Spotify, Wikipedia, Unity/Godot games | Apple Music, YouTube, broadcast |
| Royalty status | Free, no patents | Patents expired April 2017 |
| Bitrate (AAC-LC) | Use case | Notes |
|---|---|---|
| 64 kbps | Voice, podcasts, audiobooks | Mono; HE-AAC v2 can go lower |
| 96-128 kbps | Background music, web embeds | "iTunes Plus" was 128 kbps for years |
| 192-256 kbps | General music libraries | 256 kbps is Apple Music's streaming default; widely considered transparent |
| 320 kbps | Archival lossy | Diminishing returns over 256 kbps for AAC |
ALAC (in .m4a) |
Lossless archive | Use WAV to M4A or FLAC to M4A if you want lossless — re-encoding OGG Vorbis to ALAC won't recover quality lost in the original Vorbis pass |
Yes, some. Both Vorbis and AAC are lossy, so this is a transcode (lossy-to-lossy) — every encode discards a bit more psychoacoustic detail. The difference is usually inaudible at 192 kbps and up, but pick a target bitrate at least equal to the source OGG to avoid stacking artifacts. If the OGG was 128 kbps, encoding to 256 kbps AAC won't add quality but does avoid a second round of aggressive compression.
Yes. The Ogg container can hold Vorbis, Opus, FLAC, or Speex streams. Opus is more common in newer files (WebRTC recordings, Discord exports, Telegram voice notes). Both decode here and re-encode into AAC inside the M4A container — the output extension stays .m4a either way.
AAC is a codec (Advanced Audio Coding). MP4 is the ISO Base Media File Format container that can hold audio, video, and subtitles. .m4a is exactly an MP4 file with audio-only contents — same byte layout, different extension. Apple introduced the .m4a extension so users could spot audio-only MP4s at a glance. If you rename a .m4a to .mp4, players will still open it.
ID3-style metadata in OGG (artist, title, album, year) maps cleanly to the moov/udta atoms in M4A and is preserved by the converter. Embedded cover art also carries over. ReplayGain tags are vendor-specific and may not transfer — if you rely on ReplayGain, plan to re-analyze the file in your tagger of choice after conversion.
Variable Bitrate (VBR) gives better quality per kilobyte and is the right pick for music libraries where the only thing that matters is "sound good at smallest size." Constant Bitrate (CBR) keeps the stream's bits-per-second flat, which is better for radio simulators, streaming chunks, or any workflow that cares about predictable seek behavior. Apple Music streams VBR-encoded AAC.
Bitrate, not codec, drives file size. A 192 kbps OGG converted to 192 kbps AAC ends up roughly the same size; converted to 256 kbps AAC, it's about 33% larger. If you used "Specific file size", the encoder spent the bit budget you set, ignoring the source bitrate. To shrink the output, pick a lower CBR or higher VBR quality preset.
Yes. The Trim section accepts a start time and duration. The trim happens before the AAC encode, so the trimmed M4A is exactly the segment you specified — no need to re-edit afterwards. For more elaborate edits (multiple cuts, fade-in/out), use the Audio Cutter.
Yes. Safari 18.4 (March 2025) added Vorbis-in-Ogg playback on macOS 15.4 / iOS 18.4 / iPadOS 18.4 / visionOS 2.4 and later, but only inside Safari. The Music app, iTunes, the Files app, AirPlay receivers, HomePod, Apple Watch, and CarPlay still don't read OGG. M4A remains the format that works everywhere in the Apple ecosystem, not just in the browser.
Yes — see M4A to OGG. If you want a different output format, OGG to MP3 and OGG to WAV are also available. To shrink an existing M4A without changing codec, use Compress M4A.