-
Notifications
You must be signed in to change notification settings - Fork 459
sample decode lost frames #3007
Comments
You might get asked by engineering team to provide the video-file you can reproduce the behavior for further analysis. Which operating-system do you use? How have you installed MediaSDK, libva and media-driver? Pre-installed, built from source-code? Would you mind adding additional log-messages to "sample_decode"?
|
The file can be opened by VQA. FFmpeg-qsv and gst-msdk shows the same results. But other decoder like vaapi or openhevc in Gstreamer can decode all frames. Anyway, can I send the file to your email recoded in your github homepage? |
Thank you for sharing the video-file. Let's see if someone from the engineering-team can have a look as well. Could you share the file here in Github as well for the community, or is it a project-/customer-specific file? |
Great thanks! The file is not good to share in Github, but you can share it inside Intel. |
Yes, could be helpful to address to the OneVPL as well - as I was able to reproduce with oneVPL on a machine as well. Analysis and explanations of the seen behavior will be helpful; potentially a bugfix or workaround for MediaSDK and OneVPL would be a different topic. |
Closed for open another issue in oneVPL page. |
System information
Issue behavior
Command
sample_decode h265 -i xxx.h265 -o xxx.yuv
Describe the current behavior
There are 50 frames in the HEVC stream, but the output file only has 34 frames.
libva info: VA-API version 1.17.0
libva info: User environment variable requested driver 'iHD'
libva info: Trying to open /home/mmy0/media//lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_15
libva info: va_openDriver() returns 0
Decoding Sample Version 8.4.27.0
Input video HEVC
Output format NV12
Frame rate 25.00
Memory type system
MediaSDK impl hw
MediaSDK version 1.35
Decoding started
Frame number: 34, fps: 21.975, fread_fps: 0.000, fwrite_fps: 42.694
Decoding finished
The text was updated successfully, but these errors were encountered: