diff --git a/IFME/frmMain.Designer.cs b/IFME/frmMain.Designer.cs index 7704a15..f90e967 100644 --- a/IFME/frmMain.Designer.cs +++ b/IFME/frmMain.Designer.cs @@ -1396,6 +1396,7 @@ private void InitializeComponent() this.grpVideoInterlace.Controls.Add(this.lblVideoDeInterField); this.grpVideoInterlace.Controls.Add(this.cboVideoDeInterMode); this.grpVideoInterlace.Controls.Add(this.lblVideoDeInterMode); + this.grpVideoInterlace.Enabled = false; this.grpVideoInterlace.Location = new System.Drawing.Point(739, 136); this.grpVideoInterlace.Name = "grpVideoInterlace"; this.grpVideoInterlace.Size = new System.Drawing.Size(247, 122); diff --git a/IFME/frmMain.Function.cs b/IFME/frmMain.Function.cs index d0d305e..9af0e77 100644 --- a/IFME/frmMain.Function.cs +++ b/IFME/frmMain.Function.cs @@ -418,13 +418,6 @@ private void Thread_InitializedTabs() tabConfig.SelectedTab = tabConfigMediaInfo; - chkVideoDeInterlace.Checked = true; - chkVideoDeInterlace.Checked = false; - chkAdvTrim.Checked = true; - chkAdvTrim.Checked = false; - chkAdvCropAuto.Checked = true; - chkAdvCropAuto.Checked = false; - cboProfile.Focus(); cboProfile.SelectedIndex = cboProfile.Items.Count - 1; }); diff --git a/IFME/frmMain.cs b/IFME/frmMain.cs index e3d17cf..600363c 100644 --- a/IFME/frmMain.cs +++ b/IFME/frmMain.cs @@ -628,10 +628,6 @@ private void cboVideoEncoder_SelectedIndexChanged(object sender, EventArgs e) if (cboVideoPixFmt.SelectedIndex == -1) cboVideoPixFmt.SelectedIndex = 0; - var dei = temp.Video.Args.Pipe; - chkVideoDeInterlace.Enabled = dei; - grpVideoInterlace.Enabled = dei; - cboVideoPreset.Enabled = cboVideoPreset.Items.Count > 0; cboVideoTune.Enabled = cboVideoTune.Items.Count > 0;