Intel Arc B580 --vpp-denoise mode does not work
I got today my Intel Arc B580LE as replacement for my Intel Arc A770LE. Made some comparisions with often used settings and the B580 was always faster. But one test failed:
if "--vpp-denoise" is used (tested auto and pre) the encoding fails:
`-------------------------------------------------------------------------------- P:\Test\bbb_sunflower_2160p_60fps_normal-fastflix-936b.mkv
adaptiveRef is not supported on current platform, disabled. videoPrm.mfx.TargetUsage value changed 1 -> 2 by driver videoPrm.mfx.NumRefFrame value changed 6 -> 5 by driver cop.SingleSeiNalUnit value changed off -> auto by driver cop3.AdaptiveCQM value changed on -> auto by driver QSVEncC (x64) 7.73 (r3500) by rigaya, Nov 12 2024 13:05:14 (VC 1941/Win) OS Windows 11 x64 (26100) [UTF-8] CPU Info 13th Gen Intel Core i9-13900K [5.80GHz] (8P+16E,24C/32T) GPU Info Intel Arc B580 Graphics (160EU) 400-2850MHz (32.0.101.6252) Media SDK QuickSyncVideo (hardware encoder) FF, 1st GPU(d), API v2.13 Async Depth 3 frames Hyper Mode off Buffer Memory d3d11, 181 work buffer Input Info avqsv: H.264/AVC, 3840x2160, 60/1 fps VPP ColorFmtConvertion: nv12 -> p010 Denoise pre, strength 10 Detail Enhancer, strength 20 AVSync auto Output H.265/HEVC(yuv420 10bit) main10 @ Level 5 (high tier) 3840x2160p 1:1 60.000fps (60/1fps) avwriter: hevc, mp3, ac3 => matroska Target usage 2 - higher Encode Mode ICQ (Intelligent Const. Quality) ICQ Quality 15 QP Limit min: 22, max: 63 Ref frames 5 frames Bframes 15 frames, B-pyramid: on Max GOP Length 144 frames Slices 2 VUI chromaloc:left Dynamic HDR10 copy dovi profile copy (unset) dovi rpu copy Ext. Features PerMBRC RepeatPPS WeightP WeightB GPB AdaptiveLTR tskip ctu:64 sao:all Break in task MFXVPP: undefined behavior.. avout: File header not written, unexpected error! avout: File header not written, unexpected error! avout: File header not written, unexpected error!`
The command line used:
"D:\VideoTools\QsvEnc773\QSVEncC64.exe" --avhw -i "P:\Test\bbb_sunflower_2160p_60fps_normal.mp4" --video-streamid 1 --video-metadata clear --metadata clear --video-metadata title="Big Buck Bunny, Sunflower version" --chapter-copy -c hevc --icq 15 --bframes 6 --ref 6 --quality best --la-depth 99 --level 5.0 --chromaloc auto --colorrange auto --colormatrix auto --transfer auto --colorprim auto --dhdr10-info copy --output-depth 10 --avsync cfr --adapt-ref --adapt-ltr --adapt-cqm --audio-copy 1,2 --audio-disposition 1?default --audio-disposition 2?default -m default_mode:infer_no_subs -d 1 --gop-len 144 --tier high --mbbrc --vpp-detail-enhance 20 --b-pyramid --bframes 15 --vpp-denoise mode=pre,strength=10 --slices 2 --avoid-idle-clock on=0.02 --dolby-vision-profile copy --dolby-vision-rpu copy -o "P:\Test\bbb_sunflower_2160p_60fps_normal-fastflix-0bab.mkv"
Removing --vpp-denoise solves problem.
I also have same problem on B580 with driver 32.0.101.6253.
I'll first wait for a while for some driver updates and see if improves.