Can Azure Kinect Viewer play an Encoded video?

Ashutosh Singla 0 Reputation points
2023-09-26T08:19:29.9866667+00:00

I successfully recorded a video using a Kinect Azure DK device and was able to play it back using Azure Kinect Viewer. However, when I attempted to encode the video using FFmpeg with the command provided below, I encountered an issue.

ffmpeg -i .\RGB.mkv -c:v libx264 RGB_Enc.mkv

Specifically, I am unable to play the encoded video using Azure Kinect Viewer, and I receive an error message stating "Failed to open Recording." I'm seeking guidance on how to resolve this problem. I have tried different codecs (libx264, VP8, VP9, libx265), but could not playback the video.

Video Link: https://drive.google.com/file/d/1pmZmExeBkSsPr4hnO2SgCmWjyx3uNToe/view?usp=drive_link

This video contains only one channel (RGB) from the original video. I am able to play this video using Azure Kinect Viewer.

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
290 questions
{count} votes