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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
|
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="FilterView_Deblock" xml:space="preserve">
<value>Deblock reduces blocky artifacts caused by low quality video compression.</value>
</data>
<data name="FilterView_DecombDeinterlace" xml:space="preserve">
<value>Choose decomb or deinterlace filter options.
The decomb filter selectively deinterlaces frames that appear to be interlaced.
This will preserve quality in frames that are not interlaced.
The classic deinterlace filter is applied to all frames.
Frames that are not interlaced will suffer some quality degradation.</value>
</data>
<data name="FilterView_Denoise" xml:space="preserve">
<value>Denoise reduces or removes the appearance of noise and grain. This can improve compression efficiency and create higher quality video at smaller file sizes.
Overly strong Denoise settings may damage picture quality by discarding detail.
NLMeans is a high quality denoise filter with a cost to speed. Use where quality is more important than speed.
HQDN3D is an adaptive low-pass filter, faster than NLMeans but less effective at preserving fine detail.</value>
</data>
<data name="FilterView_Detelecine" xml:space="preserve">
<value>Detelecine removes comb artifacts that are the result of telecine, a process for converting film frame rates to television frame rates.</value>
</data>
<data name="FilterView_Grayscale" xml:space="preserve">
<value>Grayscale removes the color component of the video. Often referred to as Black &amp; White video.</value>
</data>
<data name="MainView_Destination" xml:space="preserve">
<value>Destination path, including directory and file name. This is where your new video will be created, and what it will be named.</value>
</data>
<data name="MainView_IpodAtom" xml:space="preserve">
<value>Add a special MP4 marker to allow playback on vintage iPod 5th Generation devices circa 2006. Other settings may affect compatibility.</value>
</data>
<data name="MainView_Mux" xml:space="preserve">
<value>Container format. Video, audio, and other tracks are combined into a single file of this type. Affects compatibility.</value>
</data>
<data name="MainView_Optimise" xml:space="preserve">
<value>Optimize MP4 for progressive download. After encoding, data is reorganized and rewritten to allow immediate playback over a network, without needing to download the entire file.</value>
</data>
<data name="MainView_Range" xml:space="preserve">
<value>Source range selection. By default, all chapters are selected and the entire source is encoded.</value>
</data>
<data name="MainView_Title" xml:space="preserve">
<value>Title, or video clip, to encode.
Blu-ray and DVD sources often have multiple titles, the longest of which is typically the main feature</value>
</data>
<data name="PictureSettingsView_Anamorphic" xml:space="preserve">
<value>Anamorphic allows arbitrary storage dimensions while preserving the original aspect during playback.
Off disables anamorphic. Video storage dimensions and display dimensions will be identical. Only useful for compatibility with certain legacy devices.
Auto maximizes storage resolution while preserving the original display aspect ratio. Recommended.
Loose is similar to Auto, but attempts to preserve the storage aspect ratio. This can result in a slight storage resolution loss compared to Auto.
Custom allows manually setting all parameters. Useful for correcting an incorrect source display aspect and for professionals needing advanced control in post-production.</value>
</data>
<data name="PictureSettingsView_AutoCrop" xml:space="preserve">
<value>Automatically crop black borders around edges of the video.</value>
</data>
<data name="PictureSettingsView_CropBottom" xml:space="preserve">
<value>Crop the video from the bottom.</value>
</data>
<data name="PictureSettingsView_CropLeft" xml:space="preserve">
<value>Crop the video from the left side.</value>
</data>
<data name="PictureSettingsView_CropRight" xml:space="preserve">
<value>Crop the video from the right side.</value>
</data>
<data name="PictureSettingsView_CropTop" xml:space="preserve">
<value>Crop the video from the top.</value>
</data>
<data name="PictureSettingsView_Height" xml:space="preserve">
<value>This is the height that the video will be stored at.
The actual display dimensions will differ if the pixel aspect ratio is not 1:1.</value>
</data>
<data name="PictureSettingsView_ManualCrop" xml:space="preserve">
<value>Manually crop the video.</value>
</data>
<data name="PictureSettingsView_Modulus" xml:space="preserve">
<value>Align storage dimensions to multiples of this value.
This setting is only necessary for compatibility with some devices.
You should use 2 unless you experience compatibility issues.</value>
</data>
<data name="PictureSettingsView_PAR" xml:space="preserve">
<value>Pixel aspect defines the shape of the pixels.
A 1:1 ratio defines a square pixel. Other values define rectangular shapes.
Players will scale the image in order to achieve the specified aspect.</value>
</data>
<data name="PictureSettingsView_Width" xml:space="preserve">
<value>This is the width that the video will be stored at.
The actual display dimensions will differ if the pixel aspect ratio is not 1:1.</value>
</data>
<data name="QueueView_DeleteJob" xml:space="preserve">
<value>Delete the job from the queue.</value>
</data>
<data name="QueueView_ResetJobStatus" xml:space="preserve">
<value>Reset job status to Waiting.</value>
</data>
<data name="QueueView_SendJobBack" xml:space="preserve">
<value>Send the job back to the main window for editing.</value>
</data>
<data name="Video_AvgBitrate" xml:space="preserve">
<value>Set the average bitrate.
The instantaneous bitrate can be much higher or lower at any point in time.
But the average over a long duration will be the value set here. If you need
to limit instantaneous bitrate, look into x264's vbv-bufsize and vbv-maxrate settings.</value>
</data>
<data name="Video_ConstantFramerate" xml:space="preserve">
<value>Enables constant framerate output.</value>
</data>
<data name="Video_Encoders" xml:space="preserve">
<value>Available video encoders.</value>
</data>
<data name="Video_EncoderTune" xml:space="preserve">
<value>Tune settings to optimize for common scenarios.
This can improve efficiency for particular source characteristics or set
characteristics of the output file. Changes will be applied after the
preset but before all other parameters.</value>
</data>
<data name="Video_ExtraOpts" xml:space="preserve">
<value>Additional encoder settings.
Colon separated list of encoder options.</value>
</data>
<data name="Video_FastDecode" xml:space="preserve">
<value>Reduce decoder CPU usage.
Set this if your device is struggling to play the output (dropped frames).</value>
</data>
<data name="Video_Framerate" xml:space="preserve">
<value>Output framerate.
'Same as source' is recommended. If your source video has a variable framerate, 'Same as source' will preserve it.</value>
</data>
<data name="Video_Level" xml:space="preserve">
<value>Sets and ensures compliance with the specified level.
Overrides all other settings.</value>
</data>
<data name="Video_PeakFramerate" xml:space="preserve">
<value>Enables variable framerate output with a peak rate determined by the framerate setting.</value>
</data>
<data name="Video_Presets" xml:space="preserve">
<value>Adjusts encoder settings to trade off compression efficiency against encoding speed.
This establishes your default encoder settings.
Tunes, profiles, levels and advanced option string will be applied to this.
You should generally set this option to the slowest you can bear since slower
settings will result in better quality or smaller files.</value>
</data>
<data name="Video_Profile" xml:space="preserve">
<value>Sets and ensures compliance with the specified profile.
Overrides all other settings.</value>
</data>
<data name="Video_Quality" xml:space="preserve">
<value>Set the desired quality factor.
The encoder targets a certain quality.
The scale used by each video encoder is different.
x264's scale is logarithmic and lower values correspond to higher quality.
So small decreases in value will result in progressively larger increases
in the resulting file size. A value of 0 means lossless and will result
in a file size that is larger than the original source, unless the source
was also lossless.
Suggested values are: 18 to 20 for standard definition sources and 20 to 23 for high definition sources.
FFMpeg's and Theora's scale is more linear.
These encoders do not have a lossless mode.</value>
</data>
<data name="Video_TurboFirstPass" xml:space="preserve">
<value>During the 1st pass of a 2 pass encode, use settings that speed things along.</value>
</data>
<data name="Video_TwoPass" xml:space="preserve">
<value>Perform 2 Pass Encoding.
The 'Bitrate' option is prerequisite. During the 1st pass, statistics about
the video are collected. Then in the second pass, those statistics are used
to make bitrate allocation decisions.</value>
</data>
<data name="Video_VariableFramerate" xml:space="preserve">
<value>Enables variable framerate output.
VFR is not compatible with some players.</value>
</data>
<data name="MainView_WhenDone" xml:space="preserve">
<value>When HandBrake has finished the current queue or encode it will perform this action.</value>
</data>
<data name="MainView_Browse" xml:space="preserve">
<value>Browse to select a new destination path and file name for your encode.</value>
</data>
<data name="MainView_Angle" xml:space="preserve">
<value>Video angle to encode. Only applicable to multi-angle DVD and Blu-ray.</value>
</data>
<data name="MainView_AddPreset" xml:space="preserve">
<value>Add a new preset.</value>
</data>
<data name="MainView_PresetAdditionalOptions" xml:space="preserve">
<value>Additional Preset Options.</value>
</data>
<data name="MainView_Presets" xml:space="preserve">
<value>Presets are groups of encode settings tailored for specific scenarios. Select the one closest matching your intent.
Overrides all encode settings. Settings may be further adjusted after selecting a preset.</value>
</data>
<data name="MainView_RemovePreset" xml:space="preserve">
<value>Remove the selected preset.</value>
</data>
<data name="SourceSelection_TitleSpecific" xml:space="preserve">
<value>Scan only the specified title instead of all titles.</value>
</data>
<data name="FilterView_CustomDenoiseParams" xml:space="preserve">
<value>Custom Denoise parameters.
NLMeans syntax: y-strength=y:y-origin-tune=y:y-patch-size=y:y-range=y:y-frame-count=y:y-prefilter=y:cb-strength=c:cb-origin-tune=c:cb-patch-size=c:cb-range=c:cb-frame-count=c:cb-prefilter=c:cr-strength=c:cr-origin-tune=c:cr-patch-size=c:cr-range=c:cr-frame-count=c:cr-prefilter=c:threads=t
NLMeans default: y-strength=6:y-origin-tune=1:y-patch-size=7:y-range=3:y-frame-count=2:y-prefilter=0:cb-strength=6:cb-origin-tune=1:cb-patch-size=7:cb-range=3:cb-frame-count=2:cb-prefilter=0
HQDN3D syntax: y-spatial=y:cb-spatial=c:cr-spatial=c:y-temporal=y:cb-temporal=c:cr-temporal=c
HQDN3D default: y-spatial=3:cb-spatial=2:cr-spatial=2:y-temporal=2:cb-temporal=3:cr-temporal=3</value>
</data>
<data name="FilterView_DenoisePreset" xml:space="preserve">
<value>Denoise filter preset. Sets the strength of the filter.</value>
</data>
<data name="FilterView_DenoiseTune" xml:space="preserve">
<value>Denoise tune. Further adjusts the Denoise preset to optimize settings for specific scenarios.
- None uses the default preset settings.
- Film refines settings for use with most live action content.
- Grain only processes color channels. Useful for preserving the film-like look of luminance grain while reducing or removing color noise.
- High Motion reduces color smearing in high motion scenes by avoiding temporal processing for color channels. Useful for sports and action videos.
- Animation is useful for cel animation such as anime and cartoons.
- Tape is useful for low-detail analog tape sources such as VHS, where Film does not produce a desirable result.
- Sprite is useful for 1-/4-/8-/16-bit 2-dimensional games. Sprite is not designed for high definition video.</value>
</data>
<data name="FilterView_Deinterlace" xml:space="preserve">
<value>Deinterlace removes comb artifacts from the picture.
Yadif is a popular and fast deinterlacer.
Decomb switches between multiple interpolation algorithms for speed and quality.</value>
</data>
<data name="FilterView_DeinterlaceCustom" xml:space="preserve">
<value>Custom Deinterlace parameters.
Yadif syntax: mode=m:parity=p
Yadif default: mode=3
Decomb syntax: mode=m:magnitude-thresh=m:variance-thresh=v:laplacian-thresh=l:dilation-thresh=d:erosion-thresh=e:noise-thresh=n:search-distance=s:postproc=p:parity=p
Decomb default: mode=7</value>
</data>
<data name="FilterView_DeinterlacePreset" xml:space="preserve">
<value>Deinterlace filter preset.
Default is well balanced for speed and quality.
Skip Spatial Check lets Yadif skip correcting certain avoidable artifacts for a slight speed boost.
EEDI2 uses a slower, higher quality interpolation algorithm for Decomb. Useful for the most difficult sources.
Bob attempts to better preserve motion for a slight penalty to perceived resolution.</value>
</data>
<data name="FilterView_Flip" xml:space="preserve">
<value>Flips (mirrors) the picture on the horizontal axis.</value>
</data>
<data name="FilterView_InterlaceDetection" xml:space="preserve">
<value>Interlace Detection, when enabled, allows the Deinterlace filter to only process interlaced video frames.</value>
</data>
<data name="FilterView_InterlaceDetectionCustom" xml:space="preserve">
<value>Custom Interlace Detection parameters.
Syntax: mode=m:spatial-metric=s:motion-thresh=m:spatial-thresh=s:filter-mode=f:block-thresh=b:block-width=b:block-height=b:disable=d
Default: mode=3:spatial-metric=2:motion-thresh=1:spatial-thresh=1:filter-mode=2:block-thresh=40:block-width=16:block-height=16</value>
</data>
<data name="FilterView_Rotate" xml:space="preserve">
<value>Rotate the picture clockwise in 90 degree increments.</value>
</data>
<data name="MainView_Duration" xml:space="preserve">
<value>Duration of the selected source range in Hours:Minutes:Seconds</value>
</data>
<data name="PictureSettingsView_KeepAR" xml:space="preserve">
<value>Keep Aspect Ratio maintains the original display aspect of the source. Disabling this may result in a stretched or squeezed picture.</value>
</data>
<data name="FilterView_CustomSharpenParams" xml:space="preserve">
<value>Custom Sharpen parameters.
Unsharp syntax: y-strength=y:y-size=y:cb-strength=c:cb-size=c:cr-strength=c:cr-size=c
Unsharp default: y-strength=0.25:y-size=7:cb-strength=0.25:cb-size=7
Lapsharp syntax: y-strength=y:y-kernel=y:cb-strength=c:cb-kernel=c:cr-strength=c:cr-kernel=c
Lapsharp default: y-strength=0.2:y-kernel=isolap:cb-strength=0.2:cb-kernel=isolap</value>
</data>
<data name="FilterView_Sharpen" xml:space="preserve">
<value>Sharpening enhances the appearance of detail, especially edges. Overly strong Sharpen settings may damage picture quality by creating ringing artifacts and enhancing noise, which can reduce compression efficiency.
Unsharp is a general purpose unsharp masking filter. It sharpens by blurring, then calculating the difference between the blurred picture and the original.
Lapsharp sharpens using convolution kernels approximating Laplacian edge filters, sometimes producing higher quality results than unsharp masking.</value>
</data>
<data name="FilterView_SharpenPreset" xml:space="preserve">
<value>Sharpen filter preset. Sets the strength of the filter.</value>
</data>
<data name="FilterView_SharpenTune" xml:space="preserve">
<value>Sharpen tune. Further adjusts the Sharpen preset to optimize settings for specific scenarios.
None uses the default preset settings.
Unsharp can be tuned for Ultrafine, Fine, Medium, Coarse, or Very Coarse sharpening. Select one based on the output picture resolution and fineness of detail to enhance.
Lapsharp's Film tune refines settings for use with most live action content. Film uses an isotropic Laplacian kernel to sharpen all edges similarly, and luminance (brightness) information is sharpened more than chrominance (color) information.
Lapsharp's Grain tune is similar to Film, but uses an isotropic Laplacian of Gaussian kernel to reduce the effect on noise and grain. Useful for preserving grain and as a general alternative to the Film tune.
Lapsharp's Animation tune is useful for cel animation such as anime and cartoons. Animation is identical to Film, but overall strength is reduced to avoid creating artifacts.
Lapsharp's Sprite tune is useful for 1-/4-/8-/16-bit 2-dimensional games. Sprite uses a 4-neighbor Laplacian kernel that enhances vertical and horizontal edges more than diagonal edges.</value>
</data>
<data name="MainView_AlignAVStart" xml:space="preserve">
<value>Aligns the initial timestamps of all audio and video streams by inserting blank frames or dropping frames. May improve audio/video sync for broken players that do not honor MP4 edit lists.</value>
</data>
<data name="MainView_PresetOptionsContextMenu" xml:space="preserve">
<value>Options to control presets.</value>
</data>
<data name="MainView_EndPoint" xml:space="preserve">
<value>The end point for this range.</value>
</data>
<data name="MainView_StartPoint" xml:space="preserve">
<value>The start point for this range.</value>
</data>
</root>
|