@@ -74,7 +74,7 @@ def write_video(
7474 DEPRECATED: All the video decoding and encoding capabilities of torchvision
7575 are deprecated from version 0.22 and will be removed in version 0.24. We
7676 recommend that you migrate to
77- `TorchCodec<https://github.com/pytorch/torchcodec>`_ , where we'll
77+ `TorchCodec<https://github.com/pytorch/torchcodec>`__ , where we'll
7878 consolidate the future decoding/encoding capabilities of PyTorch
7979
8080 This function relies on PyAV (therefore, ultimately FFmpeg) to encode
@@ -86,7 +86,7 @@ def write_video(
8686
8787 In the near future, we intend to centralize PyTorch's video decoding
8888 capabilities within the `torchcodec
89- <https://github.com/pytorch/torchcodec>`_ project. We encourage you to
89+ <https://github.com/pytorch/torchcodec>`__ project. We encourage you to
9090 try it out and share your feedback, as the torchvision video decoders
9191 will eventually be deprecated.
9292
@@ -293,7 +293,7 @@ def read_video(
293293 DEPRECATED: All the video decoding and encoding capabilities of torchvision
294294 are deprecated from version 0.22 and will be removed in version 0.24. We
295295 recommend that you migrate to
296- `TorchCodec<https://github.com/pytorch/torchcodec>`_ , where we'll
296+ `TorchCodec<https://github.com/pytorch/torchcodec>`__ , where we'll
297297 consolidate the future decoding/encoding capabilities of PyTorch
298298
299299 Args:
@@ -425,7 +425,7 @@ def read_video_timestamps(filename: str, pts_unit: str = "pts") -> Tuple[List[in
425425 DEPRECATED: All the video decoding and encoding capabilities of torchvision
426426 are deprecated from version 0.22 and will be removed in version 0.24. We
427427 recommend that you migrate to
428- `TorchCodec<https://github.com/pytorch/torchcodec>`_ , where we'll
428+ `TorchCodec<https://github.com/pytorch/torchcodec>`__ , where we'll
429429 consolidate the future decoding/encoding capabilities of PyTorch
430430
431431 Note that the function decodes the whole video frame-by-frame.
0 commit comments