Quote:
Originally Posted by slalom
How do you do that??
|
And how long have you been using RipBot ?
In the RipBot264.ini
add something like this:-
Code:
Server1CommandLine=/port 1000 /priority normal /restart-if-no-progress /ip 192.168.1.201 /port 1000
Server2CommandLine=/port 1000 /priority normal /restart-if-no-progress /ip 192.168.1.201 /port 2000
Code:
LIST OF SUPPORTED COMMAND LINE SWITCHES
=======================================
Usage: EncodingServer.exe [switch] ...
=======================================
/minimize
starts server minimized in tray
/clear-error-log
deletes all error log files
/server-name "[text]"
Custom name for server
/restart-time-limit [integer]
restarts encoding if no progress after X number of minutes
NOTE: 0 = disabled
/ip [IPv4]
IP address binding
/port [integer]
sets listening port
NOTE: Value must be divisible by 1000
/node [integer]
assigns encoding task to specific NUMA node
NOTE: Server will not start if node number is incorrect
/affinity [hexadecimal]
assigns encoding task to specific CPU
NOTE: Affinity in standard hexadecimal format
/priority [low,belownormal,normal]
sets encoding task priority
NOTE: if not specified then variable priority mode is activated
/avisynth-prefetch-threads [integer]
sets number of prefetch threads in avisynth script
/x264-threads [integer]
sets number of threads for x264 encoder
/x265-threads [integer]
sets number of threads for x265 encoder
/knlmeanscl-opencl-device-type [CPU,GPU]
changes opencl device type for KNLMeansCL filter
/knlmeanscl-opencl-device-id [integer]
changes opencl device id for KNLMeansCL filter
/x264-opencl-device-id [integer]
changes opencl device id for x264 encoder