Transcoding

This is an old revision of this page, as edited by 69.136.202.146 (talk) at 02:55, 10 June 2006 (m (i.e. -> e.g.)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Transcoding is the direct digital-to-digital conversion from one (usually lossy) codec to another. It involves decoding/decompressing the original data to a raw intermediate format (i.e. PCM for audio or YUV for video), in a way that mimics standard playback of the lossy content, and then re-encoding this into the target format.

Transcoding can also refer to recompressing files to a lower bitrate without changing formats.

Compression artifacts are cumulative, therefore transcoding between lossy codecs causes a progressive loss of quality with each successive generation. For this reason, it is generally discouraged unless unavoidable. For instance, if an individual owns a digital audio player that does not support a particular format (e.g., Apple iPod and Ogg Vorbis), then the only way for the owner to use content encoded in that format is to transcode it to a supported format. It is better to retain a copy in a lossless format (such as TTA, FLAC or WavPack), then encode directly from the lossless source file to the lossy formats required.

References