Privvert - private browser-based file toolsPrivvert

Converti audio

MP3, WAV, OGG, M4A, FLAC

Drop an audio file here
o clicca per sfogliare - i file restano sul tuo dispositivo
Dimensione massima: 200 MB

Informazioni su questo strumento

Convert audio files between MP3, WAV, M4A (AAC), FLAC, OGG, Opus and more - all in your browser via FFmpeg compiled to WebAssembly. Useful for podcasts that arrived in the wrong format, voice memos you want to email, sample libraries that need to play in older software, and re-encoding tracks for cars or stereos that still refuse to read anything beyond MP3.

Each format has a job it's best at. MP3 is the universal default - it plays anywhere, in any decade of hardware. AAC (M4A) is the modern lossy default, smaller than MP3 at the same quality, and what most streaming services and Apple devices use natively. FLAC is the archival pick: lossless, smaller than WAV, and supported by every serious audio player. Opus and OGG Vorbis are excellent for voice and low-bitrate use cases, especially calls and podcasts.

Conversion happens entirely on your device - the file is read into memory, FFmpeg transcodes it, and you get the result back as a download. Nothing is uploaded, nothing is logged, and metadata like title, artist and album is carried across when both source and target formats support it.

Funzionalità

  • MP3, WAV, OGG, M4A (AAC), FLAC, Opus
  • Adjustable bitrate or quality per format
  • Preserves ID3 / Vorbis comment metadata when possible
  • Batch convert multiple files at once
  • Download individually or as a ZIP
  • Works offline after the first page load

Come si usa

  1. Drop your audio files onto the page.
  2. Pick the output format.
  3. Optionally set a quality or bitrate target.
  4. Click Convert and wait while FFmpeg processes locally.
  5. Download the converted files individually or as a ZIP.
🔒 100% privato

Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.

Domande frequenti

Which format is best for music?

FLAC for archival or original-quality copies (lossless). MP3 320 kbps or AAC 256 kbps for portable listening - both are transparent for most ears at those bitrates and play on essentially everything. Opus at 128 kbps beats both for voice.

Are tags / metadata preserved?

Title, artist, album, year and track number are transferred when both source and target support them. Album art is preserved between MP3, M4A and FLAC; some less common combinations drop it.

Why is converting FLAC to MP3 lossy?

FLAC is lossless - every audio sample is preserved. MP3 throws away frequencies the ear can't easily hear in order to shrink the file. The conversion is one-way: you can't recover the discarded data by converting MP3 back to FLAC later.

Is the conversion as good as desktop tools?

Yes. FFmpeg is the same engine most desktop audio tools use under the hood. The browser version is the exact same code compiled to WebAssembly - bit-for-bit identical results.