Shortcuts

Glossary

pts

Presentation Time Stamp. The time at which a frame should be displayed. In TorchCodec, pts are expressed in seconds.

best stream

The notion of “best” stream is determined by FFmpeg. Quoting the FFmpeg docs:

The best stream is determined according to various heuristics as the most likely to be what the user expects.

scan

A scan corresponds to an entire pass over a video file, with the purpose of retrieving metadata about the different streams and frames. It does not involve decoding, so it is a lot cheaper than decoding the file.

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