Skip to content

Commit 4099486

Browse files
authored
Merge pull request #872 from luxonis/Erol444-patch-1
Update disparity_colormap_encoding.py
2 parents 236e7ec + a5f2340 commit 4099486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/VideoEncoder/disparity_colormap_encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
pass
6060

6161
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")
62+
print("ffmpeg -framerate 30 -i disparity.h264 -c copy video.mp4")

0 commit comments

Comments
 (0)