We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784003f commit a98c032Copy full SHA for a98c032
src/torchcodec/decoders/_video_decoder.py
@@ -38,6 +38,7 @@ class VideoDecoder:
38
This can be either "NCHW" (default) or "NHWC", where N is the batch
39
size, C is the number of channels, H is the height, and W is the
40
width of the frames.
41
+
42
.. note::
43
44
Frames are natively decoded in NHWC format by the underlying
0 commit comments