Posts: 1
Threads: 1
Joined: Feb 2021
The PC has two video cards. Is it possible to do that to force which video card to encode the video. I'm asking about NVEnc. Now the program by default selects the video card that was first installed in the PC.
I would like to be able to run two copies of the program using different video cards.
Posts: 10.551
Threads: 57
Joined: May 2017
NVEnc has a '--device X' options, so if you add for example in one instance '--device 0' and in the other '--device 1' you could use each card.
(you can add custom options under 'NVEnc->Misc->Addition')
The right device ID can be checked by calling:
<PATH TO NVEncC.exe> --check-device
You might want to read:
https://github.com/rigaya/NVEnc/blob/mas...ions.en.md
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.