OSDN Git Service

translate x264 panel's tooltips, refined
[handbrake-jp/handbrake-jp.git] / win / C# / Controls / x264Panel.Designer.cs
1 /*  x264Panel.Designer.cs $\r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake.Controls\r
8 {\r
9     partial class x264Panel\r
10     {\r
11         /// <summary> \r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary> \r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Component Designer generated code\r
30 \r
31         /// <summary> \r
32         /// Required method for Designer support - do not modify \r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(x264Panel));\r
39             this.slider_psytrellis = new System.Windows.Forms.TrackBar();\r
40             this.lbl_psytrellis = new System.Windows.Forms.Label();\r
41             this.lbl_psyrd = new System.Windows.Forms.Label();\r
42             this.slider_psyrd = new System.Windows.Forms.TrackBar();\r
43             this.lbl_adaptBFrames = new System.Windows.Forms.Label();\r
44             this.drop_adaptBFrames = new System.Windows.Forms.ComboBox();\r
45             this.label43 = new System.Windows.Forms.Label();\r
46             this.btn_reset = new System.Windows.Forms.Button();\r
47             this.rtf_x264Query = new System.Windows.Forms.RichTextBox();\r
48             this.check_Cabac = new System.Windows.Forms.CheckBox();\r
49             this.check_noDCTDecimate = new System.Windows.Forms.CheckBox();\r
50             this.check_noFastPSkip = new System.Windows.Forms.CheckBox();\r
51             this.lbl_trellis = new System.Windows.Forms.Label();\r
52             this.drop_trellis = new System.Windows.Forms.ComboBox();\r
53             this.drop_deblockBeta = new System.Windows.Forms.ComboBox();\r
54             this.label41 = new System.Windows.Forms.Label();\r
55             this.drop_deblockAlpha = new System.Windows.Forms.ComboBox();\r
56             this.panel3 = new System.Windows.Forms.Panel();\r
57             this.panel1 = new System.Windows.Forms.Panel();\r
58             this.panel2 = new System.Windows.Forms.Panel();\r
59             this.check_8x8DCT = new System.Windows.Forms.CheckBox();\r
60             this.label45 = new System.Windows.Forms.Label();\r
61             this.drop_analysis = new System.Windows.Forms.ComboBox();\r
62             this.label48 = new System.Windows.Forms.Label();\r
63             this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox();\r
64             this.lbl_merange = new System.Windows.Forms.Label();\r
65             this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox();\r
66             this.label54 = new System.Windows.Forms.Label();\r
67             this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox();\r
68             this.check_pyrmidalBFrames = new System.Windows.Forms.CheckBox();\r
69             this.check_weightedBFrames = new System.Windows.Forms.CheckBox();\r
70             this.lbl_direct_prediction = new System.Windows.Forms.Label();\r
71             this.drop_directPrediction = new System.Windows.Forms.ComboBox();\r
72             this.label62 = new System.Windows.Forms.Label();\r
73             this.drop_bFrames = new System.Windows.Forms.ComboBox();\r
74             this.label64 = new System.Windows.Forms.Label();\r
75             this.drop_refFrames = new System.Windows.Forms.ComboBox();\r
76             this.check_mixedReferences = new System.Windows.Forms.CheckBox();\r
77             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
78             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).BeginInit();\r
79             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).BeginInit();\r
80             this.SuspendLayout();\r
81             // \r
82             // slider_psytrellis\r
83             // \r
84             this.slider_psytrellis.Location = new System.Drawing.Point(436, 194);\r
85             this.slider_psytrellis.Name = "slider_psytrellis";\r
86             this.slider_psytrellis.Size = new System.Drawing.Size(131, 45);\r
87             this.slider_psytrellis.TabIndex = 86;\r
88             this.ToolTip.SetToolTip(this.slider_psytrellis, "この値を大きくすると、映像のシャープさやディテールをより維持するようになりますが、\r\nその一方で映像がより人工的にもなります。\r\nこの機能は実験的機能であり、その" +\r
89                     "ためデフォルトではOffに設定されています。\r\n適切な値は0.1から0.2の間です。");\r
90             this.slider_psytrellis.Scroll += new System.EventHandler(this.widgetControlChanged);\r
91             // \r
92             // lbl_psytrellis\r
93             // \r
94             this.lbl_psytrellis.AutoSize = true;\r
95             this.lbl_psytrellis.Location = new System.Drawing.Point(328, 198);\r
96             this.lbl_psytrellis.Name = "lbl_psytrellis";\r
97             this.lbl_psytrellis.Size = new System.Drawing.Size(102, 13);\r
98             this.lbl_psytrellis.TabIndex = 85;\r
99             this.lbl_psytrellis.Text = "Psychovisual Trellis:";\r
100             // \r
101             // lbl_psyrd\r
102             // \r
103             this.lbl_psyrd.AutoSize = true;\r
104             this.lbl_psyrd.Location = new System.Drawing.Point(283, 164);\r
105             this.lbl_psyrd.Name = "lbl_psyrd";\r
106             this.lbl_psyrd.Size = new System.Drawing.Size(147, 13);\r
107             this.lbl_psyrd.TabIndex = 84;\r
108             this.lbl_psyrd.Text = "Psychovisual Rate Distortion:";\r
109             // \r
110             // slider_psyrd\r
111             // \r
112             this.slider_psyrd.Location = new System.Drawing.Point(436, 153);\r
113             this.slider_psyrd.Name = "slider_psyrd";\r
114             this.slider_psyrd.Size = new System.Drawing.Size(131, 45);\r
115             this.slider_psyrd.TabIndex = 83;\r
116             this.ToolTip.SetToolTip(this.slider_psyrd, "視覚心理を考慮した歪み最適化(Psy RDO)レベルを調整します。\r\nこの値を調整することで、映像品質が向上する可能性があります。");\r
117             this.slider_psyrd.Scroll += new System.EventHandler(this.widgetControlChanged);\r
118             // \r
119             // lbl_adaptBFrames\r
120             // \r
121             this.lbl_adaptBFrames.AutoSize = true;\r
122             this.lbl_adaptBFrames.Location = new System.Drawing.Point(21, 124);\r
123             this.lbl_adaptBFrames.Name = "lbl_adaptBFrames";\r
124             this.lbl_adaptBFrames.Size = new System.Drawing.Size(102, 13);\r
125             this.lbl_adaptBFrames.TabIndex = 81;\r
126             this.lbl_adaptBFrames.Text = "Adaptive B-Frames:";\r
127             // \r
128             // drop_adaptBFrames\r
129             // \r
130             this.drop_adaptBFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
131             this.drop_adaptBFrames.FormattingEnabled = true;\r
132             this.drop_adaptBFrames.Items.AddRange(new object[] {\r
133             "Default (Fast)",\r
134             "Off",\r
135             "Fast",\r
136             "Optimal"});\r
137             this.drop_adaptBFrames.Location = new System.Drawing.Point(129, 121);\r
138             this.drop_adaptBFrames.Name = "drop_adaptBFrames";\r
139             this.drop_adaptBFrames.Size = new System.Drawing.Size(121, 21);\r
140             this.drop_adaptBFrames.TabIndex = 82;\r
141             this.ToolTip.SetToolTip(this.drop_adaptBFrames, resources.GetString("drop_adaptBFrames.ToolTip"));\r
142             this.drop_adaptBFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
143             // \r
144             // label43\r
145             // \r
146             this.label43.AutoSize = true;\r
147             this.label43.BackColor = System.Drawing.Color.Transparent;\r
148             this.label43.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
149             this.label43.Location = new System.Drawing.Point(13, 13);\r
150             this.label43.Name = "label43";\r
151             this.label43.Size = new System.Drawing.Size(194, 13);\r
152             this.label43.TabIndex = 49;\r
153             this.label43.Text = "x264(H.264エンコーダ)の詳細設定";\r
154             // \r
155             // btn_reset\r
156             // \r
157             this.btn_reset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
158             this.btn_reset.ForeColor = System.Drawing.Color.DarkOrange;\r
159             this.btn_reset.Location = new System.Drawing.Point(13, 229);\r
160             this.btn_reset.Name = "btn_reset";\r
161             this.btn_reset.Size = new System.Drawing.Size(75, 23);\r
162             this.btn_reset.TabIndex = 79;\r
163             this.btn_reset.Text = "リセット";\r
164             this.btn_reset.UseVisualStyleBackColor = true;\r
165             this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);\r
166             // \r
167             // rtf_x264Query\r
168             // \r
169             this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
170             this.rtf_x264Query.Location = new System.Drawing.Point(13, 258);\r
171             this.rtf_x264Query.Name = "rtf_x264Query";\r
172             this.rtf_x264Query.Size = new System.Drawing.Size(698, 43);\r
173             this.rtf_x264Query.TabIndex = 80;\r
174             this.rtf_x264Query.Text = "";\r
175             this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
176             // \r
177             // check_Cabac\r
178             // \r
179             this.check_Cabac.AutoSize = true;\r
180             this.check_Cabac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
181             this.check_Cabac.Checked = true;\r
182             this.check_Cabac.CheckState = System.Windows.Forms.CheckState.Checked;\r
183             this.check_Cabac.Location = new System.Drawing.Point(277, 129);\r
184             this.check_Cabac.Name = "check_Cabac";\r
185             this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
186             this.check_Cabac.Size = new System.Drawing.Size(141, 17);\r
187             this.check_Cabac.TabIndex = 78;\r
188             this.check_Cabac.Text = "CABAC Entropy Coding:";\r
189             this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
190             this.ToolTip.SetToolTip(this.check_Cabac, resources.GetString("check_Cabac.ToolTip"));\r
191             this.check_Cabac.UseVisualStyleBackColor = true;\r
192             this.check_Cabac.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
193             // \r
194             // check_noDCTDecimate\r
195             // \r
196             this.check_noDCTDecimate.AutoSize = true;\r
197             this.check_noDCTDecimate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
198             this.check_noDCTDecimate.Location = new System.Drawing.Point(597, 41);\r
199             this.check_noDCTDecimate.Name = "check_noDCTDecimate";\r
200             this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
201             this.check_noDCTDecimate.Size = new System.Drawing.Size(114, 17);\r
202             this.check_noDCTDecimate.TabIndex = 77;\r
203             this.check_noDCTDecimate.Text = "No DCT-Decimate:";\r
204             this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
205             this.ToolTip.SetToolTip(this.check_noDCTDecimate, resources.GetString("check_noDCTDecimate.ToolTip"));\r
206             this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
207             this.check_noDCTDecimate.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
208             // \r
209             // check_noFastPSkip\r
210             // \r
211             this.check_noFastPSkip.AutoSize = true;\r
212             this.check_noFastPSkip.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
213             this.check_noFastPSkip.Location = new System.Drawing.Point(611, 18);\r
214             this.check_noFastPSkip.Name = "check_noFastPSkip";\r
215             this.check_noFastPSkip.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
216             this.check_noFastPSkip.Size = new System.Drawing.Size(100, 17);\r
217             this.check_noFastPSkip.TabIndex = 76;\r
218             this.check_noFastPSkip.Text = "No Fast-P-Skip:";\r
219             this.check_noFastPSkip.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
220             this.ToolTip.SetToolTip(this.check_noFastPSkip, "これをOnにすると青空のような単色部分のブロックノイズを軽減できますが、\r\nエンコードは遅くなります。");\r
221             this.check_noFastPSkip.UseVisualStyleBackColor = true;\r
222             this.check_noFastPSkip.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
223             // \r
224             // lbl_trellis\r
225             // \r
226             this.lbl_trellis.AutoSize = true;\r
227             this.lbl_trellis.Location = new System.Drawing.Point(421, 130);\r
228             this.lbl_trellis.Name = "lbl_trellis";\r
229             this.lbl_trellis.Size = new System.Drawing.Size(38, 13);\r
230             this.lbl_trellis.TabIndex = 67;\r
231             this.lbl_trellis.Text = "Trellis:";\r
232             // \r
233             // drop_trellis\r
234             // \r
235             this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
236             this.drop_trellis.FormattingEnabled = true;\r
237             this.drop_trellis.Items.AddRange(new object[] {\r
238             "Default (1)",\r
239             "0",\r
240             "1",\r
241             "2"});\r
242             this.drop_trellis.Location = new System.Drawing.Point(468, 127);\r
243             this.drop_trellis.Name = "drop_trellis";\r
244             this.drop_trellis.Size = new System.Drawing.Size(94, 21);\r
245             this.drop_trellis.TabIndex = 75;\r
246             this.ToolTip.SetToolTip(this.drop_trellis, "どのようにビットレートを分配するかを調整するパラメータです。\r\nこれにより、ファイルサイズ/ビットレートを減らしたり、映像品質を向上させることが可能です。\r\n「1" +\r
247                     "」を指定すると、ピクセルブロックの最終エンコード時にのみチューニングを行います。\r\n「2」を指定すると、それ以外の処理時でもチューニングを行います。");\r
248             this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
249             // \r
250             // drop_deblockBeta\r
251             // \r
252             this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
253             this.drop_deblockBeta.FormattingEnabled = true;\r
254             this.drop_deblockBeta.Items.AddRange(new object[] {\r
255             "Default (0)",\r
256             "-6",\r
257             "-5",\r
258             "-4",\r
259             "-3",\r
260             "-2",\r
261             "-1",\r
262             "0",\r
263             "1",\r
264             "2",\r
265             "3",\r
266             "4",\r
267             "5",\r
268             "6"});\r
269             this.drop_deblockBeta.Location = new System.Drawing.Point(643, 95);\r
270             this.drop_deblockBeta.Name = "drop_deblockBeta";\r
271             this.drop_deblockBeta.Size = new System.Drawing.Size(68, 21);\r
272             this.drop_deblockBeta.TabIndex = 74;\r
273             this.ToolTip.SetToolTip(this.drop_deblockBeta, resources.GetString("drop_deblockBeta.ToolTip"));\r
274             this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
275             // \r
276             // label41\r
277             // \r
278             this.label41.AutoSize = true;\r
279             this.label41.Location = new System.Drawing.Point(575, 72);\r
280             this.label41.Name = "label41";\r
281             this.label41.Size = new System.Drawing.Size(62, 13);\r
282             this.label41.TabIndex = 66;\r
283             this.label41.Text = "Deblocking:";\r
284             // \r
285             // drop_deblockAlpha\r
286             // \r
287             this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
288             this.drop_deblockAlpha.FormattingEnabled = true;\r
289             this.drop_deblockAlpha.Items.AddRange(new object[] {\r
290             "Default (0)",\r
291             "-6",\r
292             "-5",\r
293             "-4",\r
294             "-3",\r
295             "-2",\r
296             "-1",\r
297             "0",\r
298             "1",\r
299             "2",\r
300             "3",\r
301             "4",\r
302             "5",\r
303             "6"});\r
304             this.drop_deblockAlpha.Location = new System.Drawing.Point(643, 69);\r
305             this.drop_deblockAlpha.Name = "drop_deblockAlpha";\r
306             this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 21);\r
307             this.drop_deblockAlpha.TabIndex = 73;\r
308             this.ToolTip.SetToolTip(this.drop_deblockAlpha, resources.GetString("drop_deblockAlpha.ToolTip"));\r
309             this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
310             // \r
311             // panel3\r
312             // \r
313             this.panel3.BackColor = System.Drawing.Color.Black;\r
314             this.panel3.Location = new System.Drawing.Point(277, 123);\r
315             this.panel3.Margin = new System.Windows.Forms.Padding(0);\r
316             this.panel3.Name = "panel3";\r
317             this.panel3.Size = new System.Drawing.Size(290, 1);\r
318             this.panel3.TabIndex = 65;\r
319             // \r
320             // panel1\r
321             // \r
322             this.panel1.BackColor = System.Drawing.Color.Black;\r
323             this.panel1.Location = new System.Drawing.Point(13, 89);\r
324             this.panel1.Margin = new System.Windows.Forms.Padding(0);\r
325             this.panel1.Name = "panel1";\r
326             this.panel1.Size = new System.Drawing.Size(247, 1);\r
327             this.panel1.TabIndex = 51;\r
328             // \r
329             // panel2\r
330             // \r
331             this.panel2.BackColor = System.Drawing.Color.Black;\r
332             this.panel2.Location = new System.Drawing.Point(277, 95);\r
333             this.panel2.Margin = new System.Windows.Forms.Padding(0);\r
334             this.panel2.Name = "panel2";\r
335             this.panel2.Size = new System.Drawing.Size(290, 1);\r
336             this.panel2.TabIndex = 63;\r
337             // \r
338             // check_8x8DCT\r
339             // \r
340             this.check_8x8DCT.AutoSize = true;\r
341             this.check_8x8DCT.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
342             this.check_8x8DCT.Location = new System.Drawing.Point(492, 101);\r
343             this.check_8x8DCT.Name = "check_8x8DCT";\r
344             this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
345             this.check_8x8DCT.Size = new System.Drawing.Size(71, 17);\r
346             this.check_8x8DCT.TabIndex = 72;\r
347             this.check_8x8DCT.Text = "8x8 DCT:";\r
348             this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
349             this.ToolTip.SetToolTip(this.check_8x8DCT, "このオプションをOnにすると、8×8のブロックサイズも利用できるようになります。\r\n多少の動画サイズの削減や映像品質の向上が期待できるので、できればOnにしておく" +\r
350                     "と良いでしょう。\r\nこのオプションはHigh Profileの機能です。");\r
351             this.check_8x8DCT.UseVisualStyleBackColor = true;\r
352             this.check_8x8DCT.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
353             // \r
354             // label45\r
355             // \r
356             this.label45.AutoSize = true;\r
357             this.label45.Location = new System.Drawing.Point(367, 102);\r
358             this.label45.Name = "label45";\r
359             this.label45.Size = new System.Drawing.Size(50, 13);\r
360             this.label45.TabIndex = 64;\r
361             this.label45.Text = "Analysis:";\r
362             // \r
363             // drop_analysis\r
364             // \r
365             this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
366             this.drop_analysis.FormattingEnabled = true;\r
367             this.drop_analysis.Items.AddRange(new object[] {\r
368             "Default (some)",\r
369             "None",\r
370             "All"});\r
371             this.drop_analysis.Location = new System.Drawing.Point(423, 99);\r
372             this.drop_analysis.Name = "drop_analysis";\r
373             this.drop_analysis.Size = new System.Drawing.Size(63, 21);\r
374             this.drop_analysis.TabIndex = 71;\r
375             this.ToolTip.SetToolTip(this.drop_analysis, resources.GetString("drop_analysis.ToolTip"));\r
376             this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
377             // \r
378             // label48\r
379             // \r
380             this.label48.AutoSize = true;\r
381             this.label48.Location = new System.Drawing.Point(279, 45);\r
382             this.label48.Name = "label48";\r
383             this.label48.Size = new System.Drawing.Size(138, 13);\r
384             this.label48.TabIndex = 62;\r
385             this.label48.Text = "Subpixel Motion Estimation:";\r
386             // \r
387             // drop_subpixelMotionEstimation\r
388             // \r
389             this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
390             this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
391             this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
392             "Default (7)",\r
393             "0",\r
394             "1",\r
395             "2",\r
396             "3",\r
397             "4",\r
398             "5",\r
399             "6",\r
400             "7",\r
401             "8",\r
402             "9"});\r
403             this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(423, 42);\r
404             this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
405             this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);\r
406             this.drop_subpixelMotionEstimation.TabIndex = 70;\r
407             this.ToolTip.SetToolTip(this.drop_subpixelMotionEstimation, resources.GetString("drop_subpixelMotionEstimation.ToolTip"));\r
408             this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
409             // \r
410             // lbl_merange\r
411             // \r
412             this.lbl_merange.AutoSize = true;\r
413             this.lbl_merange.Location = new System.Drawing.Point(288, 71);\r
414             this.lbl_merange.Name = "lbl_merange";\r
415             this.lbl_merange.Size = new System.Drawing.Size(129, 13);\r
416             this.lbl_merange.TabIndex = 61;\r
417             this.lbl_merange.Text = "Motion Estimation Range:";\r
418             // \r
419             // drop_MotionEstimationRange\r
420             // \r
421             this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
422             this.drop_MotionEstimationRange.FormattingEnabled = true;\r
423             this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
424             "Default (16)",\r
425             "4",\r
426             "5",\r
427             "6",\r
428             "7",\r
429             "8",\r
430             "9",\r
431             "10",\r
432             "11",\r
433             "12",\r
434             "13",\r
435             "14",\r
436             "15",\r
437             "16",\r
438             "17",\r
439             "18",\r
440             "19",\r
441             "20",\r
442             "21",\r
443             "22",\r
444             "23",\r
445             "24",\r
446             "25",\r
447             "26",\r
448             "27",\r
449             "28",\r
450             "29",\r
451             "30",\r
452             "31",\r
453             "32",\r
454             "33",\r
455             "34",\r
456             "35",\r
457             "36",\r
458             "37",\r
459             "38",\r
460             "39",\r
461             "40",\r
462             "41",\r
463             "42",\r
464             "43",\r
465             "44",\r
466             "45",\r
467             "46",\r
468             "47",\r
469             "48",\r
470             "49",\r
471             "50",\r
472             "51",\r
473             "52",\r
474             "53",\r
475             "54",\r
476             "55",\r
477             "56",\r
478             "57",\r
479             "58",\r
480             "59",\r
481             "60",\r
482             "61",\r
483             "62",\r
484             "63",\r
485             "64"});\r
486             this.drop_MotionEstimationRange.Location = new System.Drawing.Point(423, 68);\r
487             this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
488             this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 21);\r
489             this.drop_MotionEstimationRange.TabIndex = 69;\r
490             this.ToolTip.SetToolTip(this.drop_MotionEstimationRange, "動き推定の対象範囲をピクセル単位で指定します。\r\n動き推定方式として「Uneven Multi-Hexagon」および「Exhaustive」、「Transfor" +\r
491                     "med Exhaustive」を指定している場合のみ有効です。\r\n24、32、64が適切な値です。値を小さくするほど、画質の向上は小さくなります。");\r
492             this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
493             // \r
494             // label54\r
495             // \r
496             this.label54.AutoSize = true;\r
497             this.label54.Location = new System.Drawing.Point(283, 19);\r
498             this.label54.Name = "label54";\r
499             this.label54.Size = new System.Drawing.Size(134, 13);\r
500             this.label54.TabIndex = 60;\r
501             this.label54.Text = "Motion Estimation Method:";\r
502             // \r
503             // drop_MotionEstimationMethod\r
504             // \r
505             this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
506             this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
507             this.drop_MotionEstimationMethod.ItemHeight = 13;\r
508             this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
509             "Default (Hexagon)",\r
510             "Diamond",\r
511             "Hexagon",\r
512             "Uneven Multi-Hexagon",\r
513             "Exhaustive",\r
514             "Transformed Exhaustive"});\r
515             this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(423, 16);\r
516             this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
517             this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 21);\r
518             this.drop_MotionEstimationMethod.TabIndex = 68;\r
519             this.ToolTip.SetToolTip(this.drop_MotionEstimationMethod, resources.GetString("drop_MotionEstimationMethod.ToolTip"));\r
520             this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
521             // \r
522             // check_pyrmidalBFrames\r
523             // \r
524             this.check_pyrmidalBFrames.AutoSize = true;\r
525             this.check_pyrmidalBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
526             this.check_pyrmidalBFrames.Location = new System.Drawing.Point(17, 194);\r
527             this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";\r
528             this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
529             this.check_pyrmidalBFrames.Size = new System.Drawing.Size(124, 17);\r
530             this.check_pyrmidalBFrames.TabIndex = 59;\r
531             this.check_pyrmidalBFrames.Text = "Pyramidal B-Frames:";\r
532             this.ToolTip.SetToolTip(this.check_pyrmidalBFrames, "このオプションをOnにすると、Bフレームは参照フレームだけでなく、\r\n直前のBフレームも参照フレームとして利用するようになります。\r\n映像品質の向上や動画サイズの" +\r
533                     "削減が期待できます。\r\nこの機能を利用するには、少なくとも2つ以上のBフレームを使用するように設定する必要があります。\r\nこのオプションはHigh Profil" +\r
534                     "eでのみ利用できます。");\r
535             this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
536             this.check_pyrmidalBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
537             // \r
538             // check_weightedBFrames\r
539             // \r
540             this.check_weightedBFrames.AutoSize = true;\r
541             this.check_weightedBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
542             this.check_weightedBFrames.Location = new System.Drawing.Point(17, 173);\r
543             this.check_weightedBFrames.Name = "check_weightedBFrames";\r
544             this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
545             this.check_weightedBFrames.Size = new System.Drawing.Size(124, 17);\r
546             this.check_weightedBFrames.TabIndex = 58;\r
547             this.check_weightedBFrames.Text = "Weighted B-Frames:";\r
548             this.ToolTip.SetToolTip(this.check_weightedBFrames, "Bフレームの重み付き予測を行うかを指定します。\r\nx264では、処理対象フレームの前/後フレームを元にしてBフレームを生成します。\r\n重み付き予測を使用する(この" +\r
549                     "オプションをOnにする)と、前後のフレームとの距離を考慮してBフレームを生成します。\r\nこのオプションをOnにすると、Apple TVでの再生に問題が発生する可" +\r
550                     "能性があります。");\r
551             this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
552             this.check_weightedBFrames.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
553             // \r
554             // lbl_direct_prediction\r
555             // \r
556             this.lbl_direct_prediction.AutoSize = true;\r
557             this.lbl_direct_prediction.Location = new System.Drawing.Point(34, 150);\r
558             this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
559             this.lbl_direct_prediction.Size = new System.Drawing.Size(89, 13);\r
560             this.lbl_direct_prediction.TabIndex = 53;\r
561             this.lbl_direct_prediction.Text = "Direct Prediction:";\r
562             // \r
563             // drop_directPrediction\r
564             // \r
565             this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
566             this.drop_directPrediction.FormattingEnabled = true;\r
567             this.drop_directPrediction.Items.AddRange(new object[] {\r
568             "Default (Spatial)",\r
569             "None",\r
570             "Spatial",\r
571             "Temporal",\r
572             "Automatic"});\r
573             this.drop_directPrediction.Location = new System.Drawing.Point(129, 147);\r
574             this.drop_directPrediction.Name = "drop_directPrediction";\r
575             this.drop_directPrediction.Size = new System.Drawing.Size(121, 21);\r
576             this.drop_directPrediction.TabIndex = 57;\r
577             this.ToolTip.SetToolTip(this.drop_directPrediction, resources.GetString("drop_directPrediction.ToolTip"));\r
578             this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
579             // \r
580             // label62\r
581             // \r
582             this.label62.AutoSize = true;\r
583             this.label62.Location = new System.Drawing.Point(67, 98);\r
584             this.label62.Name = "label62";\r
585             this.label62.Size = new System.Drawing.Size(56, 13);\r
586             this.label62.TabIndex = 52;\r
587             this.label62.Text = "B-Frames:";\r
588             // \r
589             // drop_bFrames\r
590             // \r
591             this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
592             this.drop_bFrames.FormattingEnabled = true;\r
593             this.drop_bFrames.Items.AddRange(new object[] {\r
594             "Default (3)",\r
595             "0",\r
596             "1",\r
597             "2",\r
598             "3",\r
599             "4",\r
600             "5",\r
601             "6",\r
602             "7",\r
603             "8",\r
604             "9",\r
605             "10",\r
606             "11",\r
607             "12",\r
608             "13",\r
609             "14",\r
610             "15",\r
611             "16"});\r
612             this.drop_bFrames.Location = new System.Drawing.Point(129, 95);\r
613             this.drop_bFrames.Name = "drop_bFrames";\r
614             this.drop_bFrames.Size = new System.Drawing.Size(121, 21);\r
615             this.drop_bFrames.TabIndex = 56;\r
616             this.ToolTip.SetToolTip(this.drop_bFrames, "Bフレームの最大連続数を指定します。1~6程度が適切です。\r\nBフレームはほかのフレームよりも高圧縮で、同じビットレートでもより高品質な映像が期待できます。\r\nア" +\r
617                     "ニメなどの場合は大きめに設定してください。");\r
618             this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
619             // \r
620             // label64\r
621             // \r
622             this.label64.AutoSize = true;\r
623             this.label64.Location = new System.Drawing.Point(24, 45);\r
624             this.label64.Name = "label64";\r
625             this.label64.Size = new System.Drawing.Size(99, 13);\r
626             this.label64.TabIndex = 50;\r
627             this.label64.Text = "Reference Frames:";\r
628             // \r
629             // drop_refFrames\r
630             // \r
631             this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
632             this.drop_refFrames.FormattingEnabled = true;\r
633             this.drop_refFrames.Items.AddRange(new object[] {\r
634             "Default (3)",\r
635             "0",\r
636             "1",\r
637             "2",\r
638             "3",\r
639             "4",\r
640             "5",\r
641             "6",\r
642             "7",\r
643             "8",\r
644             "9",\r
645             "10",\r
646             "11",\r
647             "12",\r
648             "13",\r
649             "14",\r
650             "15",\r
651             "16"});\r
652             this.drop_refFrames.Location = new System.Drawing.Point(129, 42);\r
653             this.drop_refFrames.Name = "drop_refFrames";\r
654             this.drop_refFrames.Size = new System.Drawing.Size(121, 21);\r
655             this.drop_refFrames.TabIndex = 54;\r
656             this.ToolTip.SetToolTip(this.drop_refFrames, "参照フレームの数を指定します。1~6程度が適切です。\r\n大きくすると映像品質が向上しますが、エンコードが遅くなります。\r\nまた、大きくしすぎるとQuickTime" +\r
657                     "での再生が重くなります。");\r
658             this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.widgetControlChanged);\r
659             // \r
660             // check_mixedReferences\r
661             // \r
662             this.check_mixedReferences.AutoSize = true;\r
663             this.check_mixedReferences.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
664             this.check_mixedReferences.Location = new System.Drawing.Point(25, 68);\r
665             this.check_mixedReferences.Name = "check_mixedReferences";\r
666             this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
667             this.check_mixedReferences.Size = new System.Drawing.Size(116, 17);\r
668             this.check_mixedReferences.TabIndex = 55;\r
669             this.check_mixedReferences.Text = "Mixed References:";\r
670             this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
671             this.ToolTip.SetToolTip(this.check_mixedReferences, "Onにすると、複数のフレームを参照フレームとして利用します。\r\nフレームを16×16のブロックに分割し、それぞれで複数のフレームを参照フレームとして利用できます。" +\r
672                     "\r\nこれにより、映像品質の向上が期待できます。");\r
673             this.check_mixedReferences.UseVisualStyleBackColor = true;\r
674             this.check_mixedReferences.CheckedChanged += new System.EventHandler(this.widgetControlChanged);\r
675             // \r
676             // ToolTip\r
677             // \r
678             this.ToolTip.Active = false;\r
679             this.ToolTip.AutomaticDelay = 1000;\r
680             this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
681             // \r
682             // x264Panel\r
683             // \r
684             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;\r
685             this.BackColor = System.Drawing.Color.Transparent;\r
686             this.Controls.Add(this.slider_psytrellis);\r
687             this.Controls.Add(this.lbl_psytrellis);\r
688             this.Controls.Add(this.lbl_psyrd);\r
689             this.Controls.Add(this.slider_psyrd);\r
690             this.Controls.Add(this.lbl_adaptBFrames);\r
691             this.Controls.Add(this.drop_adaptBFrames);\r
692             this.Controls.Add(this.label43);\r
693             this.Controls.Add(this.btn_reset);\r
694             this.Controls.Add(this.rtf_x264Query);\r
695             this.Controls.Add(this.check_Cabac);\r
696             this.Controls.Add(this.check_noDCTDecimate);\r
697             this.Controls.Add(this.check_noFastPSkip);\r
698             this.Controls.Add(this.lbl_trellis);\r
699             this.Controls.Add(this.drop_trellis);\r
700             this.Controls.Add(this.drop_deblockBeta);\r
701             this.Controls.Add(this.label41);\r
702             this.Controls.Add(this.drop_deblockAlpha);\r
703             this.Controls.Add(this.panel3);\r
704             this.Controls.Add(this.panel1);\r
705             this.Controls.Add(this.panel2);\r
706             this.Controls.Add(this.check_8x8DCT);\r
707             this.Controls.Add(this.label45);\r
708             this.Controls.Add(this.drop_analysis);\r
709             this.Controls.Add(this.label48);\r
710             this.Controls.Add(this.drop_subpixelMotionEstimation);\r
711             this.Controls.Add(this.lbl_merange);\r
712             this.Controls.Add(this.drop_MotionEstimationRange);\r
713             this.Controls.Add(this.label54);\r
714             this.Controls.Add(this.drop_MotionEstimationMethod);\r
715             this.Controls.Add(this.check_pyrmidalBFrames);\r
716             this.Controls.Add(this.check_weightedBFrames);\r
717             this.Controls.Add(this.lbl_direct_prediction);\r
718             this.Controls.Add(this.drop_directPrediction);\r
719             this.Controls.Add(this.label62);\r
720             this.Controls.Add(this.drop_bFrames);\r
721             this.Controls.Add(this.label64);\r
722             this.Controls.Add(this.drop_refFrames);\r
723             this.Controls.Add(this.check_mixedReferences);\r
724             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
725             this.Name = "x264Panel";\r
726             this.Size = new System.Drawing.Size(720, 306);\r
727             ((System.ComponentModel.ISupportInitialize)(this.slider_psytrellis)).EndInit();\r
728             ((System.ComponentModel.ISupportInitialize)(this.slider_psyrd)).EndInit();\r
729             this.ResumeLayout(false);\r
730             this.PerformLayout();\r
731 \r
732         }\r
733 \r
734         #endregion\r
735 \r
736         internal System.Windows.Forms.TrackBar slider_psytrellis;\r
737         internal System.Windows.Forms.Label lbl_psytrellis;\r
738         internal System.Windows.Forms.Label lbl_psyrd;\r
739         internal System.Windows.Forms.TrackBar slider_psyrd;\r
740         internal System.Windows.Forms.Label lbl_adaptBFrames;\r
741         internal System.Windows.Forms.ComboBox drop_adaptBFrames;\r
742         internal System.Windows.Forms.Label label43;\r
743         internal System.Windows.Forms.Button btn_reset;\r
744         internal System.Windows.Forms.RichTextBox rtf_x264Query;\r
745         internal System.Windows.Forms.CheckBox check_Cabac;\r
746         internal System.Windows.Forms.CheckBox check_noDCTDecimate;\r
747         internal System.Windows.Forms.CheckBox check_noFastPSkip;\r
748         internal System.Windows.Forms.Label lbl_trellis;\r
749         internal System.Windows.Forms.ComboBox drop_trellis;\r
750         internal System.Windows.Forms.ComboBox drop_deblockBeta;\r
751         internal System.Windows.Forms.Label label41;\r
752         internal System.Windows.Forms.ComboBox drop_deblockAlpha;\r
753         internal System.Windows.Forms.Panel panel3;\r
754         internal System.Windows.Forms.Panel panel1;\r
755         internal System.Windows.Forms.Panel panel2;\r
756         internal System.Windows.Forms.CheckBox check_8x8DCT;\r
757         internal System.Windows.Forms.Label label45;\r
758         internal System.Windows.Forms.ComboBox drop_analysis;\r
759         internal System.Windows.Forms.Label label48;\r
760         internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation;\r
761         internal System.Windows.Forms.Label lbl_merange;\r
762         internal System.Windows.Forms.ComboBox drop_MotionEstimationRange;\r
763         internal System.Windows.Forms.Label label54;\r
764         internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod;\r
765         internal System.Windows.Forms.CheckBox check_pyrmidalBFrames;\r
766         internal System.Windows.Forms.CheckBox check_weightedBFrames;\r
767         internal System.Windows.Forms.Label lbl_direct_prediction;\r
768         internal System.Windows.Forms.ComboBox drop_directPrediction;\r
769         internal System.Windows.Forms.Label label62;\r
770         internal System.Windows.Forms.ComboBox drop_bFrames;\r
771         internal System.Windows.Forms.Label label64;\r
772         internal System.Windows.Forms.ComboBox drop_refFrames;\r
773         internal System.Windows.Forms.CheckBox check_mixedReferences;\r
774         private System.Windows.Forms.ToolTip ToolTip;\r
775     }\r
776 }\r