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 e8683f9 commit 86ac2d2Copy full SHA for 86ac2d2
examples/encoding/video_encoding.py
@@ -273,9 +273,9 @@ def play_video(encoded_bytes):
273
custom_output,
274
codec="libx264",
275
extra_options={
276
- "g": 50, # Keyframe every 50 frames
277
- "max_b_frames": 0, # Disable B-frames for faster decoding
278
- "tune": "fastdecode", # Optimize for fast decoding
+ "g": 50, # Keyframe every 50 frames
+ "max_b_frames": 0, # Disable B-frames for faster decoding
+ "tune": "fastdecode", # Optimize for fast decoding
279
},
280
)
281
0 commit comments