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 d5be152 commit fd59e4cCopy full SHA for fd59e4c
examples/encoding/video_encoding.py
@@ -109,7 +109,7 @@ def play_video(encoded_bytes):
109
# :meth:`~torchcodec.encoders.VideoEncoder.to_file_like` and
110
# :meth:`~torchcodec.encoders.VideoEncoder.to_tensor` methods.
111
#
112
-# - For example, when encoding to MP4 format, the default codec used is ``H.264``.
+# For example, when encoding to MP4 format, the default codec is typically ``H.264``.
113
114
# The ``codec`` parameter specifies which video codec to use for encoding.
115
# You can specify either a specific codec implementation (e.g., ``"libx264"``)
0 commit comments