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)