Rate this Page

torchcodec.decoders#

For a video decoder tutorial, see: Decoding a video with VideoDecoder. For an audio decoder tutorial, see: Decoding audio streams with AudioDecoder.

VideoDecoder

A single-stream video decoder.

AudioDecoder

A single-stream audio decoder.

VideoStreamMetadata

Metadata of a single video stream.

AudioStreamMetadata

Metadata of a single audio stream.

CUDA decoding utils#

set_cuda_backend

Context Manager to set the CUDA backend for VideoDecoder.

set_nvdec_cache_capacity

Set the maximum number of NVDEC decoders that can be cached (per GPU).

get_nvdec_cache_capacity

Get the capacity of the per-device NVDEC decoder cache.

CpuFallbackStatus

Information about CPU fallback status.