microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.47k stars 613 forks source link

RGB Video Not Playing on Aizure Kinect Viewer #1932

Open ashutosh3308 opened 1 year ago

ashutosh3308 commented 1 year ago

I have a video that is recorded using Kinect Camera. I have RGB, IR and Depth Video. Using MKVToolNix, I separated the RGB video and I can view that video on Aizure Kinect Viewer. However, when I encode RGB video using FFmpeg with Libx264, I can not view the video on Aizure Kinect Viewer, I receive this message "Failed to open recording".

I tried to see the high-level information using FFmpeg, but could not resolve the issue.

Before Encoding: image

After Encoding: image

Any suggestions would be really appreciated.