Closed DedZasshu closed 2 years ago
MPEG1/FFV1 is not supported by QSV hw decode, so it is expected.
VP9 hw decode is known to fail in GPU which supports oneVPL (API 2.0 or later) and don't support d3d9 mode (such as Arc A380). Using --avsw will be suitable in that case.
I’ll close this issue as the topic has been answered.
Been trying to encode some VP9/MPEG1 videos, but for some reason QSVEnc (using ARC A380) can't seem to hardware decode them properly (even though the basic guide says it can decode both). NVEnc can hardware decode them properly.
MPEG1:
VP9:
FFV1:
Of course, one way to bypass the issue is to use --avsw instead of --avhw, but it shouldn't need to and the decoding/encoding process is slower using avsw.