I have 8 cameras on agx orin, eg /dev/video3 is 1920x1536 , format is UYVY 422
when use 01_video_encode to encode as follow command:
$ ./video_encode /dev/video3 1920 1536 H264 ~/aa.mp4
it works well, but when ctrl-c to stop the encode command
and use ffplay -i ~/aa.mp4 ,it looks not right in color and image
please give some advise what goes wrong.