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.
2 parents 236e7ec + a5f2340 commit 4099486Copy full SHA for 4099486
examples/VideoEncoder/disparity_colormap_encoding.py
@@ -59,4 +59,4 @@
59
pass
60
61
print("To view the encoded data, convert the stream file (.mjpeg) into a video file (.mp4) using a command below:")
62
- print("ffmpeg -framerate 30 -i disparity.mjpeg -c copy video.mp4")
+ print("ffmpeg -framerate 30 -i disparity.h264 -c copy video.mp4")
0 commit comments