From cb81f5eb1f8f394b1053d6cde0b44676d9cb0490 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Fri, 5 Dec 2025 11:00:15 +0000 Subject: [PATCH] Update index.rst --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 74e8d1298..4311d2e0d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Welcome to the TorchCodec documentation! ======================================== TorchCodec is a Python library for decoding video and audio data into PyTorch -tensors, on CPU and CUDA GPU. It also supports audio encoding, and video encoding will come soon! +tensors, on CPU and CUDA GPU. It also supports audio and video encoding! It aims to be fast, easy to use, and well integrated into the PyTorch ecosystem. If you want to use PyTorch to train ML models on videos and audio, TorchCodec is how you turn these into data.