# Convert FLAC to OGG

Convert FLAC to OGG right in your browser — free, private, nothing is uploaded. Pick a bitrate (32–320 kbps) and shrink the file dramatically.

FLAC compresses audio without losing anything — a perfect, bit-for-bit copy at a fraction of the WAV size, which makes it the default choice for archiving music.

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 FLAC to OGG trades a sliver of fidelity for a dramatic drop in size: a FLAC recording that hogs storage becomes an OGG file you can email, message or stream. It's the classic move for sharing voice memos, publishing spoken audio and fitting a music library onto a phone.

## Run it

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