-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All pixels are abnormal [0, 135, 0] after H265 MP4 is decoded into images #5632
Comments
By the way, ffmpeg can decode this mp4 file normally using |
Hi @chenc29xpeng, Indeed, DALI returns not the output we may expect. Let us investigate this and get back to you soon. |
@JanuszL, Thank you very much. This problem has troubled me for a long time. I am looking forward to your reply! |
Hi @chenc29xpeng, I'm sorry to say that there is no progress. The issue seems to be not related to DLAI itself but the GPU video decoding capability. I reached out to a relevant team and await their response. |
Is it related to #4135? |
@bpleshakov it could be but I cannot tell. |
@JanuszL Got it. If there is any progress, please contact me as soon as possible. Thank you. |
@bpleshakov I think it's irrelevant because I only have one mp4 video spliced from h265 files, and the fps is 12. |
Describe the question.
All images are green after the video is decoded.
When I use
fn.readers.video
to decode my own h265 video, the decoded image size is normal, but the pixels are abnormal. The pixels are all [0, 135, 0], I think there is something wrong with my mp4, because the official video is decoded normally. But my mp4 can be played normally and can be decoded normally based on the cpu through opencv. Can anyone help me take a look?video file
google cloud drive: https://drive.google.com/file/d/1VwnAq2sunrGkZIGgJgF1d-97CCZj51aO/view?usp=sharing
baidu cloud drive: https://pan.baidu.com/s/1AM-OSo2bjWg1pE6GRSAdSQ?pwd=1ram
Here is my code:
dali decode
opencv decode
Check for duplicates
The text was updated successfully, but these errors were encountered: