Skip to content

Commit 17164fd

Browse files
svekarsNicolasHug
andauthored
Update documentation links to meta-pytorch (#1055)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent c69064f commit 17164fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[**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)
1+
[**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)
22

33
# TorchCodec
44

@@ -23,7 +23,7 @@ We achieve these capabilities through:
2323

2424
Here's a condensed summary of what you can do with TorchCodec. For more detailed
2525
examples, [check out our
26-
documentation](https://pytorch.org/torchcodec/stable/generated_examples/)!
26+
documentation](https://meta-pytorch.org/torchcodec/stable/generated_examples/)!
2727

2828
#### Decoding
2929

@@ -219,7 +219,7 @@ The bottom row is [promotional video from NASA](https://download.pytorch.org/tor
219219
that has a resolution of 960x540 at 29.7 fps and is 206 seconds long. Both videos were
220220
encoded with libx264 and yuv420p pixel format. All decoders, except for TorchVision, used FFmpeg 6.1.2. TorchVision used FFmpeg 4.2.2.
221221

222-
For TorchCodec, the "approx" label means that it was using [approximate mode](https://pytorch.org/torchcodec/stable/generated_examples/approximate_mode.html)
222+
For TorchCodec, the "approx" label means that it was using [approximate mode](https://meta-pytorch.org/torchcodec/stable/generated_examples/decoding/approximate_mode.html)
223223
for seeking.
224224

225225
## Contributing

0 commit comments

Comments
 (0)