Processed on your device

No server copy

No server upload

104 file formats

Free tools

How conversion works · Concept

What Is Transcoding?

All transcoding is a kind of conversion; not all conversion is full transcoding. Remuxing MP4↔MKV with the same H.264 stream is conversion without transcoding. Re-encoding H.264 to VP9 is transcoding.

Quick take: Transcoding means decoding media and re-encoding it — often to a different codec, bitrate, or resolution. It is the heavy form of conversion.

When you transcode

Target device needs another codec, you must shrink bitrate for streaming, or you change resolution/frame rate.

Cost of transcoding

Time and potential quality loss (especially chaining lossy encodes). Prefer remux when codecs already match the destination.

Everyday examples

WAV→MP3, PNG→JPG, 4K master → 1080p H.264 for the web.

Key points

  • Transcode = decode + re-encode.
  • Use it when codecs or quality targets must change.
  • Avoid unnecessary transcodes to protect quality.

Examples

MOV → MP4 with H.265 to H.264

True transcode for broader device support.

Same H.264 MKV → MP4

Often remux — not a full transcode.

Try it in a converter

Concepts stick better with a real file — processing stays in your browser.

Related concepts

FAQ

Is JPG → PNG transcoding?

Yes in spirit: decode JPEG, encode PNG. People usually just say “convert.”

Browse all conversion concepts or jump to converters.