1#################################
2# HandBrake Portable
3#################################
4# Notes:
5# - Rename this file to portable.ini to activate feature.
6#
7# - storage.dir => Stores Presets, Settings and Log Files.
8# - tmp.dir => temporary files only. (i.e Preview images)
9# - update.check =>  true | false   (false disables the update check preference and disables update checking completely. true enables user-choice.)
10# - hardware.enabled => true | false (Enables the hardware encoders such as QSV, NVENC or VCE)
11# - process.isolation.enabled => true | false
12#	(Process Isolation uses an HTTP server on 127.0.0.1 port 8037 or within +100 if in use. This is 'HandBrake.worker.exe' and it is designed to protect the user interface and queue should one job cause an application crash.)
13#   (Disabled by default for portable mode, but recommended to turn it on.)
14# - software.render => true | false  (Only set to true if you are experiencing UI corruption or glitches)
15#
16# Set to 'cwd' to use the current applications directory. It will automatically create "storage" and "tmp" folders in this instance.
17# Leave blank to use the system "TMP" directory and the "AppData" user profile folder.
18#################################
19
20storage.dir = cwd
21tmp.dir = cwd
22update.check = false
23hardware.enabled = true
24process.isolation.enabled = false
25software.rendering = false