-
Notifications
You must be signed in to change notification settings - Fork 347
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
[Bug]: VA-API cannot be used for H264/yuv422p video on Dell XPS 13 9360 #1777
Comments
VA-API normally can be used by mpv, but these test files seem to pose problems. VA-API is not used with lower resolutions either:
|
Another test clip works fine:
|
Do you check if ffmpeg or sample_decode could decode such clip? I don't know whether mpv has this strategy that forwards it to sw decoder for small resolution clip? |
No, it can’t:
Current failing test with mpv:
|
The video you are trying to decode is encoded with H.264 codec and yuv422p pixel format, but the corresponding profile isn't supported by VAAPI. Usually most of videos are encoded using yuv420p pixel format. |
Thank you for pointing this out. |
Is there a list of profiles supported by VA-API? |
Which component impacted?
No response
Is it regression? Good in old configuration?
None
What happened?
Debian sid/unstable with intel-media-va-driver-non-free 24.1.0+ds1-1 and libigdgmm12 22.3.17+ds1-1
Use Bigbuck Bunny 8Bit from AVT-VQDB-UHD-1 video quality database:
mpv does not use VA-API and drops frames:
What's the usage scenario when you are seeing the problem?
Playback
What impacted?
No response
Debug Information
Do you want to contribute a patch to fix the issue?
No.
The text was updated successfully, but these errors were encountered: