summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/portable.ini.template
blob: 8a403b322a12f99626c099a40f36dc89060aa458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#################################
# HandBrake Portable
#################################
# Notes:
# - Rename this file to portable.ini to activate feature.
#
# - storage.dir => Stores Presets, Settings and Log Files.
# - 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)
# - process.isolation.enabled => true | false 
#	(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.)
#
# 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.
#################################

storage.dir = cwd
tmp.dir = cwd
update.check = false
hardware.enabled = true
process.isolation.enabled = true