Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
926 stars 457 forks source link

Media SDK VP9 encoded video fps is not correct #2944

Closed UngTengEn closed 2 years ago

UngTengEn commented 2 years ago

System information

Issue behavior

Describe the current behavior

sample_decode  h264 -i  <1920x1080 ideo> -o <1920x1080 YUV>
sample_encode vp9  -hw -w 1920 -h 1080 -nv12 -f 30 -i <1920x1080 YUV> -o out.ivf

Playback the ivf video with VLC is slow.

Describe the expected behavior

vp9_patch_msdk.txt With this patch the issue seems goen.

Debug information

UngTengEn commented 2 years ago

Filed a PR for this https://github.com/Intel-Media-SDK/MediaSDK/pull/2948.

UngTengEn commented 2 years ago

Customer are asking for windows support.