View Single Post
Old 11th December 2018, 15:01   #16418  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,816
Quote:
I just thought of something...would it possible to run multiple GPUs now, using a command line switch to use different IDs.
sure
Code:
/port 1000 /minimize /priority low /knlmeanscl-opencl-device-id 0
/port 2000 /minimize /priority low /knlmeanscl-opencl-device-id 1
If you are using x264+KNLMeansCL and you also have iGPU (device 0) and dGPU (device 1) then
Code:
/port 1000 /minimize /priority low /x264-opencl-device-id 0 /knlmeanscl-opencl-device-id 1

Last edited by Atak_Snajpera; 11th December 2018 at 15:06.
Atak_Snajpera is offline   Reply With Quote