This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Can Azure Kinect Viewer play an Encoded video? #1951
Labels
Enhancement
New feature or request
Triage Needed
The Issue still needs to be reviewed by Azure Kinect team members.
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.
The text was updated successfully, but these errors were encountered: