Video Transcoding

Video transcoding converts an uploaded video into multiple formats, resolutions, and bitrates suitable for adaptive streaming across devices and networks. In a secure pipeline, transcoding is followed by encryption and DRM packaging, so the renditions delivered to viewers are protected rather than plain files.

What is Video Transcoding?

Video transcoding converts an uploaded source video into multiple formats, resolutions, and bitrates so it can stream well on different devices and network speeds. It is the processing step that turns one master file into a streaming-ready ladder of renditions.

How It Fits the Pipeline

After upload, the source is decoded and re-encoded into several renditions (for example 1080p, 720p, 480p) using codecs like H.264 or HEVC, then segmented for adaptive streaming. In a secure workflow, the segments are encrypted and packaged for DRM before delivery, so what reaches the CDN and viewer is protected, not a raw file.

Why It Matters

  • Device compatibility: Different devices need different formats and resolutions.
  • Adaptive streaming: Multiple bitrates enable smooth quality switching.
  • Security integration: Encryption and DRM packaging follow transcoding.

For Platform Owners

Transcoding is compute-heavy and is one of the costs of running video in-house. Hosted secure platforms handle transcoding, encryption, and packaging together, so you upload once and receive protected, adaptive playback.