-
Notifications
You must be signed in to change notification settings - Fork 106
VP9 decoder produce video frames whith rendering artifacts #837
Comments
It could be a driver issue. If you are using intel-vaapi-driver (i965), there were several VP9 issues fixed recently (https://github.com/intel/intel-vaapi-driver/issues?utf8=%E2%9C%93&q=is%3Aissue+VP9) |
I uploaded the file to my drobbox account. we are using intel-vaapi-driver at version 1.8.4 Thanks, |
FWIW, tried this clip wit libva-2.1.0 and it plays fine.
…On Fri, Mar 23, 2018 at 4:34 PM, angelo-p ***@***.***> wrote:
I uploaded the file to my drobbox account.
you can access at:
https://www.dropbox.com/s/cimapj5d0z66kz0/feelings_vp9-640x360.webm?dl=0
we are using intel-vaapi-driver at version 1.8.4
vainfo
libva info: VA-API version 0.40.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_40
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.40 (libva 0.40.1)
vainfo: Driver version: Intel i965 driver for Intel(R) Broxton -
1.8.4.pre1 (1.8.4.pre1)
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointEncSliceLP
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointEncSliceLP
VAProfileH264MultiviewHigh : VAEntrypointVLD
VAProfileH264MultiviewHigh : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileH264StereoHigh : VAEntrypointEncSlice
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileVP8Version0_3 : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
Thanks,
Angelo
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#837 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAEOXyakQQQtKyIAkJsNMK817xmjIJaVks5thYaGgaJpZM4S4zVa>
.
|
Thanks, @chivakker help to test.@angelo-p could you try latest vaapi and libyami. thanks |
xuguangxin, I cannot go to libva-2.1.0. |
@angelo-p which kernel version are you using? Depending on that you'd need to carry some patches on your environment. |
if you check driver release notes, no big changes for vp9 decoder. thanks |
@xuguangxin, I also have a 1920x800 AVC stream that shows some macroblocking issue. |
Hi @angelo-p , Could you help reproduce my steps. my libva version is
driver version is
|
Hi @xuguangxin |
if you got the same md5, it proves the decoder is good, any bad thing happened in the display? |
Hi xuguangxin, |
Hello,
I am running with libyami tag 1.2.0-RC1 on an Apollo Lake board 1BN-E ES4.1 and I am seeing a lot of rendering artifacts/frame corruptions when playing vp9 video files.
example test file:
feelings_vp9-640x360.webm
What is the status of the VP9 decoding support?
Would updating to tag 1.3.0-RC1 fix the issue?
Thanks,
Angelo
The text was updated successfully, but these errors were encountered: