Shortcuts

Frame

class torchcodec.Frame(data: Tensor, pts_seconds: float, duration_seconds: float)[source]

A single video frame with associated metadata.

Examples using Frame:

Decoding a video with VideoDecoder

Decoding a video with VideoDecoder
data: Tensor

The frame data as (3-D torch.Tensor).

duration_seconds: float

The duration of the frame, in seconds (float).

pts_seconds: float

The pts of the frame, in seconds (float).

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources