Open hmartinez82 opened 4 months ago
VLC is not displaying any video content (only audio) when playing AV1 content and hw acceleration is enabled.
This behavior is seen with both DXVA 2.0 and D3D11 VA.
The official VLC 3.0.21 build does not show this behavior and hw accelerated AV1 works as expected
Other hw accelerated codecs, like H.264, are working as expected
MINGW64_NT-10.0-22631
✔️
This indeed seems to be VLC specific. MPV with mpv --hwdec=d3d11va ... is working as expected
mpv --hwdec=d3d11va ...
Afair official VLC is still using ffmpeg 4.4, so lots of potential differences there.
Description / Steps to reproduce the issue
VLC is not displaying any video content (only audio) when playing AV1 content and hw acceleration is enabled.
This behavior is seen with both DXVA 2.0 and D3D11 VA.
The official VLC 3.0.21 build does not show this behavior and hw accelerated AV1 works as expected
Other hw accelerated codecs, like H.264, are working as expected
Expected behavior
Actual behavior
Verification
Windows Version
MINGW64_NT-10.0-22631
MINGW environments affected
Are you willing to submit a PR?
✔️