PicaJet

Reference Glossary

Transcoding

Converting a video or audio file from one codec, container, resolution, or bitrate to another by decoding the source and re-encoding it into the target format.

Why it matters in a DAM

DAM video libraries ingest camera-native masters in codecs like ProRes or camera-specific formats that browsers and mobile devices can't play natively, so transcoding automatically produces web-deliverable derivatives — typically H.264/MP4 or an adaptive bitrate ladder — at ingest so users can preview and share without opening a video editor. It's also how DAM systems generate lighter-weight, lower-bitrate proxies so editors can work smoothly over a slow VPN connection to a shared library.

A worked example

Camera master ProRes 422, 4K → transcoded to H.264 MP4, 1080p for web preview
Archive master Uncompressed WAV → transcoded to AAC for mobile streaming preview
Editorial proxy 4K master → low-bitrate proxy for offline editing over VPN

Common mistake

A DAM ingest pipeline transcodes from an already-compressed derivative (a previously exported H.264 file) instead of the true lossless or high-bitrate master, compounding generation loss — recompression artifacts stack with each re-encode, so every downstream derivative should be generated from the highest-quality master on file, never from another lossy derivative.

Transcoding takes a media file’s full content, decodes it back to raw audio or video data, and re-encodes it using a different codec, container format, resolution, or bitrate. It differs from a simple file conversion in that it involves a real re-encode pass, not just repackaging — which means transcoding a lossy format always introduces at least some additional generation loss, since decoding and re-encoding compressed video is rarely perfectly reversible.

In a DAM, transcoding runs largely invisibly, triggered automatically on ingest: a camera-native or professionally mastered file arrives in a codec that isn’t practical for browser playback, and the system generates one or more web-friendly derivatives — often an adaptive bitrate set so playback quality adjusts to the viewer’s connection speed. Editorial teams also depend on transcoding to produce lightweight proxies, letting an editor scrub and cut video responsively even when the true master sits on distant, slow-to-access storage.

Because every transcode pass from a lossy source adds compounding artifacts, the ingest master matters more than any individual derivative — a DAM’s transcoding pipeline should always read from the highest-quality file on record, and that master should be preserved untouched rather than overwritten by a compressed working copy.

Frequently asked

What is transcoding?

Converting a video or audio file from one codec, container, resolution, or bitrate to another by decoding the source and re-encoding it into the target format.

Why do DAM video libraries need transcoding at ingest?

Camera-native masters arrive in codecs like ProRes that browsers and mobile devices can't play natively, so transcoding automatically produces web-deliverable derivatives — typically H.264/MP4 or an adaptive bitrate ladder.

How does transcoding support offline video editing?

It generates lighter-weight, low-bitrate proxies so editors can scrub and cut responsively over a slow VPN connection to a shared library, instead of pulling the full 4K master.

Does transcoding always preserve quality?

No. Transcoding a lossy format always introduces at least some additional generation loss, since decoding and re-encoding compressed video is rarely perfectly reversible.

What's the mistake of transcoding from an already-compressed derivative?

Transcoding from a previously exported H.264 file instead of the true lossless or high-bitrate master compounds generation loss, since recompression artifacts stack with each re-encode.

What should a DAM's transcoding pipeline always read from?

The highest-quality master on file, preserved untouched rather than overwritten by a compressed working copy, since every transcode pass from a lossy source adds compounding artifacts.

Sources

  • Video transcoding converts a file from one codec or format to another, typically by decoding the source and re-encoding it while adjusting resolution, bitrate, or codec for compatibility across devices and platforms. checked 2026-08-07Adobe — What is video transcoding and how to use it