Skip to content

TorchCodec 0.2.0

Latest
Compare
Choose a tag to compare
@NicolasHug NicolasHug released this 05 Feb 17:49
· 8 commits to main since this release
89fe2ea

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)