summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/defaultsettings.xml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-06-29 21:23:07 +0100
committersr55 <[email protected]>2018-06-29 21:23:07 +0100
commit79825db0caa3a5d7cd6293eefdc095e7884b1b56 (patch)
treea7dd564726c6c3c56b56d911f80484b8b186c228 /win/CS/HandBrakeWPF/defaultsettings.xml
parentdbf898635dc12608b78c33916137465ce08937bf (diff)
WinGui: Extend the "Video" preference tab to allow the hardware encoders to be disabled.
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r--win/CS/HandBrakeWPF/defaultsettings.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml
index 853cf5396..d9f47ac91 100644
--- a/win/CS/HandBrakeWPF/defaultsettings.xml
+++ b/win/CS/HandBrakeWPF/defaultsettings.xml
@@ -536,4 +536,29 @@
<anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">8080</anyType>
</value>
</item>
+
+ <item>
+ <key>
+ <string>EnableQuickSyncEncoding</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">true</anyType>
+ </value>
+ </item>
+ <item>
+ <key>
+ <string>EnableVceEncoder</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">true</anyType>
+ </value>
+ </item>
+ <item>
+ <key>
+ <string>EnableNvencEncoder</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:boolean" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">true</anyType>
+ </value>
+ </item>
</dictionary> \ No newline at end of file