You are not logged in.
I just got a 9070xt. but since then, my videos come out glitchy. On youtube, local videos, even my video wallpapers. Ive tried reinstalling libva, libva-utils, ffmpeg, Even tried -Syu, and reinstalling amd drivers. The only way I can get it to work is by disabling hardware acceleration. I record videos with obs, but i cant do that anymore. is there anything I can do to get it working? Im fairly new with arch so im not sure what else to try.
Offline
Can you quantify "glitchy"? (Miscolored, noise, dropping frames, flickering, …)
Does "mpv --hwdec=auto video.mp4" print any errors?
Offline
Here is a screenshot of what videos look like. https://postimg.cc/hhTKnTDh
Looks very pixelated.
When i run what you posted, this is the result from an mp4 file i have:
'-[%]-> mpv --hwdec=auto mylivewallpapers.com-Treehouse-Summer-Rain.mp4
[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: UDTA parsing failed retrying raw
● Video --vid=1 (h264 1920x1080 24 fps) [default]
● Audio --aid=1 --alang=eng (aac 2ch 48000 Hz 160 kbps) [default]
WARNING: radv is not a conformant Vulkan implementation, testing use only.
Using hardware decoding (vulkan).
AO: [pipewire] 48000Hz stereo 2ch floatp
VO: [gpu-next] 1920x1080 vulkan[nv12]
AV: 00:00:20 / 00:00:20 (100%) A-V: 0.000 Dropped: 2
Exiting... (End of file)
Offline
Probably
WARNING: radv is not a conformant Vulkan implementation, testing use only.
mpv --hwdec=vaapi mylivewallpapers.com-Treehouse-Summer-Rain.mp4 mpv --hwdec=vaapi-copy mylivewallpapers.com-Treehouse-Summer-Rain.mp4 You can then https://wiki.archlinux.org/title/Mpv#Configuration
Offline