Initializing... drag & drop files here
Supports: AAC
.aac files, or click "Add Files" to browse. Batch conversion is supported — queue up an entire album in one pass.HH:MM:SS.sss to extract a segment, then click Convert. Files process in your browser session — no sign-up, no watermark.AAC (Advanced Audio Coding) is a lossy codec defined by ISO/IEC 13818-7 (MPEG-2 Part 7, 1997) and ISO/IEC 14496-3 (MPEG-4 Part 3, 1999). Apple has used it as the default iTunes Store format since April 2003, and YouTube serves AAC alongside Opus. OGA is a file extension for an Ogg container that holds audio only — typically Vorbis, sometimes FLAC or Speex. Xiph.Org has recommended .oga for audio-only Ogg files since 2007 to disambiguate from .ogg (which is reserved for Ogg Vorbis specifically) and .ogv (Ogg video). Converting AAC to OGA moves your audio out of a patent-encumbered format into a fully open one.
.ogg/.oga Vorbis directly. Many engines re-encode imported MP3 or AAC to Vorbis at build time anyway, so converting upfront keeps the asset pipeline clean.gstreamer1.0-plugins-bad or -ugly packages depending on the build..oga source with an .aac or .mp3 fallback in <audio>.| Property | AAC | OGA (Ogg Vorbis) |
|---|---|---|
| Container | MP4/M4A or raw ADTS | Ogg |
| Codec family | MPEG-4 Part 3 | Xiph.Org Vorbis |
| Standardized | ISO/IEC 14496-3 (1999) | Vorbis I spec, 2002 |
| Compression | Lossy | Lossy |
| Typical bitrate range | 96–320 kbps | 64–500 kbps (per channel) |
| Patent status | MPEG LA pool, royalty-bearing | Royalty-free |
| Native Apple support | Yes (iTunes, iOS, macOS) | No (no Safari, no iOS Music) |
| Native browser support | Chrome, Firefox, Edge, Safari | Chrome, Firefox, Edge — not Safari |
| Best at low bitrates (<96 kbps) | Better than Vorbis | Weaker; Opus is the open-format pick |
| Common extensions | .aac, .m4a |
.oga, .ogg |
| Preset | Approx. Vorbis quality (q) | Approx. VBR bitrate | Use case |
|---|---|---|---|
| Highest | q8–q10 | 256–500 kbps | Archival, future re-encoding |
| Very High (Recommended) | q6 | ~192 kbps | Music libraries, transparent for most ears |
| High | q5 | ~160 kbps | General music playback |
| Medium | q3 | ~112 kbps | Casual listening, mobile streaming |
| Low | q1 | ~80 kbps | Voice, podcasts, bandwidth-limited |
| Very Low / Lowest | q-1 to q0 | 45–64 kbps | Speech only; consider Opus instead |
Both extensions identify Ogg-container files, but Xiph.Org's 2007 naming guidance reserved .ogg for Vorbis I audio specifically and introduced .oga for any Ogg audio (Vorbis, FLAC, Speex, OggPCM). In practice, modern players (VLC, foobar2000, ffmpeg) treat them identically because they sniff the container, not the extension. If a downstream tool insists on .ogg, our AAC to OGG converter writes that extension instead with the same Vorbis stream inside.
Yes — both formats are lossy, so re-encoding is generation loss. The decoder reconstructs PCM from the AAC bitstream, then the Vorbis encoder discards perceptual information again. Stay at Very High or Highest if the source AAC is itself high-bitrate (192 kbps+); the audible difference shrinks but never reaches zero. For zero-loss archival, convert to FLAC instead via AAC to FLAC.
Xiph.Org has officially recommended Opus over Vorbis for new applications since 2013. Opus, standardized as IETF RFC 6716 in 2012, beats Vorbis at virtually every bitrate and is dramatically better below 96 kbps with about 26 ms latency vs Vorbis's ~100 ms. Choose OGA/Vorbis when a target tool requires Vorbis specifically (older Unity projects, some legacy game mods); otherwise convert to Opus via AAC to Opus.
Safari and iOS WebKit have never shipped Ogg or Vorbis decoders — MDN's compatibility table marks both unsupported across all Safari versions. For a webpage targeting Safari, supply both .oga and an AAC or MP3 fallback inside the <audio> element. Most other modern browsers (Chrome 4+, Firefox 3.5+, Edge 17+) play Vorbis-in-Ogg natively.
Yes. The Trim section accepts a start time and duration in seconds or HH:MM:SS.sss format (e.g., start 00:01:30.000, duration 00:00:45.500 cuts a 45.5-second clip starting at 1:30). Only that segment is decoded and re-encoded — the rest of the source is skipped, so trim-and-convert is faster than a full conversion plus a separate cut. For trim-only edits without changing format, use Trim AAC or Trim OGA.
Original. Vorbis encoding is sample-rate-agnostic and downsampling 44.1 kHz music to 24 kHz permanently throws away frequencies above 12 kHz. The 8000–24000 Hz options exist for narrowband voice (telephony, walkie-talkie effect, transcription source). Use 44100 Hz only if a downstream tool insists on it; 48000 Hz pairs with video projects whose audio track runs at 48 kHz.
For most music, yes — Vorbis at 128 kbps generally tests as transparent or near-transparent in listening trials where MP3 at 128 kbps shows audible artifacts. The advantage shrinks above 192 kbps where both formats sound essentially identical to most listeners. If you need maximum device compatibility (car stereos, older hardware), MP3 still wins on playback support; convert via AAC to MP3 instead.
Tag carryover depends on the encoder. The Ogg/Vorbis spec stores tags in Vorbis comments — title, artist, album, track number, and embedded METADATA_BLOCK_PICTURE art all survive in our pipeline when the source AAC has them in its moov atom. Some niche tags (Apple-specific compilations, gapless playback hints) don't have direct Vorbis equivalents and may be dropped.
The browser handles each file in memory, so the practical ceiling is your device's available RAM and the upload buffer. A typical AAC at 192 kbps is roughly 86 MB per hour of audio, so multi-hour podcasts, audiobooks, and DJ sets convert without trouble on most laptops. For very large batches, run them in groups rather than queuing several gigabytes at once.