Selur's Little Message Board
Nvencc crash - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Nvencc crash (/thread-1155.html)



Nvencc crash - Peter82kr - 11.09.2019

When i try convert avi file to h265 using nvencc i get crash on constant quantizer encoding.Attached debug output lvl. 9.

I tried older and new video driver with no success.


RE: Nvencc crash - Selur - 12.09.2019

Looking at:
"C:\PROGRA~1\Hybrid\64bit\NVEncC.exe" --avhw native  --avi -i "D:\zPrzekonwertowane\Ancient.Aliens.PL.S01.BRRip.XviD-koldus\Ancient.Aliens.PL.S01E01.Dowody.BRRip.XviD-koldus.avi" --fps 23.976 --codec h265 --profile main10 --level auto --tier high --sar 64:45 --lookahead 16 --output-depth 10 --cqp 28:31:33 --gop-len 0 --ref 3 --bframes 3 --bref-mode disabled --no-b-adapt --mv-precision Q-pel --preset quality --colormatrix bt470bg --vpp-resize default --output-res 720x576 --vpp-gauss disabled --cuda-schedule sync --output "D:\zPrzekonwertowane\Ancient.Aliens.PL.S01E01.Dowody.BRRip.XviD-koldus_23_19_13_0710_04.265"
I guess either:
a. the decoder of the gpu doesn't support decoding your source directly (try disabling 'Only use encoder')
or
b. there is a problem with the call (What happens if you call the call inside a Windows command prompt?)

Cu Selur


RE: Nvencc crash - Peter82kr - 12.09.2019

Microsoft Windows [Version 10.0.18362.356]
© 2019 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Users\siarap>"C:\PROGRA~1\Hybrid\64bit\NVEncC.exe" --avhw native  --avi -i "D:\zPrzekonwertowane\Ancient.Aliens.PL.S01.BRRip.XviD-koldus\Ancient.Aliens.PL.S01E01.Dowody.BRRip.XviD-koldus.avi" --fps 23.976 --codec h265 --profile main10 --level auto --tier high --sar 64:45 --lookahead 16 --output-depth 10 --cqp 28:31:33 --gop-len 0 --ref 3 --bframes 3 --bref-mode disabled --no-b-adapt --mv-precision Q-pel --preset quality --colormatrix bt470bg --vpp-resize default --output-res 720x576 --vpp-gauss disabled --cuda-schedule sync --output "D:\zPrzekonwertowane\Ancient.Aliens.PL.S01E01.Dowody.BRRip.XviD-koldus_23_19_13_0710_04.265"
avi: failed to decode avi file.
Failed to open input file.

i disabled only use decoder and it works now.Thanks.


RE: Nvencc crash - Selur - 12.09.2019

Happy that solved the problem and like I guessed it was a decoding problem. Smile

Cu Selur