summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/portable.ini.template
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/portable.ini.template')
-rw-r--r--win/CS/HandBrakeWPF/portable.ini.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/portable.ini.template b/win/CS/HandBrakeWPF/portable.ini.template
index 495a73441..c667efece 100644
--- a/win/CS/HandBrakeWPF/portable.ini.template
+++ b/win/CS/HandBrakeWPF/portable.ini.template
@@ -6,6 +6,7 @@
# - 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)
#
# 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.
@@ -13,4 +14,5 @@
storage.dir = cwd
tmp.dir = cwd
-update.check = false \ No newline at end of file
+update.check = false
+hardware.enabled = true \ No newline at end of file