Transcoding means decoding media from one encoded form and encoding it again into another. It is common, useful, and often lossy.
Workflow explainer

What Is

Transcoding?
Re-encoding Media

Transcoding means decoding media from one encoded form and encoding it again into another. It is common, useful, and often lossy.

Beginner-friendly • Practical examples • Plain English
Transcoding • Conversion • Quality

TL;DR

Transcoding re-encodes the media.

It can improve compatibility or reduce file size.

For lossy media, it usually causes some quality loss.

What transcoding means

Transcoding means converting encoded audio or video into a new encoded version. The file is decoded, processed, and encoded again.

For example, converting H.264 video to H.265 video is transcoding. Converting WAV to MP3 is also a kind of audio encoding workflow.

Transcoding vs remuxing

WorkflowWhat changesQuality impact
TranscodingThe encoded audio or video streamCan lose quality
RemuxingThe container around existing streamsUsually no quality loss
Simple file renameOnly the filename labelDoes not fix compatibility problems

Why apps transcode

Frequently asked questions

What does transcoding mean?

Transcoding means decoding media from one encoded format and encoding it again into another format.

Is transcoding the same as converting?

Transcoding is one type of conversion. Conversion is the broader word; transcoding specifically involves re-encoding media.

Does transcoding reduce quality?

Often yes, especially when transcoding from one lossy format to another.

Why does Plex transcode video?

Plex may transcode when the playback device cannot handle the original codec, bitrate, resolution, subtitle setup, or container.

What is the difference between transcoding and remuxing?

Transcoding re-encodes the media. Remuxing only changes the container around compatible existing streams.