frogConvert

Convert WAV to OGG

Compresses uncompressed audio to Ogg Vorbis, which sounds better than MP3 at the same bitrate and carries no patent baggage.

Convert WAV to OGG →
Runs on
FFmpeg, compiled to WebAssembly, running in this tab
Steps
Direct, a single conversion
Input
.wav · audio/wav
Output
.ogg · audio/ogg
Uploads
None. The file never leaves your device.

What to expect

Lossy, and support is narrower than MP3 on consumer hardware.

Why convert WAV without uploading

Most online converters take your file, send it to their servers, convert it there and hand back a download link. That means your document sits on someone else's disk, subject to their retention policy and their breaches. It also means you cannot use them offline, and cannot use them at all for anything confidential.

frogConvert does the conversion in the page itself, with FFmpeg compiled to WebAssembly. There is no upload step because there is no server. You can disconnect from the network and it still works.

About the formats

WAV

Uncompressed PCM audio exactly as sampled, which is why it is the standard working format for recording and editing. A stereo CD-quality minute is about 10 MB. More about WAV files.

OGG

An open container, usually carrying Vorbis audio, created specifically to avoid MP3's patent licensing. Quality is better than MP3 at the same bitrate; support is narrower. More about OGG files.

Common questions

Is my file uploaded when converting WAV to OGG?
No. The conversion runs entirely in your browser. The file never leaves your device, there is no server to upload to, and the page works offline once loaded.
Is WAV to OGG conversion free?
Yes, with no account, no watermark and no file limit per day. frogConvert is open source and there is no server cost to recover, because your device does the work.
How large a file can I convert?
Up to 2 GB for a single file, 500 MB total per batch, and 300 files at once. The practical limit is your device's memory, since everything is processed locally.
What is lost converting WAV to OGG?
Lossy, and support is narrower than MP3 on consumer hardware.