blob: d518d7825fab670b873efb3a6c3e3b4756bc236f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
|
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Handbrake.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="GuiVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">2.41</Value>
</Setting>
<Setting Name="updateFile" Type="System.String" Scope="User">
<Value Profile="(Default)">http://download.m0k.org/handbrake/windows/update.txt</Value>
</Setting>
<Setting Name="processPriority" Type="System.String" Scope="User">
<Value Profile="(Default)">Below Normal</Value>
</Setting>
<Setting Name="Processors" Type="System.String" Scope="User">
<Value Profile="(Default)">Automatic</Value>
</Setting>
<Setting Name="defaultSettings" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="updateStatus" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="verbose" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DVDSource" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DVDTitle" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ChapterStart" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="ChapterFinish" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VideoDest" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VideoEncoder" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="AudioEncoder" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Width" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Height" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CroppingOption" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CropTop" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CropBottom" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CropLeft" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CropRight" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Subtitles" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VideoBitrate" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VideoFilesize" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="TwoPass" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DeInterlace" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Grayscale" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="Framerate" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="PixelRatio" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="turboFirstPass" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="largeFile" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="AudioBitrate" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="AudioSampleRate" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="AudioChannels" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CRF" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="H264" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VideoQuality" Type="System.Int32" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="FullDVDInfo" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="denoise" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="detelecine" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="deblock" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="QuickStartWindow" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="CliVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">0.9.1</Value>
</Setting>
<Setting Name="GuiDebug" Type="System.String" Scope="User">
<Value Profile="(Default)">Checked</Value>
</Setting>
<Setting Name="defaultError" Type="System.String" Scope="User">
<Value Profile="(Default)">Program Error. Please enable debug more in: Tools > Options. If the error re-occurs, please report it on the forums.</Value>
</Setting>
</Settings>
</SettingsFile>
|