Page 1 of 1

NVIDIA Decoding

Posted: Sat Jan 18, 2020 3:15 pm
by _AlexM_
Hi guys,
is there a problem to implement NVIDIA Decoding?
I see there is QSV one.
When transcoding AVC to AVC, the NVENC does a great job,
yet, this involves decoding, which uses great part of the CPU.

Re: NVIDIA Decoding

Posted: Sat Jan 18, 2020 4:02 pm
by s55
There are no plans to introduce this.

Generally, software decoding has proven to be far more reliable, especially with the less than complaint sources that HandBrake often sees.

We previously had hardware decoding though DXVA but this was abandoned after it was proven to cause too many issues for users.

Re: NVIDIA Decoding

Posted: Sun Jan 26, 2020 11:21 am
by gmb
One big advantage for the hardware encoding is the low CPU utilization, especially for notebooks and slower machines. Without hardware decoding support the CPU utilization will go up, hardware encoding without hardware decoding support is poor. The thing is QS decoding isn't working either for me in Handbrake, CPU goes up to 50-100% or it's crashing....this is really poor.

Re: NVIDIA Decoding

Posted: Sun Jan 26, 2020 11:25 am
by s55
@gmb -> Post a log and we can probably give you a clue why.

Just note, QSV only supports decoding a limited number of formats. Also note, that everything between decoding and encoding is all done on CPU and depending on your hardware, could still easily max out the CPU depending on settings used.

Re: NVIDIA Decoding

Posted: Sun Jan 26, 2020 11:41 am
by gmb
It just crashes at the moment. A log is attached.
activity_log10248.txt
Handbrake crash
(6.56 KiB) Downloaded 874 times
If I disable QSV decoding it runs but CPU load is high.

Re: NVIDIA Decoding

Posted: Sun Jan 26, 2020 12:58 pm
by s55
Your system is rejecting HandBrakes call to take an exclusive lock on the device. Make sure you don't have any screen capture, gaming, overclocking, overlay tools etc running in the background that might have a handle to the hardware.

Might also want to make sure you have a monitor attacked to the Intel UHD ports as the QS implementation is still D3D9 for decode, which doesn't allow for inactive devices to be used.

Re: NVIDIA Decoding

Posted: Sun Jan 26, 2020 3:22 pm
by gmb
s55 wrote: Sun Jan 26, 2020 12:58 pm Might also want to make sure you have a monitor attacked to the Intel UHD ports as the QS implementation is still D3D9 for decode, which doesn't allow for inactive devices to be used.

Intel UHD is my secondary graphics at the moment, I'm surprised QSV decoding isn't D3D11 in Handbrake.

Re: NVIDIA Decoding

Posted: Sun Jan 26, 2020 3:40 pm
by s55
It's coming soon-ish (tm)