From 6ddf5f9aebe1a0a256499852a9afd47286471aab Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Sun, 16 Nov 2025 09:43:45 -0800 Subject: [PATCH 1/2] Update documentation links to meta-pytorch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c1721036..909cd95e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[**Installation**](#installing-torchcodec) | [**Simple Example**](#using-torchcodec) | [**Detailed Example**](https://pytorch.org/torchcodec/stable/generated_examples/) | [**Documentation**](https://pytorch.org/torchcodec) | [**Contributing**](CONTRIBUTING.md) | [**License**](#license) +[**Installation**](#installing-torchcodec) | [**Simple Example**](#using-torchcodec) | [**Detailed Example**](https://meta-pytorch.org/torchcodec/stable/generated_examples/) | [**Documentation**](https://meta-pytorch.org/torchcodec) | [**Contributing**](CONTRIBUTING.md) | [**License**](#license) # TorchCodec @@ -23,7 +23,7 @@ We achieve these capabilities through: Here's a condensed summary of what you can do with TorchCodec. For more detailed examples, [check out our -documentation](https://pytorch.org/torchcodec/stable/generated_examples/)! +documentation](https://meta-pytorch.org/torchcodec/stable/generated_examples/)! #### Decoding @@ -219,7 +219,7 @@ The bottom row is [promotional video from NASA](https://download.pytorch.org/tor that has a resolution of 960x540 at 29.7 fps and is 206 seconds long. Both videos were encoded with libx264 and yuv420p pixel format. All decoders, except for TorchVision, used FFmpeg 6.1.2. TorchVision used FFmpeg 4.2.2. -For TorchCodec, the "approx" label means that it was using [approximate mode](https://pytorch.org/torchcodec/stable/generated_examples/approximate_mode.html) +For TorchCodec, the "approx" label means that it was using [approximate mode](https://meta-pytorch.org/torchcodec/stable/generated_examples/approximate_mode.html) for seeking. ## Contributing From 483702462ffb4874bec845ebfc62568a2ff37df3 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Mon, 17 Nov 2025 09:38:16 +0000 Subject: [PATCH 2/2] Apply suggestion from @NicolasHug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 909cd95e9..e009afac9 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ The bottom row is [promotional video from NASA](https://download.pytorch.org/tor that has a resolution of 960x540 at 29.7 fps and is 206 seconds long. Both videos were encoded with libx264 and yuv420p pixel format. All decoders, except for TorchVision, used FFmpeg 6.1.2. TorchVision used FFmpeg 4.2.2. -For TorchCodec, the "approx" label means that it was using [approximate mode](https://meta-pytorch.org/torchcodec/stable/generated_examples/approximate_mode.html) +For TorchCodec, the "approx" label means that it was using [approximate mode](https://meta-pytorch.org/torchcodec/stable/generated_examples/decoding/approximate_mode.html) for seeking. ## Contributing