diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/portable.ini.template')
-rw-r--r-- | win/CS/HandBrakeWPF/portable.ini.template | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/portable.ini.template b/win/CS/HandBrakeWPF/portable.ini.template index c667efece..21dae0bd5 100644 --- a/win/CS/HandBrakeWPF/portable.ini.template +++ b/win/CS/HandBrakeWPF/portable.ini.template @@ -7,7 +7,8 @@ # - tmp.dir => temporary files only. (i.e Preview images) # - update.check => true | false (enabled / disabled, default disabled for portable) # - hardware.enabled => true | false (Enables the hardware encoders such as QSV, NVENC or VCE) -# +# - remote.worker.enabled => true | false (Allows use of the remote worker process 'HandBrake.worker.exe' which uses a localhost http server. Setting to false will process jobs in-process.) +# # Set to 'cwd' to use the current applications directory. It will automatically create "storage" and "tmp" folders in this instance. # Leave blank to use the system "TMP" directory and the "AppData" user profile folder. ################################# @@ -15,4 +16,5 @@ storage.dir = cwd tmp.dir = cwd update.check = false -hardware.enabled = true
\ No newline at end of file +hardware.enabled = true +remote.worker.enabled = true
\ No newline at end of file |