Skip to content

Commit

Permalink
Merge pull request #872 from luxonis/Erol444-patch-1
Browse files Browse the repository at this point in the history
Update disparity_colormap_encoding.py
  • Loading branch information
Erol444 authored Jul 26, 2023
2 parents 236e7ec + a5f2340 commit 4099486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/VideoEncoder/disparity_colormap_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
pass

print("To view the encoded data, convert the stream file (.mjpeg) into a video file (.mp4) using a command below:")
print("ffmpeg -framerate 30 -i disparity.mjpeg -c copy video.mp4")
print("ffmpeg -framerate 30 -i disparity.h264 -c copy video.mp4")

0 comments on commit 4099486

Please sign in to comment.