github meta-pytorch/torchcodec v0.2.0
TorchCodec 0.2.0

latest releases: v0.11.0-rc1, ciflow/binaries/all/1245, v0.10.0...
13 months ago

TorchCodec 0.2.0 is out! This version is compatible with pytorch 2.6.

New features - perf improvement !

The main new feature is the addition of an approximate seeking mode, which can significantly improve the decoding performance:

decoder = VideoDecoder(video_path, seek_mode="approximate")  # default value is "exact"

To learn more, check out our seek mode tutorial!

Bug fixes

  • Fixed AV1 decoding on CUDA (#448)

Don't miss a new torchcodec release

NewReleases is sending notifications on new releases.