diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 7025509..81c907d 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -337,7 +337,7 @@ private void InitializeComponent() tableMainForm.Controls.Add(tabControlOptions, 0, 1); tableMainForm.Dock = System.Windows.Forms.DockStyle.Fill; tableMainForm.Location = new System.Drawing.Point(4, 4); - tableMainForm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableMainForm.Margin = new System.Windows.Forms.Padding(4); tableMainForm.Name = "tableMainForm"; tableMainForm.RowCount = 3; tableMainForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 103F)); @@ -351,9 +351,9 @@ private void InitializeComponent() groupMain.Controls.Add(tableMain); groupMain.Dock = System.Windows.Forms.DockStyle.Fill; groupMain.Location = new System.Drawing.Point(4, 4); - groupMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupMain.Margin = new System.Windows.Forms.Padding(4); groupMain.Name = "groupMain"; - groupMain.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupMain.Padding = new System.Windows.Forms.Padding(4); groupMain.Size = new System.Drawing.Size(1415, 95); groupMain.TabIndex = 0; groupMain.TabStop = false; @@ -375,7 +375,7 @@ private void InitializeComponent() tableMain.Controls.Add(this.buttonGo, 3, 0); tableMain.Dock = System.Windows.Forms.DockStyle.Fill; tableMain.Location = new System.Drawing.Point(4, 19); - tableMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableMain.Margin = new System.Windows.Forms.Padding(4); tableMain.Name = "tableMain"; tableMain.RowCount = 2; tableMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); @@ -399,7 +399,7 @@ private void InitializeComponent() // this.textBoxIn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxIn.Location = new System.Drawing.Point(96, 7); - this.textBoxIn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.textBoxIn.Margin = new System.Windows.Forms.Padding(4); this.textBoxIn.Name = "textBoxIn"; this.textBoxIn.Size = new System.Drawing.Size(1101, 22); this.textBoxIn.TabIndex = 1; @@ -411,7 +411,7 @@ private void InitializeComponent() // this.buttonBrowseIn.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonBrowseIn.Location = new System.Drawing.Point(1205, 4); - this.buttonBrowseIn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonBrowseIn.Margin = new System.Windows.Forms.Padding(4); this.buttonBrowseIn.Name = "buttonBrowseIn"; this.buttonBrowseIn.Size = new System.Drawing.Size(95, 28); this.buttonBrowseIn.TabIndex = 2; @@ -435,7 +435,7 @@ private void InitializeComponent() // this.textBoxOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.textBoxOut.Location = new System.Drawing.Point(96, 43); - this.textBoxOut.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.textBoxOut.Margin = new System.Windows.Forms.Padding(4); this.textBoxOut.Name = "textBoxOut"; this.textBoxOut.Size = new System.Drawing.Size(1101, 22); this.textBoxOut.TabIndex = 3; @@ -444,7 +444,7 @@ private void InitializeComponent() // buttonBrowseOut.Dock = System.Windows.Forms.DockStyle.Fill; buttonBrowseOut.Location = new System.Drawing.Point(1205, 40); - buttonBrowseOut.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + buttonBrowseOut.Margin = new System.Windows.Forms.Padding(4); buttonBrowseOut.Name = "buttonBrowseOut"; buttonBrowseOut.Size = new System.Drawing.Size(95, 28); buttonBrowseOut.TabIndex = 4; @@ -457,7 +457,7 @@ private void InitializeComponent() this.buttonGo.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonGo.Enabled = false; this.buttonGo.Location = new System.Drawing.Point(1308, 4); - this.buttonGo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonGo.Margin = new System.Windows.Forms.Padding(4); this.buttonGo.Name = "buttonGo"; tableMain.SetRowSpan(this.buttonGo, 2); this.buttonGo.Size = new System.Drawing.Size(95, 64); @@ -475,7 +475,7 @@ private void InitializeComponent() tabControlOptions.Controls.Add(this.tabGrid); tabControlOptions.Dock = System.Windows.Forms.DockStyle.Fill; tabControlOptions.Location = new System.Drawing.Point(4, 107); - tabControlOptions.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tabControlOptions.Margin = new System.Windows.Forms.Padding(4); tabControlOptions.Name = "tabControlOptions"; tabControlOptions.SelectedIndex = 0; tabControlOptions.Size = new System.Drawing.Size(1415, 409); @@ -485,9 +485,9 @@ private void InitializeComponent() // tabProcessing.Controls.Add(tableProcessing); tabProcessing.Location = new System.Drawing.Point(4, 25); - tabProcessing.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tabProcessing.Margin = new System.Windows.Forms.Padding(4); tabProcessing.Name = "tabProcessing"; - tabProcessing.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + tabProcessing.Padding = new System.Windows.Forms.Padding(4); tabProcessing.Size = new System.Drawing.Size(1407, 380); tabProcessing.TabIndex = 3; tabProcessing.Text = "Processing"; @@ -500,7 +500,7 @@ private void InitializeComponent() tableProcessing.Controls.Add(panelProcessingInput, 0, 1); tableProcessing.Dock = System.Windows.Forms.DockStyle.Fill; tableProcessing.Location = new System.Drawing.Point(4, 4); - tableProcessing.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableProcessing.Margin = new System.Windows.Forms.Padding(4); tableProcessing.Name = "tableProcessing"; tableProcessing.RowCount = 2; tableProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F)); @@ -795,10 +795,10 @@ private void InitializeComponent() tabEncoding.BackColor = System.Drawing.SystemColors.Control; tabEncoding.Controls.Add(tableEncoding); tabEncoding.Location = new System.Drawing.Point(4, 25); - tabEncoding.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tabEncoding.Margin = new System.Windows.Forms.Padding(4); tabEncoding.Name = "tabEncoding"; - tabEncoding.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - tabEncoding.Size = new System.Drawing.Size(1407, 381); + tabEncoding.Padding = new System.Windows.Forms.Padding(4); + tabEncoding.Size = new System.Drawing.Size(1407, 380); tabEncoding.TabIndex = 0; tabEncoding.Text = "Encoding"; // @@ -811,14 +811,14 @@ private void InitializeComponent() tableEncoding.Controls.Add(groupEncodingAudio, 0, 2); tableEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableEncoding.Location = new System.Drawing.Point(4, 4); - tableEncoding.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableEncoding.Margin = new System.Windows.Forms.Padding(4); tableEncoding.Name = "tableEncoding"; tableEncoding.RowCount = 4; tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 132F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 132F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 97F)); tableEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - tableEncoding.Size = new System.Drawing.Size(1399, 373); + tableEncoding.Size = new System.Drawing.Size(1399, 372); tableEncoding.TabIndex = 0; // // groupEncodingGeneral @@ -826,9 +826,9 @@ private void InitializeComponent() groupEncodingGeneral.Controls.Add(tableEncodingGeneral); groupEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingGeneral.Location = new System.Drawing.Point(4, 4); - groupEncodingGeneral.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupEncodingGeneral.Margin = new System.Windows.Forms.Padding(4); groupEncodingGeneral.Name = "groupEncodingGeneral"; - groupEncodingGeneral.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupEncodingGeneral.Padding = new System.Windows.Forms.Padding(4); groupEncodingGeneral.Size = new System.Drawing.Size(1391, 124); groupEncodingGeneral.TabIndex = 1; groupEncodingGeneral.TabStop = false; @@ -854,7 +854,7 @@ private void InitializeComponent() tableEncodingGeneral.Controls.Add(this.buttonConstantDefault, 2, 1); tableEncodingGeneral.Dock = System.Windows.Forms.DockStyle.Fill; tableEncodingGeneral.Location = new System.Drawing.Point(4, 19); - tableEncodingGeneral.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableEncodingGeneral.Margin = new System.Windows.Forms.Padding(4); tableEncodingGeneral.Name = "tableEncodingGeneral"; tableEncodingGeneral.RowCount = 3; tableEncodingGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); @@ -867,7 +867,7 @@ private void InitializeComponent() // this.buttonVariableDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonVariableDefault.Location = new System.Drawing.Point(226, 72); - this.buttonVariableDefault.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonVariableDefault.Margin = new System.Windows.Forms.Padding(4); this.buttonVariableDefault.Name = "buttonVariableDefault"; this.buttonVariableDefault.Size = new System.Drawing.Size(72, 26); this.buttonVariableDefault.TabIndex = 5; @@ -932,7 +932,7 @@ private void InitializeComponent() this.boxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableEncodingGeneral.SetColumnSpan(this.boxTitle, 3); this.boxTitle.Location = new System.Drawing.Point(109, 6); - this.boxTitle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxTitle.Margin = new System.Windows.Forms.Padding(4); this.boxTitle.Name = "boxTitle"; this.boxTitle.Size = new System.Drawing.Size(520, 22); this.boxTitle.TabIndex = 1; @@ -957,7 +957,7 @@ private void InitializeComponent() this.boxConstant.Checked = true; this.boxConstant.Dock = System.Windows.Forms.DockStyle.Fill; this.boxConstant.Location = new System.Drawing.Point(109, 38); - this.boxConstant.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxConstant.Margin = new System.Windows.Forms.Padding(4); this.boxConstant.Name = "boxConstant"; this.boxConstant.Size = new System.Drawing.Size(109, 26); this.boxConstant.TabIndex = 2; @@ -971,7 +971,7 @@ private void InitializeComponent() this.boxVariable.AutoSize = true; this.boxVariable.Dock = System.Windows.Forms.DockStyle.Fill; this.boxVariable.Location = new System.Drawing.Point(109, 72); - this.boxVariable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxVariable.Margin = new System.Windows.Forms.Padding(4); this.boxVariable.Name = "boxVariable"; this.boxVariable.Size = new System.Drawing.Size(109, 26); this.boxVariable.TabIndex = 3; @@ -983,7 +983,7 @@ private void InitializeComponent() // this.buttonConstantDefault.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonConstantDefault.Location = new System.Drawing.Point(226, 38); - this.buttonConstantDefault.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonConstantDefault.Margin = new System.Windows.Forms.Padding(4); this.buttonConstantDefault.Name = "buttonConstantDefault"; this.buttonConstantDefault.Size = new System.Drawing.Size(72, 26); this.buttonConstantDefault.TabIndex = 4; @@ -997,9 +997,9 @@ private void InitializeComponent() groupEncodingVideo.Controls.Add(this.tableLayoutPanelEncodingVideo); groupEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingVideo.Location = new System.Drawing.Point(4, 136); - groupEncodingVideo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupEncodingVideo.Margin = new System.Windows.Forms.Padding(4); groupEncodingVideo.Name = "groupEncodingVideo"; - groupEncodingVideo.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupEncodingVideo.Padding = new System.Windows.Forms.Padding(4); groupEncodingVideo.Size = new System.Drawing.Size(1391, 124); groupEncodingVideo.TabIndex = 2; groupEncodingVideo.TabStop = false; @@ -1019,7 +1019,7 @@ private void InitializeComponent() this.tableLayoutPanelEncodingVideo.Controls.Add(this.checkHWAcceleration, 4, 0); this.tableLayoutPanelEncodingVideo.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelEncodingVideo.Location = new System.Drawing.Point(4, 19); - this.tableLayoutPanelEncodingVideo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tableLayoutPanelEncodingVideo.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanelEncodingVideo.Name = "tableLayoutPanelEncodingVideo"; this.tableLayoutPanelEncodingVideo.RowCount = 3; this.tableLayoutPanelEncodingVideo.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); @@ -1212,7 +1212,7 @@ private void InitializeComponent() this.tableVideoVariableOptions.SetColumnSpan(this.numericCrf, 2); this.numericCrf.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrf.Location = new System.Drawing.Point(109, 4); - this.numericCrf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.numericCrf.Margin = new System.Windows.Forms.Padding(4); this.numericCrf.Maximum = new decimal(new int[] { 63, 0, @@ -1259,7 +1259,7 @@ private void InitializeComponent() this.tableVideoVariableOptions.SetColumnSpan(this.numericCrfTolerance, 2); this.numericCrfTolerance.Dock = System.Windows.Forms.DockStyle.Fill; this.numericCrfTolerance.Location = new System.Drawing.Point(109, 38); - this.numericCrfTolerance.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.numericCrfTolerance.Margin = new System.Windows.Forms.Padding(4); this.numericCrfTolerance.Maximum = new decimal(new int[] { 63, 0, @@ -1311,7 +1311,7 @@ private void InitializeComponent() this.checkMP4.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkMP4.Dock = System.Windows.Forms.DockStyle.Fill; this.checkMP4.Location = new System.Drawing.Point(299, 4); - this.checkMP4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.checkMP4.Margin = new System.Windows.Forms.Padding(4); this.checkMP4.Name = "checkMP4"; this.checkMP4.Padding = new System.Windows.Forms.Padding(267, 0, 173, 0); this.checkMP4.Size = new System.Drawing.Size(633, 26); @@ -1326,7 +1326,7 @@ private void InitializeComponent() this.checkHWAcceleration.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.checkHWAcceleration.Enabled = false; this.checkHWAcceleration.Location = new System.Drawing.Point(940, 4); - this.checkHWAcceleration.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.checkHWAcceleration.Margin = new System.Windows.Forms.Padding(4); this.checkHWAcceleration.Name = "checkHWAcceleration"; this.checkHWAcceleration.Padding = new System.Windows.Forms.Padding(53, 2, 0, 0); this.checkHWAcceleration.Size = new System.Drawing.Size(306, 22); @@ -1340,9 +1340,9 @@ private void InitializeComponent() groupEncodingAudio.Controls.Add(tableEncodingAudio); groupEncodingAudio.Dock = System.Windows.Forms.DockStyle.Fill; groupEncodingAudio.Location = new System.Drawing.Point(4, 268); - groupEncodingAudio.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupEncodingAudio.Margin = new System.Windows.Forms.Padding(4); groupEncodingAudio.Name = "groupEncodingAudio"; - groupEncodingAudio.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupEncodingAudio.Padding = new System.Windows.Forms.Padding(4); groupEncodingAudio.Size = new System.Drawing.Size(1391, 89); groupEncodingAudio.TabIndex = 3; groupEncodingAudio.TabStop = false; @@ -1543,7 +1543,7 @@ private void InitializeComponent() this.numericAudioQuality.Dock = System.Windows.Forms.DockStyle.Fill; this.numericAudioQuality.Enabled = false; this.numericAudioQuality.Location = new System.Drawing.Point(109, 4); - this.numericAudioQuality.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.numericAudioQuality.Margin = new System.Windows.Forms.Padding(4); this.numericAudioQuality.Maximum = new decimal(new int[] { 10, 0, @@ -1583,7 +1583,7 @@ private void InitializeComponent() 0, 65536}); this.numericDelay.Location = new System.Drawing.Point(233, 6); - this.numericDelay.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.numericDelay.Margin = new System.Windows.Forms.Padding(4); this.numericDelay.Maximum = new decimal(new int[] { 10, 0, @@ -1642,10 +1642,10 @@ private void InitializeComponent() tabAdvanced.BackColor = System.Drawing.SystemColors.Control; tabAdvanced.Controls.Add(tableAdvanced); tabAdvanced.Location = new System.Drawing.Point(4, 25); - tabAdvanced.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tabAdvanced.Margin = new System.Windows.Forms.Padding(4); tabAdvanced.Name = "tabAdvanced"; - tabAdvanced.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - tabAdvanced.Size = new System.Drawing.Size(1407, 381); + tabAdvanced.Padding = new System.Windows.Forms.Padding(4); + tabAdvanced.Size = new System.Drawing.Size(1407, 380); tabAdvanced.TabIndex = 4; tabAdvanced.Text = "Advanced"; // @@ -1657,14 +1657,14 @@ private void InitializeComponent() tableAdvanced.Controls.Add(groupAdvancedEncoding, 0, 2); tableAdvanced.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvanced.Location = new System.Drawing.Point(4, 4); - tableAdvanced.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableAdvanced.Margin = new System.Windows.Forms.Padding(4); tableAdvanced.Name = "tableAdvanced"; tableAdvanced.RowCount = 4; tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 7F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 146F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 213F)); tableAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - tableAdvanced.Size = new System.Drawing.Size(1399, 373); + tableAdvanced.Size = new System.Drawing.Size(1399, 372); tableAdvanced.TabIndex = 1; // // groupAdvancedProcessing @@ -1672,9 +1672,9 @@ private void InitializeComponent() groupAdvancedProcessing.Controls.Add(tableAdvancedProcessing); groupAdvancedProcessing.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedProcessing.Location = new System.Drawing.Point(4, 11); - groupAdvancedProcessing.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupAdvancedProcessing.Margin = new System.Windows.Forms.Padding(4); groupAdvancedProcessing.Name = "groupAdvancedProcessing"; - groupAdvancedProcessing.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupAdvancedProcessing.Padding = new System.Windows.Forms.Padding(4); groupAdvancedProcessing.Size = new System.Drawing.Size(1391, 138); groupAdvancedProcessing.TabIndex = 1; groupAdvancedProcessing.TabStop = false; @@ -1710,7 +1710,7 @@ private void InitializeComponent() tableAdvancedProcessing.Controls.Add(this.txtType, 5, 2); tableAdvancedProcessing.Controls.Add(this.comboStabType, 6, 2); tableAdvancedProcessing.Location = new System.Drawing.Point(4, 18); - tableAdvancedProcessing.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableAdvancedProcessing.Margin = new System.Windows.Forms.Padding(4); tableAdvancedProcessing.Name = "tableAdvancedProcessing"; tableAdvancedProcessing.RowCount = 3; tableAdvancedProcessing.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); @@ -1741,7 +1741,7 @@ private void InitializeComponent() "Dark Filter", "Advanced"}); this.comboLevels.Location = new System.Drawing.Point(141, 5); - this.comboLevels.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.comboLevels.Margin = new System.Windows.Forms.Padding(4); this.comboLevels.Name = "comboLevels"; this.comboLevels.Size = new System.Drawing.Size(153, 24); this.comboLevels.TabIndex = 13; @@ -1753,7 +1753,7 @@ private void InitializeComponent() this.boxDeinterlace.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDeinterlace.Dock = System.Windows.Forms.DockStyle.Right; this.boxDeinterlace.Location = new System.Drawing.Point(193, 38); - this.boxDeinterlace.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxDeinterlace.Margin = new System.Windows.Forms.Padding(4); this.boxDeinterlace.Name = "boxDeinterlace"; this.boxDeinterlace.Size = new System.Drawing.Size(101, 26); this.boxDeinterlace.TabIndex = 14; @@ -1767,7 +1767,7 @@ private void InitializeComponent() this.boxLoop.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxLoop.Dock = System.Windows.Forms.DockStyle.Right; this.boxLoop.Location = new System.Drawing.Point(70, 38); - this.boxLoop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxLoop.Margin = new System.Windows.Forms.Padding(4); this.boxLoop.Name = "boxLoop"; this.boxLoop.Size = new System.Drawing.Size(63, 26); this.boxLoop.TabIndex = 16; @@ -1856,7 +1856,7 @@ private void InitializeComponent() this.boxDenoise.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxDenoise.Dock = System.Windows.Forms.DockStyle.Right; this.boxDenoise.Location = new System.Drawing.Point(50, 72); - this.boxDenoise.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxDenoise.Margin = new System.Windows.Forms.Padding(4); this.boxDenoise.Name = "boxDenoise"; this.boxDenoise.Size = new System.Drawing.Size(83, 26); this.boxDenoise.TabIndex = 15; @@ -1870,7 +1870,7 @@ private void InitializeComponent() this.boxStabilization.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.boxStabilization.Dock = System.Windows.Forms.DockStyle.Right; this.boxStabilization.Location = new System.Drawing.Point(190, 72); - this.boxStabilization.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxStabilization.Margin = new System.Windows.Forms.Padding(4); this.boxStabilization.Name = "boxStabilization"; this.boxStabilization.Size = new System.Drawing.Size(104, 26); this.boxStabilization.TabIndex = 24; @@ -1888,7 +1888,7 @@ private void InitializeComponent() 0, 65536}); this.numericContrast.Location = new System.Drawing.Point(643, 4); - this.numericContrast.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.numericContrast.Margin = new System.Windows.Forms.Padding(4); this.numericContrast.Maximum = new decimal(new int[] { 2, 0, @@ -1945,7 +1945,7 @@ private void InitializeComponent() tableAdvancedProcessing.SetColumnSpan(this.comboBoxLevels, 2); this.comboBoxLevels.FormattingEnabled = true; this.comboBoxLevels.Location = new System.Drawing.Point(366, 72); - this.comboBoxLevels.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.comboBoxLevels.Margin = new System.Windows.Forms.Padding(4); this.comboBoxLevels.Name = "comboBoxLevels"; this.comboBoxLevels.Size = new System.Drawing.Size(128, 24); this.comboBoxLevels.TabIndex = 26; @@ -1981,9 +1981,9 @@ private void InitializeComponent() groupAdvancedEncoding.Controls.Add(tableAdvancedEncoding); groupAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; groupAdvancedEncoding.Location = new System.Drawing.Point(4, 157); - groupAdvancedEncoding.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupAdvancedEncoding.Margin = new System.Windows.Forms.Padding(4); groupAdvancedEncoding.Name = "groupAdvancedEncoding"; - groupAdvancedEncoding.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupAdvancedEncoding.Padding = new System.Windows.Forms.Padding(4); groupAdvancedEncoding.Size = new System.Drawing.Size(1391, 205); groupAdvancedEncoding.TabIndex = 2; groupAdvancedEncoding.TabStop = false; @@ -2014,7 +2014,7 @@ private void InitializeComponent() tableAdvancedEncoding.Controls.Add(this.checkBoxAlpha, 0, 3); tableAdvancedEncoding.Dock = System.Windows.Forms.DockStyle.Fill; tableAdvancedEncoding.Location = new System.Drawing.Point(4, 19); - tableAdvancedEncoding.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + tableAdvancedEncoding.Margin = new System.Windows.Forms.Padding(4); tableAdvancedEncoding.Name = "tableAdvancedEncoding"; tableAdvancedEncoding.RowCount = 5; tableAdvancedEncoding.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); @@ -2061,7 +2061,7 @@ private void InitializeComponent() labelEncodingFrameRate.Name = "labelEncodingFrameRate"; labelEncodingFrameRate.Size = new System.Drawing.Size(97, 34); labelEncodingFrameRate.TabIndex = 6; - labelEncodingFrameRate.Text = "Interpolate to:"; + labelEncodingFrameRate.Text = "Target FPS:"; labelEncodingFrameRate.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelEncodingNGOVHint @@ -2084,7 +2084,7 @@ private void InitializeComponent() tableAdvancedEncoding.SetColumnSpan(this.boxNGOV, 2); this.boxNGOV.Dock = System.Windows.Forms.DockStyle.Fill; this.boxNGOV.Location = new System.Drawing.Point(109, 106); - this.boxNGOV.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxNGOV.Margin = new System.Windows.Forms.Padding(4); this.boxNGOV.Name = "boxNGOV"; this.boxNGOV.Size = new System.Drawing.Size(189, 26); this.boxNGOV.TabIndex = 4; @@ -2211,7 +2211,7 @@ private void InitializeComponent() this.boxArguments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); tableAdvancedEncoding.SetColumnSpan(this.boxArguments, 3); this.boxArguments.Location = new System.Drawing.Point(109, 148); - this.boxArguments.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxArguments.Margin = new System.Windows.Forms.Padding(4); this.boxArguments.Name = "boxArguments"; this.boxArguments.Size = new System.Drawing.Size(1270, 22); this.boxArguments.TabIndex = 5; @@ -2241,7 +2241,7 @@ private void InitializeComponent() this.tabGeneral.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabGeneral.Name = "tabGeneral"; this.tabGeneral.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); - this.tabGeneral.Size = new System.Drawing.Size(1407, 381); + this.tabGeneral.Size = new System.Drawing.Size(1407, 380); this.tabGeneral.TabIndex = 5; this.tabGeneral.Text = "General"; // @@ -2263,9 +2263,9 @@ private void InitializeComponent() groupBox1.Controls.Add(this.buttonPathChange); groupBox1.Controls.Add(this.lblPathDownload); groupBox1.Location = new System.Drawing.Point(7, 14); - groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupBox1.Margin = new System.Windows.Forms.Padding(4); groupBox1.Name = "groupBox1"; - groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupBox1.Padding = new System.Windows.Forms.Padding(4); groupBox1.Size = new System.Drawing.Size(1391, 174); groupBox1.TabIndex = 6; groupBox1.TabStop = false; @@ -2345,7 +2345,7 @@ private void InitializeComponent() // buttonOpenPath // this.buttonOpenPath.Location = new System.Drawing.Point(1293, 21); - this.buttonOpenPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonOpenPath.Margin = new System.Windows.Forms.Padding(4); this.buttonOpenPath.Name = "buttonOpenPath"; this.buttonOpenPath.Size = new System.Drawing.Size(89, 28); this.buttonOpenPath.TabIndex = 6; @@ -2356,7 +2356,7 @@ private void InitializeComponent() // CRFother // this.CRFother.Location = new System.Drawing.Point(391, 62); - this.CRFother.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.CRFother.Margin = new System.Windows.Forms.Padding(4); this.CRFother.Maximum = new decimal(new int[] { 30, 0, @@ -2370,7 +2370,7 @@ private void InitializeComponent() // CRF4k // this.CRF4k.Location = new System.Drawing.Point(215, 62); - this.CRF4k.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.CRF4k.Margin = new System.Windows.Forms.Padding(4); this.CRF4k.Maximum = new decimal(new int[] { 30, 0, @@ -2572,10 +2572,10 @@ private void InitializeComponent() // this.tabGrid.Controls.Add(this.splitContainer1); this.tabGrid.Location = new System.Drawing.Point(4, 25); - this.tabGrid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tabGrid.Margin = new System.Windows.Forms.Padding(4); this.tabGrid.Name = "tabGrid"; - this.tabGrid.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.tabGrid.Size = new System.Drawing.Size(1407, 381); + this.tabGrid.Padding = new System.Windows.Forms.Padding(4); + this.tabGrid.Size = new System.Drawing.Size(1407, 380); this.tabGrid.TabIndex = 6; this.tabGrid.Text = "Grid"; this.tabGrid.UseVisualStyleBackColor = true; @@ -2584,7 +2584,7 @@ private void InitializeComponent() // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(4, 4); - this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.splitContainer1.Margin = new System.Windows.Forms.Padding(4); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 @@ -2594,7 +2594,7 @@ private void InitializeComponent() // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); - this.splitContainer1.Size = new System.Drawing.Size(1399, 373); + this.splitContainer1.Size = new System.Drawing.Size(1399, 372); this.splitContainer1.SplitterDistance = 665; this.splitContainer1.SplitterWidth = 5; this.splitContainer1.TabIndex = 0; @@ -2613,10 +2613,10 @@ private void InitializeComponent() groupBox2.Dock = System.Windows.Forms.DockStyle.Left; groupBox2.ForeColor = System.Drawing.SystemColors.MenuText; groupBox2.Location = new System.Drawing.Point(0, 0); - groupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + groupBox2.Margin = new System.Windows.Forms.Padding(4); groupBox2.Name = "groupBox2"; - groupBox2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); - groupBox2.Size = new System.Drawing.Size(667, 373); + groupBox2.Padding = new System.Windows.Forms.Padding(4); + groupBox2.Size = new System.Drawing.Size(667, 372); groupBox2.TabIndex = 14; groupBox2.TabStop = false; groupBox2.Text = "Files"; @@ -2645,7 +2645,7 @@ private void InitializeComponent() // buttonVideo2 // this.buttonVideo2.Location = new System.Drawing.Point(553, 150); - this.buttonVideo2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonVideo2.Margin = new System.Windows.Forms.Padding(4); this.buttonVideo2.Name = "buttonVideo2"; this.buttonVideo2.Size = new System.Drawing.Size(89, 28); this.buttonVideo2.TabIndex = 10; @@ -2690,7 +2690,7 @@ private void InitializeComponent() // buttonVideo1 // this.buttonVideo1.Location = new System.Drawing.Point(553, 89); - this.buttonVideo1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.buttonVideo1.Margin = new System.Windows.Forms.Padding(4); this.buttonVideo1.Name = "buttonVideo1"; this.buttonVideo1.Size = new System.Drawing.Size(89, 28); this.buttonVideo1.TabIndex = 7; @@ -2701,7 +2701,7 @@ private void InitializeComponent() // splitContainer2 // this.splitContainer2.Location = new System.Drawing.Point(0, 0); - this.splitContainer2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.splitContainer2.Margin = new System.Windows.Forms.Padding(4); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 @@ -2721,7 +2721,7 @@ private void InitializeComponent() this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Location = new System.Drawing.Point(24, 204); - this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); @@ -2737,7 +2737,7 @@ private void InitializeComponent() this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel2.Location = new System.Drawing.Point(23, 36); - this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); @@ -2775,7 +2775,7 @@ private void InitializeComponent() this.panelContainTheProgressBar.Controls.Add(this.labelIndexingProgress); this.panelContainTheProgressBar.Controls.Add(this.progressBarIndexing); this.panelContainTheProgressBar.Location = new System.Drawing.Point(399, 182); - this.panelContainTheProgressBar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.panelContainTheProgressBar.Margin = new System.Windows.Forms.Padding(4); this.panelContainTheProgressBar.Name = "panelContainTheProgressBar"; this.panelContainTheProgressBar.Size = new System.Drawing.Size(625, 251); this.panelContainTheProgressBar.TabIndex = 0; @@ -2786,7 +2786,7 @@ private void InitializeComponent() this.boxIndexingProgressDetails.Appearance = System.Windows.Forms.Appearance.Button; this.boxIndexingProgressDetails.AutoSize = true; this.boxIndexingProgressDetails.Location = new System.Drawing.Point(561, 6); - this.boxIndexingProgressDetails.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.boxIndexingProgressDetails.Margin = new System.Windows.Forms.Padding(4); this.boxIndexingProgressDetails.Name = "boxIndexingProgressDetails"; this.boxIndexingProgressDetails.Size = new System.Drawing.Size(59, 26); this.boxIndexingProgressDetails.TabIndex = 1; @@ -2831,7 +2831,7 @@ private void InitializeComponent() this.panelHideTheOptions.BackColor = System.Drawing.SystemColors.ControlDark; this.panelHideTheOptions.Controls.Add(this.panelContainTheProgressBar); this.panelHideTheOptions.Location = new System.Drawing.Point(4, 108); - this.panelHideTheOptions.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.panelHideTheOptions.Margin = new System.Windows.Forms.Padding(4); this.panelHideTheOptions.Name = "panelHideTheOptions"; this.panelHideTheOptions.Size = new System.Drawing.Size(1423, 438); this.panelHideTheOptions.TabIndex = 3; @@ -2871,7 +2871,7 @@ private void InitializeComponent() this.Controls.Add(this.panelHideTheOptions); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.Margin = new System.Windows.Forms.Padding(4); this.MinimumSize = new System.Drawing.Size(1293, 309); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0); diff --git a/MainForm.resx b/MainForm.resx index 0eef0f8..1df70c4 100644 --- a/MainForm.resx +++ b/MainForm.resx @@ -177,7 +177,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAAM - cwAAAk1TRnQBSQFMAgEBDAEAAZABBAGQAQQBZAEAAWQBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + cwAAAk1TRnQBSQFMAgEBDAEAAZgBBAGYAQQBZAEAAWQBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABkAEBAgABkAEBAgABAQEAAQgGAAFxAQIXAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEA AcAB3AHAAQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEA A0IBAAM5AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIA diff --git a/NewUpdate/3.29.0.zip b/NewUpdate/3.29.0.zip new file mode 100644 index 0000000..f23a5da Binary files /dev/null and b/NewUpdate/3.29.0.zip differ diff --git a/NewUpdate/latest b/NewUpdate/latest index 55023ef..ec131a8 100644 --- a/NewUpdate/latest +++ b/NewUpdate/latest @@ -1 +1 @@ -3.28.8 \ No newline at end of file +3.29.0 \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c6f281c..af5d543 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,4 +31,4 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.28.8")] +[assembly: AssemblyVersion("3.29.0")] diff --git a/README.md b/README.md index 30c868b..26e52e9 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,9 @@ Drag and drop two or more video files inside the application, select what do you * 3nly ## Changelog +#### Version 3.29.0 +* Add feature to make set target frame rate more efficient when desire output is minor like 30 fps from 60 fps source. See related [request](https://github.com/argorar/WebMConverter/issues/51) + #### Version 3.28.8 * Fix log management for two pass encoding