Conversions // 54 pairs

Every conversion, and what it costs you.

Each page runs the conversion in your browser and states plainly what the target format cannot carry, which settings are used, and when you should not convert at all.

Image

15 conversions
.jpg → .png

JPG to PNG

This cannot recover detail.

.jpg → .webp

JPG to WebP

The usual reason to do this is page weight.

.png → .jpg

PNG to JPG

PNG transparency has nowhere to go in a JPG, so Filoven composites the image onto a white background before encoding rather than producing black fringes..

.png → .webp

PNG to WebP

WebP keeps the alpha channel, so this is the one conversion that shrinks a transparent PNG without flattening it.

.webp → .jpg

WebP to JPG

Two lossy codecs in sequence.

.webp → .png

WebP to PNG

The common reason is software that refuses to open WebP.

.avif → .jpg

AVIF to JPG

AVIF can hold HDR and wide colour that JPG cannot represent, so bright highlights may flatten.

.avif → .png

AVIF to PNG

The compatibility escape hatch for AVIF: PNG opens in every editor written in the last twenty years and keeps the alpha channel intact..

.avif → .webp

AVIF to WebP

Both are modern web codecs; the reason to move is browser support in older Safari and Edge builds.

.bmp → .jpg

BMP to JPG

Worth doing only for photographic BMPs, usually scanner or old camera output.

.bmp → .png

BMP to PNG

BMP stores pixels essentially uncompressed, so this is the conversion with the largest size drop of any on the site.

.bmp → .webp

BMP to WebP

The biggest single size reduction available here: uncompressed pixels to a modern lossy codec, routinely a 95 percent drop..

.gif → .jpg

GIF to JPG

GIF's flat colour blocks are the worst case for JPEG, which was built for photographs.

.gif → .png

GIF to PNG

A GIF is capped at 256 colours, and PNG is not, but converting does not add colours back.

.gif → .webp

GIF to WebP

WebP is the only common web format that can hold both animation and transparency, which is why it replaces GIF rather than merely competing with it..

Audio

16 conversions
.flac → .mp3

FLAC to MP3

FLAC is lossless, so this is the first quality loss the file has taken.

.m4a → .mp3

M4A to MP3

Two lossy codecs in sequence, so the result is slightly worse than the M4A at a slightly larger size.

.mp3 → .wav

MP3 to WAV

Editors, DAWs and hardware samplers want PCM.

.wav → .mp3

WAV to MP3

The classic size conversion.

.aac → .mp3

AAC to MP3

A raw AAC stream has no container, so tags and cover art are usually absent to begin with.

.flac → .m4a

FLAC to M4A

The usual reason is fitting a lossless library onto a phone.

.flac → .wav

FLAC to WAV

The only genuinely lossless conversion in the audio set.

.m4a → .wav

M4A to WAV

This does not restore what AAC discarded.

.mp3 → .m4a

MP3 to M4A

AAC is the better codec, but re-encoding an MP3 into it cannot recover what MP3 removed.

.mp3 → .ogg

MP3 to OGG

Transcoding between two lossy codecs always costs quality.

.ogg → .mp3

OGG to MP3

Vorbis is the better codec at low bitrates, but MP3 is the one that plays in car stereos and older hardware.

.ogg → .wav

OGG to WAV

Usually done to get game or Unity audio assets into an editor, since OGG is the standard shipping format for game sound and PCM is what tools expect..

.opus → .mp3

Opus to MP3

Opus is what WhatsApp and Discord voice notes actually are.

.wav → .m4a

WAV to M4A

The right way to get audio into the Apple ecosystem: one lossy step from an uncompressed master, in the codec iOS and macOS handle natively..

.wav → .ogg

WAV to OGG

This one is worth doing from a WAV master: it is the first and only lossy step, so Vorbis performs at its best..

.wma → .mp3

WMA to MP3

WMA is effectively a dead format outside old Windows software, which makes this a one-way migration most people only do once, in bulk..

Video

11 conversions

Data

8 conversions

Document

4 conversions