# Convert MP3 to OGG

Convert MP3 to OGG right in your browser — free, private, nothing is uploaded. One-click re-encode for compatibility.

MP3 is the most widely supported audio format there is — a lossy codec that shrinks audio to a fraction of its uncompressed size and plays on virtually anything with a speaker.

OGG (Vorbis) is a free, open lossy format with very good quality per byte — a favourite in games, open-source software and projects that want to avoid patent-encumbered codecs.

Converting MP3 to OGG is a compatibility move: both formats are lossy, so the goal isn't quality — it's producing a file that fits games, open-source pipelines and the web. Expect the sound to stay essentially the same, with a small second round of encoding loss.

## Run it

- **Web (OGG preselected):** https://gizza.ai/tools/audio-convert/?format=ogg
- **CLI:** `gizza tool audio-convert 'url=https://example.com/input.mp3' 'format=ogg'`
- **Parent tool docs:** https://gizza.ai/tools/audio-convert/index.md
