Skip to content

Commit

Permalink
Update disparity_colormap_encoding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 authored Jul 26, 2023
1 parent 236e7ec commit a5f2340
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 a5f2340

Please sign in to comment.