OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmMain.Designer.cs
index fa53939..5aa4796 100644 (file)
@@ -1,7 +1,7 @@
 /*  frmMain.Designer.cs \r
        \r
           This file is part of the HandBrake source code.\r
-          Homepage: <http://handbrake.m0k.org/>.\r
+          Homepage: <http://handbrake.fr>.\r
           It may be used under the terms of the GNU General Public License. */\r
 \r
 namespace Handbrake\r
@@ -36,23 +36,21 @@ namespace Handbrake
         {\r
             this.components = new System.ComponentModel.Container();\r
             System.Windows.Forms.Label Label38;\r
+            System.Windows.Forms.ContextMenuStrip notifyIconMenu;\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));\r
-            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();\r
+            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();\r
+            this.btn_restore = new System.Windows.Forms.ToolStripMenuItem();\r
             this.DVD_Save = new System.Windows.Forms.SaveFileDialog();\r
             this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
             this.drop_chapterFinish = new System.Windows.Forms.ComboBox();\r
             this.drop_chapterStart = new System.Windows.Forms.ComboBox();\r
             this.drp_dvdtitle = new System.Windows.Forms.ComboBox();\r
-            this.RadioISO = new System.Windows.Forms.RadioButton();\r
             this.text_source = new System.Windows.Forms.TextBox();\r
             this.text_destination = new System.Windows.Forms.TextBox();\r
-            this.btn_Browse = new System.Windows.Forms.Button();\r
-            this.btn_destBrowse = new System.Windows.Forms.Button();\r
             this.drp_videoEncoder = new System.Windows.Forms.ComboBox();\r
-            this.drp_audioCodec = new System.Windows.Forms.ComboBox();\r
-            this.drp_audioBitrate = new System.Windows.Forms.ComboBox();\r
-            this.drp_audioSampleRate = new System.Windows.Forms.ComboBox();\r
+            this.drp_audbit_1 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audsr_1 = new System.Windows.Forms.ComboBox();\r
             this.check_largeFile = new System.Windows.Forms.CheckBox();\r
             this.check_turbo = new System.Windows.Forms.CheckBox();\r
             this.drp_videoFramerate = new System.Windows.Forms.ComboBox();\r
@@ -61,38 +59,57 @@ namespace Handbrake
             this.text_bitrate = new System.Windows.Forms.TextBox();\r
             this.drp_subtitle = new System.Windows.Forms.ComboBox();\r
             this.btn_setDefault = new System.Windows.Forms.Button();\r
-            this.drp_audioMixDown = new System.Windows.Forms.ComboBox();\r
+            this.drp_audmix_1 = new System.Windows.Forms.ComboBox();\r
             this.text_height = new System.Windows.Forms.TextBox();\r
             this.text_width = new System.Windows.Forms.TextBox();\r
-            this.slider_drc = new System.Windows.Forms.TrackBar();\r
-            this.rtf_h264advanced = new System.Windows.Forms.RichTextBox();\r
-            this.RadioDVD = new System.Windows.Forms.RadioButton();\r
+            this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
+            this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
+            this.data_chpt = new System.Windows.Forms.DataGridView();\r
+            this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+            this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+            this.btn_addPreset = new System.Windows.Forms.Button();\r
+            this.btn_removePreset = new System.Windows.Forms.Button();\r
+            this.drp_audmix_2 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audenc_1 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audenc_2 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audbit_2 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audsr_2 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audsr_3 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audbit_3 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audenc_3 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audmix_3 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audsr_4 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audbit_4 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audenc_4 = new System.Windows.Forms.ComboBox();\r
+            this.drp_audmix_4 = new System.Windows.Forms.ComboBox();\r
+            this.drop_format = new System.Windows.Forms.ComboBox();\r
+            this.lbl_src_res = new System.Windows.Forms.Label();\r
+            this.lbl_duration = new System.Windows.Forms.Label();\r
+            this.label_duration = new System.Windows.Forms.Label();\r
+            this.label7 = new System.Windows.Forms.Label();\r
             this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();\r
             this.File_Open = new System.Windows.Forms.OpenFileDialog();\r
             this.ISO_Open = new System.Windows.Forms.OpenFileDialog();\r
             this.FileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_open = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_save = new System.Windows.Forms.ToolStripMenuItem();\r
             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_exit = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_open3 = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ToolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.mnu_encode = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_viewDVDdata = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_encodeLog = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ToolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_options = new System.Windows.Forms.ToolStripMenuItem();\r
             this.PresetsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_presetReset = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem();\r
             this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.OnlineDocumentationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_wiki = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_faq = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_onlineDocs = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.WebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_homepage = new System.Windows.Forms.ToolStripMenuItem();\r
-            this.mnu_forum = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_handbrake_home = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_handbrake_forums = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();\r
             this.mnu_UpdateCheck = new System.Windows.Forms.ToolStripMenuItem();\r
             this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();\r
@@ -104,18 +121,30 @@ namespace Handbrake
             this.Label9 = new System.Windows.Forms.Label();\r
             this.Label10 = new System.Windows.Forms.Label();\r
             this.groupBox_output = new System.Windows.Forms.GroupBox();\r
+            this.label5 = new System.Windows.Forms.Label();\r
             this.Label47 = new System.Windows.Forms.Label();\r
-            this.Label12 = new System.Windows.Forms.Label();\r
-            this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
             this.Label3 = new System.Windows.Forms.Label();\r
-            this.lbl_encode = new System.Windows.Forms.Label();\r
             this.TabPage2 = new System.Windows.Forms.TabPage();\r
-            this.label30 = new System.Windows.Forms.Label();\r
-            this.label29 = new System.Windows.Forms.Label();\r
-            this.label23 = new System.Windows.Forms.Label();\r
-            this.label7 = new System.Windows.Forms.Label();\r
-            this.label21 = new System.Windows.Forms.Label();\r
-            this.lbl_drc = new System.Windows.Forms.Label();\r
+            this.lbl_drc4 = new System.Windows.Forms.Label();\r
+            this.lbl_drc3 = new System.Windows.Forms.Label();\r
+            this.lbl_drc2 = new System.Windows.Forms.Label();\r
+            this.lbl_drc1 = new System.Windows.Forms.Label();\r
+            this.trackBar4 = new System.Windows.Forms.TrackBar();\r
+            this.drp_track4Audio = new System.Windows.Forms.ComboBox();\r
+            this.lbl_t4 = new System.Windows.Forms.Label();\r
+            this.trackBar3 = new System.Windows.Forms.TrackBar();\r
+            this.drp_track3Audio = new System.Windows.Forms.ComboBox();\r
+            this.lbl_t3 = new System.Windows.Forms.Label();\r
+            this.trackBar2 = new System.Windows.Forms.TrackBar();\r
+            this.label16 = new System.Windows.Forms.Label();\r
+            this.trackBar1 = new System.Windows.Forms.TrackBar();\r
+            this.groupBox5 = new System.Windows.Forms.GroupBox();\r
+            this.groupBox3 = new System.Windows.Forms.GroupBox();\r
+            this.label68 = new System.Windows.Forms.Label();\r
+            this.label67 = new System.Windows.Forms.Label();\r
+            this.label66 = new System.Windows.Forms.Label();\r
+            this.label65 = new System.Windows.Forms.Label();\r
+            this.label14 = new System.Windows.Forms.Label();\r
             this.check_forced = new System.Windows.Forms.CheckBox();\r
             this.drp_track2Audio = new System.Windows.Forms.ComboBox();\r
             this.label28 = new System.Windows.Forms.Label();\r
@@ -123,11 +152,7 @@ namespace Handbrake
             this.Label19 = new System.Windows.Forms.Label();\r
             this.Label20 = new System.Windows.Forms.Label();\r
             this.drp_track1Audio = new System.Windows.Forms.ComboBox();\r
-            this.Label14 = new System.Windows.Forms.Label();\r
-            this.Label5 = new System.Windows.Forms.Label();\r
-            this.Label16 = new System.Windows.Forms.Label();\r
             this.Label32 = new System.Windows.Forms.Label();\r
-            this.Label18 = new System.Windows.Forms.Label();\r
             this.TabPage3 = new System.Windows.Forms.TabPage();\r
             this.label25 = new System.Windows.Forms.Label();\r
             this.lbl_vfr = new System.Windows.Forms.Label();\r
@@ -139,8 +164,15 @@ namespace Handbrake
             this.SliderValue = new System.Windows.Forms.Label();\r
             this.Label46 = new System.Windows.Forms.Label();\r
             this.Label40 = new System.Windows.Forms.Label();\r
-            this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
             this.TabPage1 = new System.Windows.Forms.TabPage();\r
+            this.slider_deblock = new System.Windows.Forms.TrackBar();\r
+            this.label8 = new System.Windows.Forms.Label();\r
+            this.lbl_deblockVal = new System.Windows.Forms.Label();\r
+            this.check_customCrop = new System.Windows.Forms.RadioButton();\r
+            this.check_autoCrop = new System.Windows.Forms.RadioButton();\r
+            this.check_decomb = new System.Windows.Forms.CheckBox();\r
+            this.label6 = new System.Windows.Forms.Label();\r
+            this.drp_anamorphic = new System.Windows.Forms.ComboBox();\r
             this.text_bottom = new System.Windows.Forms.NumericUpDown();\r
             this.text_top = new System.Windows.Forms.NumericUpDown();\r
             this.text_left = new System.Windows.Forms.NumericUpDown();\r
@@ -150,79 +182,112 @@ namespace Handbrake
             this.lbl_Aspect = new System.Windows.Forms.Label();\r
             this.Label91 = new System.Windows.Forms.Label();\r
             this.Label55 = new System.Windows.Forms.Label();\r
-            this.check_lAnamorphic = new System.Windows.Forms.CheckBox();\r
             this.check_vfr = new System.Windows.Forms.CheckBox();\r
             this.label24 = new System.Windows.Forms.Label();\r
             this.drp_deNoise = new System.Windows.Forms.ComboBox();\r
             this.label11 = new System.Windows.Forms.Label();\r
-            this.check_deblock = new System.Windows.Forms.CheckBox();\r
             this.check_detelecine = new System.Windows.Forms.CheckBox();\r
             this.label4 = new System.Windows.Forms.Label();\r
             this.drp_deInterlace_option = new System.Windows.Forms.ComboBox();\r
-            this.CheckPixelRatio = new System.Windows.Forms.CheckBox();\r
-            this.lbl_RecomendedCrop = new System.Windows.Forms.Label();\r
-            this.Label8 = new System.Windows.Forms.Label();\r
             this.Label1 = new System.Windows.Forms.Label();\r
             this.Label53 = new System.Windows.Forms.Label();\r
             this.Label52 = new System.Windows.Forms.Label();\r
             this.Label51 = new System.Windows.Forms.Label();\r
-            this.Label50 = new System.Windows.Forms.Label();\r
             this.Label15 = new System.Windows.Forms.Label();\r
-            this.drp_crop = new System.Windows.Forms.ComboBox();\r
             this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox();\r
             this.advancedOptions = new System.Windows.Forms.TabControl();\r
             this.tab_chapters = new System.Windows.Forms.TabPage();\r
             this.label31 = new System.Windows.Forms.Label();\r
-            this.data_chpt = new System.Windows.Forms.DataGridView();\r
-            this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
-            this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
             this.h264Tab = new System.Windows.Forms.TabPage();\r
-            this.Label43 = new System.Windows.Forms.Label();\r
-            this.label_h264 = new System.Windows.Forms.LinkLabel();\r
-            this.Label95 = new System.Windows.Forms.Label();\r
-            this.btn_h264Clear = new System.Windows.Forms.Button();\r
-            this.Label90 = new System.Windows.Forms.Label();\r
-            this.Label92 = new System.Windows.Forms.Label();\r
+            this.label43 = new System.Windows.Forms.Label();\r
+            this.btn_reset = new System.Windows.Forms.Button();\r
+            this.rtf_x264Query = new System.Windows.Forms.RichTextBox();\r
+            this.check_Cabac = new System.Windows.Forms.CheckBox();\r
+            this.check_noDCTDecimate = new System.Windows.Forms.CheckBox();\r
+            this.check_noFastPSkip = new System.Windows.Forms.CheckBox();\r
+            this.lbl_trellis = new System.Windows.Forms.Label();\r
+            this.drop_trellis = new System.Windows.Forms.ComboBox();\r
+            this.drop_deblockBeta = new System.Windows.Forms.ComboBox();\r
+            this.label41 = new System.Windows.Forms.Label();\r
+            this.drop_deblockAlpha = new System.Windows.Forms.ComboBox();\r
+            this.panel3 = new System.Windows.Forms.Panel();\r
+            this.panel1 = new System.Windows.Forms.Panel();\r
+            this.panel2 = new System.Windows.Forms.Panel();\r
+            this.check_8x8DCT = new System.Windows.Forms.CheckBox();\r
+            this.label45 = new System.Windows.Forms.Label();\r
+            this.drop_analysis = new System.Windows.Forms.ComboBox();\r
+            this.label48 = new System.Windows.Forms.Label();\r
+            this.drop_subpixelMotionEstimation = new System.Windows.Forms.ComboBox();\r
+            this.label49 = new System.Windows.Forms.Label();\r
+            this.drop_MotionEstimationRange = new System.Windows.Forms.ComboBox();\r
+            this.label54 = new System.Windows.Forms.Label();\r
+            this.drop_MotionEstimationMethod = new System.Windows.Forms.ComboBox();\r
+            this.check_pyrmidalBFrames = new System.Windows.Forms.CheckBox();\r
+            this.check_BidirectionalRefinement = new System.Windows.Forms.CheckBox();\r
+            this.check_bFrameRateDistortion = new System.Windows.Forms.CheckBox();\r
+            this.check_weightedBFrames = new System.Windows.Forms.CheckBox();\r
+            this.lbl_direct_prediction = new System.Windows.Forms.Label();\r
+            this.drop_directPrediction = new System.Windows.Forms.ComboBox();\r
+            this.label62 = new System.Windows.Forms.Label();\r
+            this.drop_bFrames = new System.Windows.Forms.ComboBox();\r
+            this.label64 = new System.Windows.Forms.Label();\r
+            this.drop_refFrames = new System.Windows.Forms.ComboBox();\r
+            this.check_mixedReferences = new System.Windows.Forms.CheckBox();\r
             this.tabPage4 = new System.Windows.Forms.TabPage();\r
             this.btn_clear = new System.Windows.Forms.Button();\r
-            this.btn_copy2C = new System.Windows.Forms.Button();\r
             this.label34 = new System.Windows.Forms.Label();\r
             this.btn_generate_Query = new System.Windows.Forms.Button();\r
             this.label33 = new System.Windows.Forms.Label();\r
             this.rtf_query = new System.Windows.Forms.RichTextBox();\r
             this.groupBox_dest = new System.Windows.Forms.GroupBox();\r
+            this.btn_destBrowse = new System.Windows.Forms.Button();\r
             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
             this.treeView_presets = new System.Windows.Forms.TreeView();\r
             this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
-            this.btn_start = new System.Windows.Forms.ToolStripButton();\r
+            this.btn_source = new System.Windows.Forms.ToolStripDropDownButton();\r
+            this.btn_file_source = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.btn_dvd_source = new System.Windows.Forms.ToolStripMenuItem();\r
             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.mnu_dvd_drive = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.btn_start = new System.Windows.Forms.ToolStripButton();\r
             this.btn_add2Queue = new System.Windows.Forms.ToolStripButton();\r
             this.btn_showQueue = new System.Windows.Forms.ToolStripButton();\r
             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();\r
             this.btn_ActivityWindow = new System.Windows.Forms.ToolStripButton();\r
             this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();\r
-            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);\r
+            this.btn_minimize = new System.Windows.Forms.ToolStripButton();\r
+            this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);\r
+            this.StatusStrip = new System.Windows.Forms.StatusStrip();\r
+            this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();\r
             Label38 = new System.Windows.Forms.Label();\r
+            notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+            notifyIconMenu.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
-            ((System.ComponentModel.ISupportInitialize)(this.slider_drc)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
             this.frmMainMenu.SuspendLayout();\r
             this.GroupBox1.SuspendLayout();\r
             this.groupBox_output.SuspendLayout();\r
             this.TabPage2.SuspendLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();\r
             this.TabPage3.SuspendLayout();\r
             this.TabPage1.SuspendLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_top)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_left)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_right)).BeginInit();\r
             this.advancedOptions.SuspendLayout();\r
             this.tab_chapters.SuspendLayout();\r
-            ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit();\r
             this.h264Tab.SuspendLayout();\r
             this.tabPage4.SuspendLayout();\r
             this.groupBox_dest.SuspendLayout();\r
             this.groupBox2.SuspendLayout();\r
             this.toolStrip1.SuspendLayout();\r
+            this.StatusStrip.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
             // Label38\r
@@ -230,12 +295,27 @@ namespace Handbrake
             Label38.AutoSize = true;\r
             Label38.BackColor = System.Drawing.Color.Transparent;\r
             Label38.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            Label38.Location = new System.Drawing.Point(304, 65);\r
+            Label38.Location = new System.Drawing.Point(334, 38);\r
             Label38.Name = "Label38";\r
             Label38.Size = new System.Drawing.Size(108, 13);\r
             Label38.TabIndex = 11;\r
             Label38.Text = "Target Size (MB):";\r
             // \r
+            // notifyIconMenu\r
+            // \r
+            notifyIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.btn_restore});\r
+            notifyIconMenu.Name = "notifyIconMenu";\r
+            notifyIconMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
+            notifyIconMenu.Size = new System.Drawing.Size(129, 26);\r
+            // \r
+            // btn_restore\r
+            // \r
+            this.btn_restore.Name = "btn_restore";\r
+            this.btn_restore.Size = new System.Drawing.Size(128, 22);\r
+            this.btn_restore.Text = "Restore";\r
+            this.btn_restore.Click += new System.EventHandler(this.btn_restore_Click);\r
+            // \r
             // DVD_Save\r
             // \r
             this.DVD_Save.Filter = "mp4|*.mp4|m4v|*.m4v|avi|*.avi|ogm|*.ogm|mkv|*.mkv";\r
@@ -248,13 +328,15 @@ namespace Handbrake
             // ToolTip\r
             // \r
             this.ToolTip.Active = false;\r
+            this.ToolTip.AutomaticDelay = 1000;\r
+            this.ToolTip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
+            this.ToolTip.ToolTipTitle = "Tooltip";\r
             // \r
             // drop_chapterFinish\r
             // \r
-            this.drop_chapterFinish.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drop_chapterFinish.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drop_chapterFinish.FormattingEnabled = true;\r
-            this.drop_chapterFinish.Location = new System.Drawing.Point(408, 55);\r
+            this.drop_chapterFinish.Location = new System.Drawing.Point(397, 52);\r
             this.drop_chapterFinish.Name = "drop_chapterFinish";\r
             this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21);\r
             this.drop_chapterFinish.TabIndex = 10;\r
@@ -264,10 +346,9 @@ namespace Handbrake
             // \r
             // drop_chapterStart\r
             // \r
-            this.drop_chapterStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drop_chapterStart.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drop_chapterStart.FormattingEnabled = true;\r
-            this.drop_chapterStart.Location = new System.Drawing.Point(295, 55);\r
+            this.drop_chapterStart.Location = new System.Drawing.Point(295, 52);\r
             this.drop_chapterStart.Name = "drop_chapterStart";\r
             this.drop_chapterStart.Size = new System.Drawing.Size(69, 21);\r
             this.drop_chapterStart.TabIndex = 9;\r
@@ -277,7 +358,6 @@ namespace Handbrake
             // \r
             // drp_dvdtitle\r
             // \r
-            this.drp_dvdtitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drp_dvdtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_dvdtitle.FormattingEnabled = true;\r
             this.drp_dvdtitle.Items.AddRange(new object[] {\r
@@ -291,113 +371,48 @@ namespace Handbrake
             this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged);\r
             this.drp_dvdtitle.Click += new System.EventHandler(this.drp_dvdtitle_Click);\r
             // \r
-            // RadioISO\r
-            // \r
-            this.RadioISO.AutoSize = true;\r
-            this.RadioISO.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.RadioISO.Location = new System.Drawing.Point(606, 46);\r
-            this.RadioISO.Name = "RadioISO";\r
-            this.RadioISO.Size = new System.Drawing.Size(44, 17);\r
-            this.RadioISO.TabIndex = 4;\r
-            this.RadioISO.Text = "File";\r
-            this.ToolTip.SetToolTip(this.RadioISO, "For selecting: ISO, TS, MPG");\r
-            this.RadioISO.UseVisualStyleBackColor = true;\r
-            // \r
             // text_source\r
             // \r
-            this.text_source.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.text_source.Location = new System.Drawing.Point(99, 19);\r
             this.text_source.Name = "text_source";\r
-            this.text_source.Size = new System.Drawing.Size(429, 21);\r
+            this.text_source.Size = new System.Drawing.Size(584, 21);\r
             this.text_source.TabIndex = 1;\r
-            this.text_source.Text = "Click \'Browse\' to continue";\r
+            this.text_source.Text = "Click \'Source\' to continue";\r
             this.ToolTip.SetToolTip(this.text_source, "The input source location.");\r
             // \r
             // text_destination\r
             // \r
-            this.text_destination.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.text_destination.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.text_destination.Location = new System.Drawing.Point(99, 19);\r
             this.text_destination.Name = "text_destination";\r
-            this.text_destination.Size = new System.Drawing.Size(429, 21);\r
+            this.text_destination.Size = new System.Drawing.Size(503, 21);\r
             this.text_destination.TabIndex = 1;\r
             this.ToolTip.SetToolTip(this.text_destination, "Location where the encoded file will be saved.");\r
-            // \r
-            // btn_Browse\r
-            // \r
-            this.btn_Browse.BackColor = System.Drawing.Color.Transparent;\r
-            this.btn_Browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_Browse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_Browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_Browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_Browse.Location = new System.Drawing.Point(540, 19);\r
-            this.btn_Browse.Name = "btn_Browse";\r
-            this.btn_Browse.Size = new System.Drawing.Size(78, 22);\r
-            this.btn_Browse.TabIndex = 5;\r
-            this.btn_Browse.Text = "Browse";\r
-            this.ToolTip.SetToolTip(this.btn_Browse, "Step 1 - Select a Source. This can be either a DVD or ts/mpg/iso file");\r
-            this.btn_Browse.UseVisualStyleBackColor = false;\r
-            this.btn_Browse.Click += new System.EventHandler(this.btn_Browse_Click);\r
-            // \r
-            // btn_destBrowse\r
-            // \r
-            this.btn_destBrowse.BackColor = System.Drawing.Color.Transparent;\r
-            this.btn_destBrowse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_destBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_destBrowse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_destBrowse.Location = new System.Drawing.Point(540, 18);\r
-            this.btn_destBrowse.Name = "btn_destBrowse";\r
-            this.btn_destBrowse.Size = new System.Drawing.Size(83, 22);\r
-            this.btn_destBrowse.TabIndex = 2;\r
-            this.btn_destBrowse.Text = "Browse";\r
-            this.ToolTip.SetToolTip(this.btn_destBrowse, " Select a location to save your encoded file.");\r
-            this.btn_destBrowse.UseVisualStyleBackColor = false;\r
-            this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
+            this.text_destination.TextChanged += new System.EventHandler(this.text_destination_TextChanged);\r
             // \r
             // drp_videoEncoder\r
             // \r
             this.drp_videoEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drp_videoEncoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drp_videoEncoder.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_videoEncoder.FormattingEnabled = true;\r
             this.drp_videoEncoder.Items.AddRange(new object[] {\r
-            "Mpeg 4",\r
-            "Xvid",\r
-            "H.264"});\r
-            this.drp_videoEncoder.Location = new System.Drawing.Point(99, 20);\r
+            "MPEG-4 (FFmpeg)",\r
+            "MPEG-4 (XviD)",\r
+            "H.264 (x264)",\r
+            "VP3 (Theora)"});\r
+            this.drp_videoEncoder.Location = new System.Drawing.Point(125, 35);\r
             this.drp_videoEncoder.Name = "drp_videoEncoder";\r
-            this.drp_videoEncoder.Size = new System.Drawing.Size(156, 21);\r
+            this.drp_videoEncoder.Size = new System.Drawing.Size(126, 21);\r
             this.drp_videoEncoder.TabIndex = 1;\r
             this.ToolTip.SetToolTip(this.drp_videoEncoder, "Select a video encoder");\r
             this.drp_videoEncoder.SelectedIndexChanged += new System.EventHandler(this.drp_videoEncoder_SelectedIndexChanged);\r
             // \r
-            // drp_audioCodec\r
+            // drp_audbit_1\r
             // \r
-            this.drp_audioCodec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drp_audioCodec.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_audioCodec.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_audioCodec.FormattingEnabled = true;\r
-            this.drp_audioCodec.Items.AddRange(new object[] {\r
-            "AAC",\r
-            "MP3",\r
-            "Vorbis",\r
-            "AC3",\r
-            "AAC + AC3"});\r
-            this.drp_audioCodec.Location = new System.Drawing.Point(370, 19);\r
-            this.drp_audioCodec.Name = "drp_audioCodec";\r
-            this.drp_audioCodec.Size = new System.Drawing.Size(111, 21);\r
-            this.drp_audioCodec.TabIndex = 3;\r
-            this.ToolTip.SetToolTip(this.drp_audioCodec, "Select an audio encoder.");\r
-            this.drp_audioCodec.SelectedIndexChanged += new System.EventHandler(this.drp_audioCodec_SelectedIndexChanged);\r
-            // \r
-            // drp_audioBitrate\r
-            // \r
-            this.drp_audioBitrate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_audioBitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_audioBitrate.FormattingEnabled = true;\r
-            this.drp_audioBitrate.Items.AddRange(new object[] {\r
+            this.drp_audbit_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audbit_1.FormattingEnabled = true;\r
+            this.drp_audbit_1.Items.AddRange(new object[] {\r
             "32",\r
             "40",\r
             "48",\r
@@ -408,45 +423,44 @@ namespace Handbrake
             "112",\r
             "128",\r
             "160"});\r
-            this.drp_audioBitrate.Location = new System.Drawing.Point(139, 120);\r
-            this.drp_audioBitrate.Name = "drp_audioBitrate";\r
-            this.drp_audioBitrate.Size = new System.Drawing.Size(101, 21);\r
-            this.drp_audioBitrate.TabIndex = 5;\r
-            this.drp_audioBitrate.Text = "128";\r
-            this.ToolTip.SetToolTip(this.drp_audioBitrate, "Set the Audio Bit-Rate");\r
-            // \r
-            // drp_audioSampleRate\r
-            // \r
-            this.drp_audioSampleRate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_audioSampleRate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_audioSampleRate.FormattingEnabled = true;\r
-            this.drp_audioSampleRate.Items.AddRange(new object[] {\r
+            this.drp_audbit_1.Location = new System.Drawing.Point(546, 53);\r
+            this.drp_audbit_1.Name = "drp_audbit_1";\r
+            this.drp_audbit_1.Size = new System.Drawing.Size(70, 20);\r
+            this.drp_audbit_1.TabIndex = 11;\r
+            this.drp_audbit_1.Text = "160";\r
+            this.ToolTip.SetToolTip(this.drp_audbit_1, "Set the Audio Bit-Rate");\r
+            // \r
+            // drp_audsr_1\r
+            // \r
+            this.drp_audsr_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audsr_1.FormattingEnabled = true;\r
+            this.drp_audsr_1.Items.AddRange(new object[] {\r
+            "Auto",\r
             "48",\r
             "44.1",\r
             "32",\r
             "24",\r
             "22.05"});\r
-            this.drp_audioSampleRate.Location = new System.Drawing.Point(139, 154);\r
-            this.drp_audioSampleRate.Name = "drp_audioSampleRate";\r
-            this.drp_audioSampleRate.Size = new System.Drawing.Size(101, 21);\r
-            this.drp_audioSampleRate.TabIndex = 6;\r
-            this.drp_audioSampleRate.Text = "44.1";\r
-            this.ToolTip.SetToolTip(this.drp_audioSampleRate, "Set the Audio Sample Rate");\r
+            this.drp_audsr_1.Location = new System.Drawing.Point(488, 53);\r
+            this.drp_audsr_1.Name = "drp_audsr_1";\r
+            this.drp_audsr_1.Size = new System.Drawing.Size(55, 20);\r
+            this.drp_audsr_1.TabIndex = 9;\r
+            this.drp_audsr_1.Text = "Auto";\r
+            this.ToolTip.SetToolTip(this.drp_audsr_1, "Set the Audio Sample Rate");\r
             // \r
             // check_largeFile\r
             // \r
             this.check_largeFile.AutoSize = true;\r
             this.check_largeFile.BackColor = System.Drawing.Color.Transparent;\r
             this.check_largeFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_largeFile.Location = new System.Drawing.Point(16, 80);\r
+            this.check_largeFile.Location = new System.Drawing.Point(193, 22);\r
             this.check_largeFile.Name = "check_largeFile";\r
             this.check_largeFile.Size = new System.Drawing.Size(82, 17);\r
             this.check_largeFile.TabIndex = 4;\r
             this.check_largeFile.Text = "64Bit MP4";\r
-            this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of MP4 files greater than 4GB.\r\nWarning: Breaks iPod, Apple TV an" +\r
-                    "d PS3 compatibility.");\r
+            this.ToolTip.SetToolTip(this.check_largeFile, "Allows creation of MP4 files greater than 4GB.\r\nWarning: Breaks iPod, Apple TV (V" +\r
+                    "ersion 1 only) and PS3 compatibility.\r\nRequires .mp4/.m4v file extension");\r
             this.check_largeFile.UseVisualStyleBackColor = false;\r
-            this.check_largeFile.CheckedChanged += new System.EventHandler(this.check_largeFile_CheckedChanged);\r
             // \r
             // check_turbo\r
             // \r
@@ -454,21 +468,20 @@ namespace Handbrake
             this.check_turbo.BackColor = System.Drawing.Color.Transparent;\r
             this.check_turbo.Enabled = false;\r
             this.check_turbo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_turbo.Location = new System.Drawing.Point(37, 57);\r
+            this.check_turbo.Location = new System.Drawing.Point(37, 184);\r
             this.check_turbo.Name = "check_turbo";\r
-            this.check_turbo.Size = new System.Drawing.Size(122, 17);\r
-            this.check_turbo.TabIndex = 3;\r
-            this.check_turbo.Text = "Turbo first pPass";\r
+            this.check_turbo.Size = new System.Drawing.Size(115, 17);\r
+            this.check_turbo.TabIndex = 7;\r
+            this.check_turbo.Text = "Turbo first Pass";\r
             this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
             this.check_turbo.UseVisualStyleBackColor = false;\r
             // \r
             // drp_videoFramerate\r
             // \r
-            this.drp_videoFramerate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drp_videoFramerate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_videoFramerate.FormattingEnabled = true;\r
             this.drp_videoFramerate.Items.AddRange(new object[] {\r
-            "Automatic",\r
+            "Same as source",\r
             "5",\r
             "10",\r
             "12",\r
@@ -477,16 +490,16 @@ namespace Handbrake
             "24",\r
             "25",\r
             "29.97"});\r
-            this.drp_videoFramerate.Location = new System.Drawing.Point(446, 167);\r
+            this.drp_videoFramerate.Location = new System.Drawing.Point(125, 68);\r
             this.drp_videoFramerate.Name = "drp_videoFramerate";\r
-            this.drp_videoFramerate.Size = new System.Drawing.Size(81, 21);\r
-            this.drp_videoFramerate.TabIndex = 7;\r
-            this.drp_videoFramerate.Text = "Automatic";\r
-            this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to automcatic in most cases.");\r
+            this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21);\r
+            this.drp_videoFramerate.TabIndex = 2;\r
+            this.drp_videoFramerate.Text = "Same as source";\r
+            this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases.");\r
             // \r
             // slider_videoQuality\r
             // \r
-            this.slider_videoQuality.Location = new System.Drawing.Point(435, 90);\r
+            this.slider_videoQuality.Location = new System.Drawing.Point(468, 91);\r
             this.slider_videoQuality.Maximum = 100;\r
             this.slider_videoQuality.Name = "slider_videoQuality";\r
             this.slider_videoQuality.Size = new System.Drawing.Size(167, 42);\r
@@ -497,9 +510,8 @@ namespace Handbrake
             // \r
             // text_filesize\r
             // \r
-            this.text_filesize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.text_filesize.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.text_filesize.Location = new System.Drawing.Point(446, 63);\r
+            this.text_filesize.Location = new System.Drawing.Point(476, 36);\r
             this.text_filesize.Name = "text_filesize";\r
             this.text_filesize.Size = new System.Drawing.Size(81, 21);\r
             this.text_filesize.TabIndex = 12;\r
@@ -508,9 +520,8 @@ namespace Handbrake
             // \r
             // text_bitrate\r
             // \r
-            this.text_bitrate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.text_bitrate.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.text_bitrate.Location = new System.Drawing.Point(446, 36);\r
+            this.text_bitrate.Location = new System.Drawing.Point(476, 63);\r
             this.text_bitrate.Name = "text_bitrate";\r
             this.text_bitrate.Size = new System.Drawing.Size(81, 21);\r
             this.text_bitrate.TabIndex = 10;\r
@@ -519,28 +530,25 @@ namespace Handbrake
             // \r
             // drp_subtitle\r
             // \r
-            this.drp_subtitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_subtitle.FormattingEnabled = true;\r
             this.drp_subtitle.Items.AddRange(new object[] {\r
             "None",\r
             "Autoselect"});\r
-            this.drp_subtitle.Location = new System.Drawing.Point(113, 213);\r
+            this.drp_subtitle.Location = new System.Drawing.Point(79, 244);\r
             this.drp_subtitle.Name = "drp_subtitle";\r
-            this.drp_subtitle.Size = new System.Drawing.Size(213, 21);\r
-            this.drp_subtitle.TabIndex = 12;\r
+            this.drp_subtitle.Size = new System.Drawing.Size(138, 21);\r
+            this.drp_subtitle.TabIndex = 43;\r
             this.drp_subtitle.Text = "None";\r
             this.ToolTip.SetToolTip(this.drp_subtitle, resources.GetString("drp_subtitle.ToolTip"));\r
             this.drp_subtitle.SelectedIndexChanged += new System.EventHandler(this.drp_subtitle_SelectedIndexChanged);\r
             // \r
             // btn_setDefault\r
             // \r
-            this.btn_setDefault.BackColor = System.Drawing.Color.Transparent;\r
             this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_setDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_setDefault.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_setDefault.Location = new System.Drawing.Point(115, 486);\r
+            this.btn_setDefault.Location = new System.Drawing.Point(115, 508);\r
             this.btn_setDefault.Name = "btn_setDefault";\r
             this.btn_setDefault.Size = new System.Drawing.Size(72, 22);\r
             this.btn_setDefault.TabIndex = 1;\r
@@ -548,91 +556,457 @@ namespace Handbrake
             this.btn_setDefault.Text = "Set Default";\r
             this.ToolTip.SetToolTip(this.btn_setDefault, "Set current settings as program defaults.\r\nRequires option to be enabled in Tools" +\r
                     " > Options");\r
-            this.btn_setDefault.UseVisualStyleBackColor = false;\r
+            this.btn_setDefault.UseVisualStyleBackColor = true;\r
             this.btn_setDefault.Click += new System.EventHandler(this.btn_setDefault_Click);\r
             // \r
-            // drp_audioMixDown\r
+            // drp_audmix_1\r
             // \r
-            this.drp_audioMixDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_audioMixDown.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_audioMixDown.FormattingEnabled = true;\r
-            this.drp_audioMixDown.Items.AddRange(new object[] {\r
+            this.drp_audmix_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audmix_1.FormattingEnabled = true;\r
+            this.drp_audmix_1.Items.AddRange(new object[] {\r
             "Automatic",\r
             "Mono",\r
             "Stereo",\r
             "Dolby Surround",\r
             "Dolby Pro Logic II",\r
             "6 Channel Discrete"});\r
-            this.drp_audioMixDown.Location = new System.Drawing.Point(423, 33);\r
-            this.drp_audioMixDown.Name = "drp_audioMixDown";\r
-            this.drp_audioMixDown.Size = new System.Drawing.Size(173, 21);\r
-            this.drp_audioMixDown.TabIndex = 8;\r
-            this.drp_audioMixDown.Text = "Automatic";\r
-            this.ToolTip.SetToolTip(this.drp_audioMixDown, "Please note: Some options require a 5.1 audio channel to be selected");\r
-            this.drp_audioMixDown.SelectedIndexChanged += new System.EventHandler(this.drp_audioMixDown_SelectedIndexChanged);\r
+            this.drp_audmix_1.Location = new System.Drawing.Point(353, 53);\r
+            this.drp_audmix_1.Name = "drp_audmix_1";\r
+            this.drp_audmix_1.Size = new System.Drawing.Size(129, 20);\r
+            this.drp_audmix_1.TabIndex = 7;\r
+            this.drp_audmix_1.Text = "Automatic";\r
+            this.ToolTip.SetToolTip(this.drp_audmix_1, "Please note: Some options require a 5.1 audio channel to be selected");\r
+            this.drp_audmix_1.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_1_SelectedIndexChanged);\r
             // \r
             // text_height\r
             // \r
-            this.text_height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.text_height.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.text_height.ForeColor = System.Drawing.SystemColors.InfoText;\r
-            this.text_height.Location = new System.Drawing.Point(504, 35);\r
+            this.text_height.Location = new System.Drawing.Point(498, 81);\r
             this.text_height.Name = "text_height";\r
             this.text_height.Size = new System.Drawing.Size(64, 21);\r
-            this.text_height.TabIndex = 28;\r
-            this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)");\r
+            this.text_height.TabIndex = 19;\r
+            this.ToolTip.SetToolTip(this.text_height, "Video Resolution (Height)\r\nCan only be altered when Anamorphic is set to \"None\"");\r
             this.text_height.TextChanged += new System.EventHandler(this.text_height_TextChanged);\r
             // \r
             // text_width\r
             // \r
-            this.text_width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.text_width.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.text_width.Location = new System.Drawing.Point(413, 35);\r
+            this.text_width.Location = new System.Drawing.Point(407, 81);\r
             this.text_width.Name = "text_width";\r
             this.text_width.Size = new System.Drawing.Size(64, 21);\r
-            this.text_width.TabIndex = 26;\r
-            this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)");\r
+            this.text_width.TabIndex = 17;\r
+            this.ToolTip.SetToolTip(this.text_width, "Video Resolution (Width)\r\nCan only be altered when Anamorphic is set to \"None\" or" +\r
+                    " \"Loose\"");\r
             this.text_width.TextChanged += new System.EventHandler(this.text_width_TextChanged);\r
             // \r
-            // slider_drc\r
-            // \r
-            this.slider_drc.LargeChange = 0;\r
-            this.slider_drc.Location = new System.Drawing.Point(317, 137);\r
-            this.slider_drc.Maximum = 30;\r
-            this.slider_drc.Name = "slider_drc";\r
-            this.slider_drc.Size = new System.Drawing.Size(241, 42);\r
-            this.slider_drc.TabIndex = 18;\r
-            this.slider_drc.TickFrequency = 10;\r
-            this.ToolTip.SetToolTip(this.slider_drc, "Dynamic Range Compression");\r
-            this.slider_drc.Scroll += new System.EventHandler(this.slider_drc_Scroll);\r
-            // \r
-            // rtf_h264advanced\r
-            // \r
-            this.rtf_h264advanced.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.rtf_h264advanced.Location = new System.Drawing.Point(16, 79);\r
-            this.rtf_h264advanced.Name = "rtf_h264advanced";\r
-            this.rtf_h264advanced.Size = new System.Drawing.Size(605, 123);\r
-            this.rtf_h264advanced.TabIndex = 2;\r
-            this.rtf_h264advanced.Text = "";\r
-            this.ToolTip.SetToolTip(this.rtf_h264advanced, "H.264 advanced options can be added here. See link below for details.");\r
-            // \r
-            // RadioDVD\r
-            // \r
-            this.RadioDVD.AutoSize = true;\r
-            this.RadioDVD.Checked = true;\r
-            this.RadioDVD.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.RadioDVD.Location = new System.Drawing.Point(540, 46);\r
-            this.RadioDVD.Name = "RadioDVD";\r
-            this.RadioDVD.Size = new System.Drawing.Size(60, 17);\r
-            this.RadioDVD.TabIndex = 3;\r
-            this.RadioDVD.TabStop = true;\r
-            this.RadioDVD.Text = "Folder";\r
-            this.ToolTip.SetToolTip(this.RadioDVD, "For Selecting a \"Video_TS\" folder on your hard drive or DVD");\r
-            this.RadioDVD.UseVisualStyleBackColor = true;\r
+            // check_optimiseMP4\r
+            // \r
+            this.check_optimiseMP4.AutoSize = true;\r
+            this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.check_optimiseMP4.Location = new System.Drawing.Point(281, 22);\r
+            this.check_optimiseMP4.Name = "check_optimiseMP4";\r
+            this.check_optimiseMP4.Size = new System.Drawing.Size(143, 17);\r
+            this.check_optimiseMP4.TabIndex = 25;\r
+            this.check_optimiseMP4.Text = "HTTP Optimized MP4";\r
+            this.ToolTip.SetToolTip(this.check_optimiseMP4, "MP4 files can be optimized for progressive downloads over the Web,\r\nbut note that" +\r
+                    " QuickTime can only read the files as long as the file extension is .mp4\r\nCan on" +\r
+                    "ly be used with H.264 ");\r
+            this.check_optimiseMP4.UseVisualStyleBackColor = false;\r
+            // \r
+            // check_iPodAtom\r
+            // \r
+            this.check_iPodAtom.AutoSize = true;\r
+            this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.check_iPodAtom.Location = new System.Drawing.Point(430, 22);\r
+            this.check_iPodAtom.Name = "check_iPodAtom";\r
+            this.check_iPodAtom.Size = new System.Drawing.Size(122, 17);\r
+            this.check_iPodAtom.TabIndex = 26;\r
+            this.check_iPodAtom.Text = "Insert iPod Atom";\r
+            this.ToolTip.SetToolTip(this.check_iPodAtom, "Required for 5th and 6th Generation iPods.\r\nEncodes will not sync if this is not " +\r
+                    "enabled for H.264 encodes");\r
+            this.check_iPodAtom.UseVisualStyleBackColor = false;\r
+            // \r
+            // data_chpt\r
+            // \r
+            this.data_chpt.AllowUserToAddRows = false;\r
+            this.data_chpt.AllowUserToDeleteRows = false;\r
+            this.data_chpt.AllowUserToResizeRows = false;\r
+            this.data_chpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
+            this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
+            this.number,\r
+            this.name});\r
+            this.data_chpt.Location = new System.Drawing.Point(16, 55);\r
+            this.data_chpt.Name = "data_chpt";\r
+            this.data_chpt.Size = new System.Drawing.Size(661, 234);\r
+            this.data_chpt.TabIndex = 3;\r
+            this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
+            // \r
+            // number\r
+            // \r
+            dataGridViewCellStyle1.Format = "N0";\r
+            dataGridViewCellStyle1.NullValue = null;\r
+            this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
+            this.number.HeaderText = "Chapter Number";\r
+            this.number.MaxInputLength = 3;\r
+            this.number.Name = "number";\r
+            this.number.Width = 135;\r
+            // \r
+            // name\r
+            // \r
+            this.name.HeaderText = "Chapter Name";\r
+            this.name.Name = "name";\r
+            this.name.Width = 460;\r
+            // \r
+            // btn_addPreset\r
+            // \r
+            this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btn_addPreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_addPreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_addPreset.Location = new System.Drawing.Point(10, 508);\r
+            this.btn_addPreset.Name = "btn_addPreset";\r
+            this.btn_addPreset.Size = new System.Drawing.Size(35, 22);\r
+            this.btn_addPreset.TabIndex = 3;\r
+            this.btn_addPreset.TabStop = false;\r
+            this.btn_addPreset.Text = "Add";\r
+            this.ToolTip.SetToolTip(this.btn_addPreset, "Add a preset to the preset panel");\r
+            this.btn_addPreset.UseVisualStyleBackColor = true;\r
+            this.btn_addPreset.Click += new System.EventHandler(this.btn_addPreset_Click);\r
+            // \r
+            // btn_removePreset\r
+            // \r
+            this.btn_removePreset.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btn_removePreset.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btn_removePreset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_removePreset.Location = new System.Drawing.Point(51, 508);\r
+            this.btn_removePreset.Name = "btn_removePreset";\r
+            this.btn_removePreset.Size = new System.Drawing.Size(58, 22);\r
+            this.btn_removePreset.TabIndex = 4;\r
+            this.btn_removePreset.TabStop = false;\r
+            this.btn_removePreset.Text = "Remove";\r
+            this.ToolTip.SetToolTip(this.btn_removePreset, "Remove a preset from the panel above.");\r
+            this.btn_removePreset.UseVisualStyleBackColor = true;\r
+            this.btn_removePreset.Click += new System.EventHandler(this.btn_removePreset_Click);\r
+            // \r
+            // drp_audmix_2\r
+            // \r
+            this.drp_audmix_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audmix_2.FormattingEnabled = true;\r
+            this.drp_audmix_2.Items.AddRange(new object[] {\r
+            "Automatic",\r
+            "Mono",\r
+            "Stereo",\r
+            "Dolby Surround",\r
+            "Dolby Pro Logic II",\r
+            "6 Channel Discrete"});\r
+            this.drp_audmix_2.Location = new System.Drawing.Point(353, 92);\r
+            this.drp_audmix_2.Name = "drp_audmix_2";\r
+            this.drp_audmix_2.Size = new System.Drawing.Size(129, 20);\r
+            this.drp_audmix_2.TabIndex = 19;\r
+            this.drp_audmix_2.Text = "Automatic";\r
+            this.ToolTip.SetToolTip(this.drp_audmix_2, "Please note: Some options require a 5.1 audio channel to be selected");\r
+            this.drp_audmix_2.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_2_SelectedIndexChanged);\r
+            // \r
+            // drp_audenc_1\r
+            // \r
+            this.drp_audenc_1.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audenc_1.FormattingEnabled = true;\r
+            this.drp_audenc_1.Items.AddRange(new object[] {\r
+            "AAC",\r
+            "MP3",\r
+            "Vorbis",\r
+            "AC3"});\r
+            this.drp_audenc_1.Location = new System.Drawing.Point(236, 53);\r
+            this.drp_audenc_1.Name = "drp_audenc_1";\r
+            this.drp_audenc_1.Size = new System.Drawing.Size(111, 20);\r
+            this.drp_audenc_1.TabIndex = 5;\r
+            this.drp_audenc_1.Text = "AAC";\r
+            this.ToolTip.SetToolTip(this.drp_audenc_1, "Select an audio encoder.");\r
+            this.drp_audenc_1.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_1_SelectedIndexChanged);\r
+            // \r
+            // drp_audenc_2\r
+            // \r
+            this.drp_audenc_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audenc_2.FormattingEnabled = true;\r
+            this.drp_audenc_2.Items.AddRange(new object[] {\r
+            "AAC",\r
+            "MP3",\r
+            "Vorbis",\r
+            "AC3"});\r
+            this.drp_audenc_2.Location = new System.Drawing.Point(236, 92);\r
+            this.drp_audenc_2.Name = "drp_audenc_2";\r
+            this.drp_audenc_2.Size = new System.Drawing.Size(111, 20);\r
+            this.drp_audenc_2.TabIndex = 18;\r
+            this.drp_audenc_2.Text = "AAC";\r
+            this.ToolTip.SetToolTip(this.drp_audenc_2, "Select an audio encoder.");\r
+            this.drp_audenc_2.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_2_SelectedIndexChanged);\r
+            // \r
+            // drp_audbit_2\r
+            // \r
+            this.drp_audbit_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audbit_2.FormattingEnabled = true;\r
+            this.drp_audbit_2.Items.AddRange(new object[] {\r
+            "32",\r
+            "40",\r
+            "48",\r
+            "56",\r
+            "64",\r
+            "80",\r
+            "86",\r
+            "112",\r
+            "128",\r
+            "160"});\r
+            this.drp_audbit_2.Location = new System.Drawing.Point(546, 92);\r
+            this.drp_audbit_2.Name = "drp_audbit_2";\r
+            this.drp_audbit_2.Size = new System.Drawing.Size(71, 20);\r
+            this.drp_audbit_2.TabIndex = 21;\r
+            this.drp_audbit_2.Text = "160";\r
+            this.ToolTip.SetToolTip(this.drp_audbit_2, "Set the Audio Bit-Rate");\r
+            // \r
+            // drp_audsr_2\r
+            // \r
+            this.drp_audsr_2.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audsr_2.FormattingEnabled = true;\r
+            this.drp_audsr_2.Items.AddRange(new object[] {\r
+            "Auto",\r
+            "48",\r
+            "44.1",\r
+            "32",\r
+            "24",\r
+            "22.05"});\r
+            this.drp_audsr_2.Location = new System.Drawing.Point(488, 92);\r
+            this.drp_audsr_2.Name = "drp_audsr_2";\r
+            this.drp_audsr_2.Size = new System.Drawing.Size(52, 20);\r
+            this.drp_audsr_2.TabIndex = 20;\r
+            this.drp_audsr_2.Text = "Auto";\r
+            this.ToolTip.SetToolTip(this.drp_audsr_2, "Set the Audio Sample Rate");\r
+            // \r
+            // drp_audsr_3\r
+            // \r
+            this.drp_audsr_3.Enabled = false;\r
+            this.drp_audsr_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audsr_3.FormattingEnabled = true;\r
+            this.drp_audsr_3.Items.AddRange(new object[] {\r
+            "Auto",\r
+            "48",\r
+            "44.1",\r
+            "32",\r
+            "24",\r
+            "22.05"});\r
+            this.drp_audsr_3.Location = new System.Drawing.Point(488, 133);\r
+            this.drp_audsr_3.Name = "drp_audsr_3";\r
+            this.drp_audsr_3.Size = new System.Drawing.Size(52, 20);\r
+            this.drp_audsr_3.TabIndex = 28;\r
+            this.drp_audsr_3.Text = "Auto";\r
+            this.ToolTip.SetToolTip(this.drp_audsr_3, "Set the Audio Sample Rate");\r
+            // \r
+            // drp_audbit_3\r
+            // \r
+            this.drp_audbit_3.Enabled = false;\r
+            this.drp_audbit_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audbit_3.FormattingEnabled = true;\r
+            this.drp_audbit_3.Items.AddRange(new object[] {\r
+            "32",\r
+            "40",\r
+            "48",\r
+            "56",\r
+            "64",\r
+            "80",\r
+            "86",\r
+            "112",\r
+            "128",\r
+            "160"});\r
+            this.drp_audbit_3.Location = new System.Drawing.Point(546, 133);\r
+            this.drp_audbit_3.Name = "drp_audbit_3";\r
+            this.drp_audbit_3.Size = new System.Drawing.Size(71, 20);\r
+            this.drp_audbit_3.TabIndex = 29;\r
+            this.drp_audbit_3.Text = "160";\r
+            this.ToolTip.SetToolTip(this.drp_audbit_3, "Set the Audio Bit-Rate");\r
+            // \r
+            // drp_audenc_3\r
+            // \r
+            this.drp_audenc_3.Enabled = false;\r
+            this.drp_audenc_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audenc_3.FormattingEnabled = true;\r
+            this.drp_audenc_3.Items.AddRange(new object[] {\r
+            "AAC",\r
+            "MP3",\r
+            "Vorbis",\r
+            "AC3"});\r
+            this.drp_audenc_3.Location = new System.Drawing.Point(236, 133);\r
+            this.drp_audenc_3.Name = "drp_audenc_3";\r
+            this.drp_audenc_3.Size = new System.Drawing.Size(111, 20);\r
+            this.drp_audenc_3.TabIndex = 26;\r
+            this.drp_audenc_3.Text = "AAC";\r
+            this.ToolTip.SetToolTip(this.drp_audenc_3, "Select an audio encoder.");\r
+            this.drp_audenc_3.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_3_SelectedIndexChanged);\r
+            // \r
+            // drp_audmix_3\r
+            // \r
+            this.drp_audmix_3.Enabled = false;\r
+            this.drp_audmix_3.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audmix_3.FormattingEnabled = true;\r
+            this.drp_audmix_3.Items.AddRange(new object[] {\r
+            "Automatic",\r
+            "Mono",\r
+            "Stereo",\r
+            "Dolby Surround",\r
+            "Dolby Pro Logic II",\r
+            "6 Channel Discrete"});\r
+            this.drp_audmix_3.Location = new System.Drawing.Point(353, 133);\r
+            this.drp_audmix_3.Name = "drp_audmix_3";\r
+            this.drp_audmix_3.Size = new System.Drawing.Size(129, 20);\r
+            this.drp_audmix_3.TabIndex = 27;\r
+            this.drp_audmix_3.Text = "Automatic";\r
+            this.ToolTip.SetToolTip(this.drp_audmix_3, "Please note: Some options require a 5.1 audio channel to be selected");\r
+            this.drp_audmix_3.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_3_SelectedIndexChanged);\r
+            // \r
+            // drp_audsr_4\r
+            // \r
+            this.drp_audsr_4.Enabled = false;\r
+            this.drp_audsr_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audsr_4.FormattingEnabled = true;\r
+            this.drp_audsr_4.Items.AddRange(new object[] {\r
+            "Auto",\r
+            "48",\r
+            "44.1",\r
+            "32",\r
+            "24",\r
+            "22.05"});\r
+            this.drp_audsr_4.Location = new System.Drawing.Point(488, 175);\r
+            this.drp_audsr_4.Name = "drp_audsr_4";\r
+            this.drp_audsr_4.Size = new System.Drawing.Size(52, 20);\r
+            this.drp_audsr_4.TabIndex = 36;\r
+            this.drp_audsr_4.Text = "Auto";\r
+            this.ToolTip.SetToolTip(this.drp_audsr_4, "Set the Audio Sample Rate");\r
+            // \r
+            // drp_audbit_4\r
+            // \r
+            this.drp_audbit_4.Enabled = false;\r
+            this.drp_audbit_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audbit_4.FormattingEnabled = true;\r
+            this.drp_audbit_4.Items.AddRange(new object[] {\r
+            "32",\r
+            "40",\r
+            "48",\r
+            "56",\r
+            "64",\r
+            "80",\r
+            "86",\r
+            "112",\r
+            "128",\r
+            "160"});\r
+            this.drp_audbit_4.Location = new System.Drawing.Point(546, 175);\r
+            this.drp_audbit_4.Name = "drp_audbit_4";\r
+            this.drp_audbit_4.Size = new System.Drawing.Size(70, 20);\r
+            this.drp_audbit_4.TabIndex = 37;\r
+            this.drp_audbit_4.Text = "160";\r
+            this.ToolTip.SetToolTip(this.drp_audbit_4, "Set the Audio Bit-Rate");\r
+            // \r
+            // drp_audenc_4\r
+            // \r
+            this.drp_audenc_4.Enabled = false;\r
+            this.drp_audenc_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audenc_4.FormattingEnabled = true;\r
+            this.drp_audenc_4.Items.AddRange(new object[] {\r
+            "AAC",\r
+            "MP3",\r
+            "Vorbis",\r
+            "AC3"});\r
+            this.drp_audenc_4.Location = new System.Drawing.Point(236, 175);\r
+            this.drp_audenc_4.Name = "drp_audenc_4";\r
+            this.drp_audenc_4.Size = new System.Drawing.Size(111, 20);\r
+            this.drp_audenc_4.TabIndex = 34;\r
+            this.drp_audenc_4.Text = "AAC";\r
+            this.ToolTip.SetToolTip(this.drp_audenc_4, "Select an audio encoder.");\r
+            this.drp_audenc_4.SelectedIndexChanged += new System.EventHandler(this.drp_audenc_4_SelectedIndexChanged);\r
+            // \r
+            // drp_audmix_4\r
+            // \r
+            this.drp_audmix_4.Enabled = false;\r
+            this.drp_audmix_4.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_audmix_4.FormattingEnabled = true;\r
+            this.drp_audmix_4.Items.AddRange(new object[] {\r
+            "Automatic",\r
+            "Mono",\r
+            "Stereo",\r
+            "Dolby Surround",\r
+            "Dolby Pro Logic II",\r
+            "6 Channel Discrete"});\r
+            this.drp_audmix_4.Location = new System.Drawing.Point(353, 175);\r
+            this.drp_audmix_4.Name = "drp_audmix_4";\r
+            this.drp_audmix_4.Size = new System.Drawing.Size(129, 20);\r
+            this.drp_audmix_4.TabIndex = 35;\r
+            this.drp_audmix_4.Text = "Automatic";\r
+            this.ToolTip.SetToolTip(this.drp_audmix_4, "Please note: Some options require a 5.1 audio channel to be selected");\r
+            this.drp_audmix_4.SelectedIndexChanged += new System.EventHandler(this.drp_audmix_4_SelectedIndexChanged);\r
+            // \r
+            // drop_format\r
+            // \r
+            this.drop_format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_format.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drop_format.FormattingEnabled = true;\r
+            this.drop_format.Items.AddRange(new object[] {\r
+            "MP4 File",\r
+            "M4V File",\r
+            "MKV File",\r
+            "AVI File",\r
+            "OGM File"});\r
+            this.drop_format.Location = new System.Drawing.Point(75, 19);\r
+            this.drop_format.Name = "drop_format";\r
+            this.drop_format.Size = new System.Drawing.Size(106, 21);\r
+            this.drop_format.TabIndex = 28;\r
+            this.ToolTip.SetToolTip(this.drop_format, "Select a video encoder");\r
+            this.drop_format.SelectedIndexChanged += new System.EventHandler(this.drop_format_SelectedIndexChanged);\r
+            // \r
+            // lbl_src_res\r
+            // \r
+            this.lbl_src_res.AutoSize = true;\r
+            this.lbl_src_res.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_src_res.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_src_res.Location = new System.Drawing.Point(405, 34);\r
+            this.lbl_src_res.Name = "lbl_src_res";\r
+            this.lbl_src_res.Size = new System.Drawing.Size(72, 12);\r
+            this.lbl_src_res.TabIndex = 13;\r
+            this.lbl_src_res.Text = "Select a Title";\r
+            // \r
+            // lbl_duration\r
+            // \r
+            this.lbl_duration.AutoSize = true;\r
+            this.lbl_duration.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_duration.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_duration.Location = new System.Drawing.Point(553, 56);\r
+            this.lbl_duration.Name = "lbl_duration";\r
+            this.lbl_duration.Size = new System.Drawing.Size(72, 12);\r
+            this.lbl_duration.TabIndex = 43;\r
+            this.lbl_duration.Text = "Select a Title";\r
+            // \r
+            // label_duration\r
+            // \r
+            this.label_duration.AutoSize = true;\r
+            this.label_duration.BackColor = System.Drawing.Color.Transparent;\r
+            this.label_duration.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label_duration.Location = new System.Drawing.Point(486, 55);\r
+            this.label_duration.Name = "label_duration";\r
+            this.label_duration.Size = new System.Drawing.Size(61, 13);\r
+            this.label_duration.TabIndex = 42;\r
+            this.label_duration.Text = "Duration:";\r
+            // \r
+            // label7\r
+            // \r
+            this.label7.AutoSize = true;\r
+            this.label7.BackColor = System.Drawing.Color.Transparent;\r
+            this.label7.Location = new System.Drawing.Point(311, 34);\r
+            this.label7.Name = "label7";\r
+            this.label7.Size = new System.Drawing.Size(52, 13);\r
+            this.label7.TabIndex = 12;\r
+            this.label7.Text = "Source:";\r
             // \r
             // DVD_Open\r
             // \r
-            this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drvie.";\r
+            this.DVD_Open.Description = "Select the \"VIDEO_TS\" folder from your DVD Drive.";\r
             // \r
             // File_Open\r
             // \r
@@ -642,8 +1016,7 @@ namespace Handbrake
             // ISO_Open\r
             // \r
             this.ISO_Open.DefaultExt = "ISO";\r
-            this.ISO_Open.Filter = "All Supported Files|*.iso;*.mpg;*.m2t;*.vob;*.ts;*.mpeg;*.mpeg;*.eyetv;*dvdmedia;" +\r
-                "";\r
+            this.ISO_Open.Filter = "All Files|*.*";\r
             this.ISO_Open.RestoreDirectory = true;\r
             this.ISO_Open.SupportMultiDottedExtensions = true;\r
             // \r
@@ -651,7 +1024,6 @@ namespace Handbrake
             // \r
             this.FileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.mnu_open,\r
-            this.mnu_save,\r
             this.toolStripSeparator2,\r
             this.mnu_exit});\r
             this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";\r
@@ -664,29 +1036,19 @@ namespace Handbrake
             this.mnu_open.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.mnu_open.Name = "mnu_open";\r
             this.mnu_open.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));\r
-            this.mnu_open.Size = new System.Drawing.Size(201, 22);\r
-            this.mnu_open.Text = "&Open Preset";\r
+            this.mnu_open.Size = new System.Drawing.Size(210, 22);\r
+            this.mnu_open.Text = "&Import Preset";\r
             this.mnu_open.Click += new System.EventHandler(this.mnu_open_Click);\r
             // \r
-            // mnu_save\r
-            // \r
-            this.mnu_save.Image = ((System.Drawing.Image)(resources.GetObject("mnu_save.Image")));\r
-            this.mnu_save.ImageTransparentColor = System.Drawing.Color.Magenta;\r
-            this.mnu_save.Name = "mnu_save";\r
-            this.mnu_save.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));\r
-            this.mnu_save.Size = new System.Drawing.Size(201, 22);\r
-            this.mnu_save.Text = "&Save Preset";\r
-            this.mnu_save.Click += new System.EventHandler(this.mnu_save_Click);\r
-            // \r
             // toolStripSeparator2\r
             // \r
             this.toolStripSeparator2.Name = "toolStripSeparator2";\r
-            this.toolStripSeparator2.Size = new System.Drawing.Size(198, 6);\r
+            this.toolStripSeparator2.Size = new System.Drawing.Size(207, 6);\r
             // \r
             // mnu_exit\r
             // \r
             this.mnu_exit.Name = "mnu_exit";\r
-            this.mnu_exit.Size = new System.Drawing.Size(201, 22);\r
+            this.mnu_exit.Size = new System.Drawing.Size(210, 22);\r
             this.mnu_exit.Text = "E&xit";\r
             this.mnu_exit.Click += new System.EventHandler(this.mnu_exit_Click);\r
             // \r
@@ -699,7 +1061,7 @@ namespace Handbrake
             // \r
             this.ToolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.mnu_encode,\r
-            this.mnu_viewDVDdata,\r
+            this.mnu_encodeLog,\r
             this.ToolStripSeparator5,\r
             this.mnu_options});\r
             this.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem";\r
@@ -711,69 +1073,84 @@ namespace Handbrake
             this.mnu_encode.Image = global::Handbrake.Properties.Resources.Queue_Small;\r
             this.mnu_encode.Name = "mnu_encode";\r
             this.mnu_encode.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));\r
-            this.mnu_encode.Size = new System.Drawing.Size(217, 22);\r
+            this.mnu_encode.Size = new System.Drawing.Size(203, 22);\r
             this.mnu_encode.Text = "Show Queue";\r
             this.mnu_encode.Click += new System.EventHandler(this.mnu_encode_Click);\r
             // \r
-            // mnu_viewDVDdata\r
+            // mnu_encodeLog\r
             // \r
-            this.mnu_viewDVDdata.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
-            this.mnu_viewDVDdata.Name = "mnu_viewDVDdata";\r
-            this.mnu_viewDVDdata.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));\r
-            this.mnu_viewDVDdata.Size = new System.Drawing.Size(217, 22);\r
-            this.mnu_viewDVDdata.Text = "View DVD data";\r
-            this.mnu_viewDVDdata.Click += new System.EventHandler(this.mnu_viewDVDdata_Click);\r
+            this.mnu_encodeLog.Image = global::Handbrake.Properties.Resources.ActivityWindow_small;\r
+            this.mnu_encodeLog.Name = "mnu_encodeLog";\r
+            this.mnu_encodeLog.Size = new System.Drawing.Size(203, 22);\r
+            this.mnu_encodeLog.Text = "Activity Window";\r
+            this.mnu_encodeLog.Click += new System.EventHandler(this.mnu_encodeLog_Click);\r
             // \r
             // ToolStripSeparator5\r
             // \r
             this.ToolStripSeparator5.Name = "ToolStripSeparator5";\r
-            this.ToolStripSeparator5.Size = new System.Drawing.Size(214, 6);\r
+            this.ToolStripSeparator5.Size = new System.Drawing.Size(200, 6);\r
             // \r
             // mnu_options\r
             // \r
             this.mnu_options.Image = global::Handbrake.Properties.Resources.Pref_Small;\r
             this.mnu_options.Name = "mnu_options";\r
-            this.mnu_options.Size = new System.Drawing.Size(217, 22);\r
+            this.mnu_options.Size = new System.Drawing.Size(203, 22);\r
             this.mnu_options.Text = "Options";\r
             this.mnu_options.Click += new System.EventHandler(this.mnu_options_Click);\r
             // \r
             // PresetsToolStripMenuItem\r
             // \r
-            this.PresetsToolStripMenuItem.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.PresetsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.mnu_SelectDefault,\r
+            this.mnu_presetReset,\r
+            this.mnu_delete_preset,\r
             this.toolStripSeparator7,\r
-            this.mnu_presetReset});\r
+            this.btn_new_preset,\r
+            this.mnu_SelectDefault});\r
             this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem";\r
             this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);\r
             this.PresetsToolStripMenuItem.Text = "&Presets";\r
             // \r
-            // mnu_SelectDefault\r
+            // mnu_presetReset\r
             // \r
-            this.mnu_SelectDefault.Name = "mnu_SelectDefault";\r
-            this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 22);\r
-            this.mnu_SelectDefault.Text = "Select Default Preset";\r
-            this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";\r
-            this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);\r
+            this.mnu_presetReset.Name = "mnu_presetReset";\r
+            this.mnu_presetReset.Size = new System.Drawing.Size(215, 22);\r
+            this.mnu_presetReset.Text = "Update Built-in Presets";\r
+            this.mnu_presetReset.ToolTipText = "Resets all presets.";\r
+            this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);\r
+            // \r
+            // mnu_delete_preset\r
+            // \r
+            this.mnu_delete_preset.Name = "mnu_delete_preset";\r
+            this.mnu_delete_preset.Size = new System.Drawing.Size(215, 22);\r
+            this.mnu_delete_preset.Text = "Delete Built-in Presets";\r
+            this.mnu_delete_preset.Click += new System.EventHandler(this.mnu_delete_preset_Click);\r
             // \r
             // toolStripSeparator7\r
             // \r
             this.toolStripSeparator7.Name = "toolStripSeparator7";\r
             this.toolStripSeparator7.Size = new System.Drawing.Size(212, 6);\r
             // \r
-            // mnu_presetReset\r
+            // btn_new_preset\r
             // \r
-            this.mnu_presetReset.Name = "mnu_presetReset";\r
-            this.mnu_presetReset.Size = new System.Drawing.Size(215, 22);\r
-            this.mnu_presetReset.Text = "Update Built-in Presets";\r
-            this.mnu_presetReset.ToolTipText = "Resets all presets.";\r
-            this.mnu_presetReset.Click += new System.EventHandler(this.mnu_presetReset_Click);\r
+            this.btn_new_preset.Name = "btn_new_preset";\r
+            this.btn_new_preset.Size = new System.Drawing.Size(215, 22);\r
+            this.btn_new_preset.Text = "New Preset";\r
+            this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click);\r
+            // \r
+            // mnu_SelectDefault\r
+            // \r
+            this.mnu_SelectDefault.Name = "mnu_SelectDefault";\r
+            this.mnu_SelectDefault.Size = new System.Drawing.Size(215, 22);\r
+            this.mnu_SelectDefault.Text = "Select Default Preset";\r
+            this.mnu_SelectDefault.ToolTipText = "Select HandBrake\'s default preset";\r
+            this.mnu_SelectDefault.Click += new System.EventHandler(this.mnu_SelectDefault_Click);\r
             // \r
             // HelpToolStripMenuItem\r
             // \r
             this.HelpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.OnlineDocumentationToolStripMenuItem,\r
-            this.WebsiteToolStripMenuItem,\r
+            this.mnu_user_guide,\r
+            this.mnu_handbrake_home,\r
+            this.mnu_handbrake_forums,\r
             this.ToolStripSeparator3,\r
             this.mnu_UpdateCheck,\r
             this.toolStripSeparator6,\r
@@ -782,87 +1159,56 @@ namespace Handbrake
             this.HelpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);\r
             this.HelpToolStripMenuItem.Text = "&Help";\r
             // \r
-            // OnlineDocumentationToolStripMenuItem\r
-            // \r
-            this.OnlineDocumentationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.mnu_wiki,\r
-            this.mnu_faq,\r
-            this.mnu_onlineDocs});\r
-            this.OnlineDocumentationToolStripMenuItem.Name = "OnlineDocumentationToolStripMenuItem";\r
-            this.OnlineDocumentationToolStripMenuItem.Size = new System.Drawing.Size(211, 22);\r
-            this.OnlineDocumentationToolStripMenuItem.Text = "Online Documentation";\r
-            // \r
-            // mnu_wiki\r
-            // \r
-            this.mnu_wiki.Name = "mnu_wiki";\r
-            this.mnu_wiki.Size = new System.Drawing.Size(217, 22);\r
-            this.mnu_wiki.Text = "Wiki / User Guides";\r
-            this.mnu_wiki.Click += new System.EventHandler(this.mnu_wiki_Click);\r
-            // \r
-            // mnu_faq\r
-            // \r
-            this.mnu_faq.Name = "mnu_faq";\r
-            this.mnu_faq.Size = new System.Drawing.Size(217, 22);\r
-            this.mnu_faq.Text = "FAQ";\r
-            this.mnu_faq.Click += new System.EventHandler(this.mnu_faq_Click);\r
+            // mnu_user_guide\r
             // \r
-            // mnu_onlineDocs\r
+            this.mnu_user_guide.Image = global::Handbrake.Properties.Resources.Help16;\r
+            this.mnu_user_guide.Name = "mnu_user_guide";\r
+            this.mnu_user_guide.Size = new System.Drawing.Size(215, 22);\r
+            this.mnu_user_guide.Text = "HandBrake User Guide";\r
+            this.mnu_user_guide.Click += new System.EventHandler(this.mnu_user_guide_Click);\r
             // \r
-            this.mnu_onlineDocs.Name = "mnu_onlineDocs";\r
-            this.mnu_onlineDocs.Size = new System.Drawing.Size(217, 22);\r
-            this.mnu_onlineDocs.Text = "Full Documentation List";\r
-            this.mnu_onlineDocs.Click += new System.EventHandler(this.mnu_onlineDocs_Click);\r
+            // mnu_handbrake_home\r
             // \r
-            // WebsiteToolStripMenuItem\r
+            this.mnu_handbrake_home.Image = global::Handbrake.Properties.Resources.info16;\r
+            this.mnu_handbrake_home.Name = "mnu_handbrake_home";\r
+            this.mnu_handbrake_home.Size = new System.Drawing.Size(215, 22);\r
+            this.mnu_handbrake_home.Text = "HandBrake Homepage";\r
+            this.mnu_handbrake_home.Click += new System.EventHandler(this.mnu_handbrake_home_Click);\r
             // \r
-            this.WebsiteToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
-            this.mnu_homepage,\r
-            this.mnu_forum});\r
-            this.WebsiteToolStripMenuItem.Name = "WebsiteToolStripMenuItem";\r
-            this.WebsiteToolStripMenuItem.Size = new System.Drawing.Size(211, 22);\r
-            this.WebsiteToolStripMenuItem.Text = "Website";\r
+            // mnu_handbrake_forums\r
             // \r
-            // mnu_homepage\r
-            // \r
-            this.mnu_homepage.Name = "mnu_homepage";\r
-            this.mnu_homepage.Size = new System.Drawing.Size(146, 22);\r
-            this.mnu_homepage.Text = "Homepage";\r
-            this.mnu_homepage.Click += new System.EventHandler(this.mnu_homepage_Click);\r
-            // \r
-            // mnu_forum\r
-            // \r
-            this.mnu_forum.Name = "mnu_forum";\r
-            this.mnu_forum.Size = new System.Drawing.Size(146, 22);\r
-            this.mnu_forum.Text = "Forum";\r
-            this.mnu_forum.Click += new System.EventHandler(this.mnu_forum_Click);\r
+            this.mnu_handbrake_forums.Name = "mnu_handbrake_forums";\r
+            this.mnu_handbrake_forums.Size = new System.Drawing.Size(215, 22);\r
+            this.mnu_handbrake_forums.Text = "HandBrake Forums";\r
+            this.mnu_handbrake_forums.Click += new System.EventHandler(this.mnu_handbrake_forums_Click);\r
             // \r
             // ToolStripSeparator3\r
             // \r
             this.ToolStripSeparator3.Name = "ToolStripSeparator3";\r
-            this.ToolStripSeparator3.Size = new System.Drawing.Size(208, 6);\r
+            this.ToolStripSeparator3.Size = new System.Drawing.Size(212, 6);\r
             // \r
             // mnu_UpdateCheck\r
             // \r
             this.mnu_UpdateCheck.Name = "mnu_UpdateCheck";\r
-            this.mnu_UpdateCheck.Size = new System.Drawing.Size(211, 22);\r
+            this.mnu_UpdateCheck.Size = new System.Drawing.Size(215, 22);\r
             this.mnu_UpdateCheck.Text = "Check for Updates";\r
             this.mnu_UpdateCheck.Click += new System.EventHandler(this.mnu_UpdateCheck_Click);\r
             // \r
             // toolStripSeparator6\r
             // \r
             this.toolStripSeparator6.Name = "toolStripSeparator6";\r
-            this.toolStripSeparator6.Size = new System.Drawing.Size(208, 6);\r
+            this.toolStripSeparator6.Size = new System.Drawing.Size(212, 6);\r
             // \r
             // mnu_about\r
             // \r
+            this.mnu_about.Image = global::Handbrake.Properties.Resources.hb16;\r
             this.mnu_about.Name = "mnu_about";\r
-            this.mnu_about.Size = new System.Drawing.Size(211, 22);\r
+            this.mnu_about.Size = new System.Drawing.Size(215, 22);\r
             this.mnu_about.Text = "About...";\r
             this.mnu_about.Click += new System.EventHandler(this.mnu_about_Click);\r
             // \r
             // frmMainMenu\r
             // \r
-            this.frmMainMenu.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.frmMainMenu.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.frmMainMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;\r
             this.frmMainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
@@ -872,30 +1218,28 @@ namespace Handbrake
             this.HelpToolStripMenuItem});\r
             this.frmMainMenu.Location = new System.Drawing.Point(0, 0);\r
             this.frmMainMenu.Name = "frmMainMenu";\r
-            this.frmMainMenu.Size = new System.Drawing.Size(890, 24);\r
+            this.frmMainMenu.Size = new System.Drawing.Size(958, 24);\r
             this.frmMainMenu.TabIndex = 0;\r
             this.frmMainMenu.Text = "MenuStrip1";\r
             // \r
             // GroupBox1\r
             // \r
-            this.GroupBox1.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.GroupBox1.Controls.Add(this.lbl_duration);\r
+            this.GroupBox1.Controls.Add(this.label_duration);\r
             this.GroupBox1.Controls.Add(this.Label13);\r
             this.GroupBox1.Controls.Add(this.drop_chapterFinish);\r
             this.GroupBox1.Controls.Add(this.drop_chapterStart);\r
             this.GroupBox1.Controls.Add(this.drp_dvdtitle);\r
-            this.GroupBox1.Controls.Add(this.RadioDVD);\r
-            this.GroupBox1.Controls.Add(this.RadioISO);\r
-            this.GroupBox1.Controls.Add(this.btn_Browse);\r
             this.GroupBox1.Controls.Add(this.Label17);\r
             this.GroupBox1.Controls.Add(this.text_source);\r
             this.GroupBox1.Controls.Add(this.Label9);\r
             this.GroupBox1.Controls.Add(this.Label10);\r
             this.GroupBox1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.GroupBox1.ForeColor = System.Drawing.Color.Black;\r
-            this.GroupBox1.Location = new System.Drawing.Point(14, 73);\r
+            this.GroupBox1.Location = new System.Drawing.Point(12, 70);\r
             this.GroupBox1.Name = "GroupBox1";\r
-            this.GroupBox1.Size = new System.Drawing.Size(657, 87);\r
-            this.GroupBox1.TabIndex = 1;\r
+            this.GroupBox1.Size = new System.Drawing.Size(705, 87);\r
+            this.GroupBox1.TabIndex = 2;\r
             this.GroupBox1.TabStop = false;\r
             this.GroupBox1.Text = "Source";\r
             // \r
@@ -903,7 +1247,7 @@ namespace Handbrake
             // \r
             this.Label13.AutoSize = true;\r
             this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label13.Location = new System.Drawing.Point(374, 58);\r
+            this.Label13.Location = new System.Drawing.Point(370, 55);\r
             this.Label13.Name = "Label13";\r
             this.Label13.Size = new System.Drawing.Size(21, 13);\r
             this.Label13.TabIndex = 10;\r
@@ -925,7 +1269,7 @@ namespace Handbrake
             this.Label9.AutoSize = true;\r
             this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Label9.ForeColor = System.Drawing.Color.Black;\r
-            this.Label9.Location = new System.Drawing.Point(224, 58);\r
+            this.Label9.Location = new System.Drawing.Point(225, 55);\r
             this.Label9.Name = "Label9";\r
             this.Label9.Size = new System.Drawing.Size(64, 13);\r
             this.Label9.TabIndex = 8;\r
@@ -944,55 +1288,41 @@ namespace Handbrake
             // \r
             // groupBox_output\r
             // \r
-            this.groupBox_output.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.groupBox_output.Controls.Add(this.drp_videoEncoder);\r
-            this.groupBox_output.Controls.Add(this.Label47);\r
-            this.groupBox_output.Controls.Add(this.drp_audioCodec);\r
-            this.groupBox_output.Controls.Add(this.Label12);\r
+            this.groupBox_output.Controls.Add(this.drop_format);\r
+            this.groupBox_output.Controls.Add(this.label5);\r
+            this.groupBox_output.Controls.Add(this.check_largeFile);\r
+            this.groupBox_output.Controls.Add(this.check_iPodAtom);\r
             this.groupBox_output.Controls.Add(this.check_optimiseMP4);\r
             this.groupBox_output.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.groupBox_output.ForeColor = System.Drawing.Color.Black;\r
-            this.groupBox_output.Location = new System.Drawing.Point(14, 223);\r
+            this.groupBox_output.Location = new System.Drawing.Point(12, 214);\r
             this.groupBox_output.Name = "groupBox_output";\r
-            this.groupBox_output.Size = new System.Drawing.Size(657, 53);\r
-            this.groupBox_output.TabIndex = 3;\r
+            this.groupBox_output.Size = new System.Drawing.Size(705, 50);\r
+            this.groupBox_output.TabIndex = 4;\r
             this.groupBox_output.TabStop = false;\r
             this.groupBox_output.Text = "Output Settings (Preset: None)";\r
             // \r
+            // label5\r
+            // \r
+            this.label5.AutoSize = true;\r
+            this.label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label5.ForeColor = System.Drawing.Color.Black;\r
+            this.label5.Location = new System.Drawing.Point(17, 23);\r
+            this.label5.Name = "label5";\r
+            this.label5.Size = new System.Drawing.Size(52, 13);\r
+            this.label5.TabIndex = 27;\r
+            this.label5.Text = "Format:";\r
+            // \r
             // Label47\r
             // \r
             this.Label47.AutoSize = true;\r
             this.Label47.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Label47.ForeColor = System.Drawing.Color.Black;\r
-            this.Label47.Location = new System.Drawing.Point(17, 24);\r
+            this.Label47.Location = new System.Drawing.Point(13, 39);\r
             this.Label47.Name = "Label47";\r
-            this.Label47.Size = new System.Drawing.Size(62, 13);\r
+            this.Label47.Size = new System.Drawing.Size(84, 13);\r
             this.Label47.TabIndex = 0;\r
-            this.Label47.Text = "Encoder: ";\r
-            // \r
-            // Label12\r
-            // \r
-            this.Label12.AutoSize = true;\r
-            this.Label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label12.ForeColor = System.Drawing.Color.Black;\r
-            this.Label12.Location = new System.Drawing.Point(270, 24);\r
-            this.Label12.Name = "Label12";\r
-            this.Label12.Size = new System.Drawing.Size(94, 13);\r
-            this.Label12.TabIndex = 2;\r
-            this.Label12.Text = "Audio Encoder:";\r
-            // \r
-            // check_optimiseMP4\r
-            // \r
-            this.check_optimiseMP4.AutoSize = true;\r
-            this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_optimiseMP4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_optimiseMP4.Location = new System.Drawing.Point(502, 14);\r
-            this.check_optimiseMP4.Name = "check_optimiseMP4";\r
-            this.check_optimiseMP4.Size = new System.Drawing.Size(143, 17);\r
-            this.check_optimiseMP4.TabIndex = 25;\r
-            this.check_optimiseMP4.Text = "HTTP Optimized MP4";\r
-            this.check_optimiseMP4.UseVisualStyleBackColor = false;\r
-            this.check_optimiseMP4.CheckedChanged += new System.EventHandler(this.check_optimiseMP4_CheckedChanged);\r
+            this.Label47.Text = "Video Codec:";\r
             // \r
             // Label3\r
             // \r
@@ -1005,27 +1335,42 @@ namespace Handbrake
             this.Label3.TabIndex = 0;\r
             this.Label3.Text = "File:";\r
             // \r
-            // lbl_encode\r
-            // \r
-            this.lbl_encode.AutoSize = true;\r
-            this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_encode.Location = new System.Drawing.Point(429, 35);\r
-            this.lbl_encode.Name = "lbl_encode";\r
-            this.lbl_encode.Size = new System.Drawing.Size(129, 13);\r
-            this.lbl_encode.TabIndex = 5;\r
-            this.lbl_encode.Text = "Encoding started...";\r
-            this.lbl_encode.Visible = false;\r
-            // \r
             // TabPage2\r
             // \r
-            this.TabPage2.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.TabPage2.Controls.Add(this.label30);\r
-            this.TabPage2.Controls.Add(this.label29);\r
-            this.TabPage2.Controls.Add(this.label23);\r
-            this.TabPage2.Controls.Add(this.label7);\r
-            this.TabPage2.Controls.Add(this.label21);\r
-            this.TabPage2.Controls.Add(this.lbl_drc);\r
-            this.TabPage2.Controls.Add(this.slider_drc);\r
+            this.TabPage2.BackColor = System.Drawing.Color.Transparent;\r
+            this.TabPage2.Controls.Add(this.lbl_drc4);\r
+            this.TabPage2.Controls.Add(this.lbl_drc3);\r
+            this.TabPage2.Controls.Add(this.lbl_drc2);\r
+            this.TabPage2.Controls.Add(this.lbl_drc1);\r
+            this.TabPage2.Controls.Add(this.trackBar4);\r
+            this.TabPage2.Controls.Add(this.drp_audsr_4);\r
+            this.TabPage2.Controls.Add(this.drp_audbit_4);\r
+            this.TabPage2.Controls.Add(this.drp_audenc_4);\r
+            this.TabPage2.Controls.Add(this.drp_audmix_4);\r
+            this.TabPage2.Controls.Add(this.drp_track4Audio);\r
+            this.TabPage2.Controls.Add(this.lbl_t4);\r
+            this.TabPage2.Controls.Add(this.trackBar3);\r
+            this.TabPage2.Controls.Add(this.drp_audsr_3);\r
+            this.TabPage2.Controls.Add(this.drp_audbit_3);\r
+            this.TabPage2.Controls.Add(this.drp_audenc_3);\r
+            this.TabPage2.Controls.Add(this.drp_audmix_3);\r
+            this.TabPage2.Controls.Add(this.drp_track3Audio);\r
+            this.TabPage2.Controls.Add(this.lbl_t3);\r
+            this.TabPage2.Controls.Add(this.trackBar2);\r
+            this.TabPage2.Controls.Add(this.label16);\r
+            this.TabPage2.Controls.Add(this.trackBar1);\r
+            this.TabPage2.Controls.Add(this.groupBox5);\r
+            this.TabPage2.Controls.Add(this.groupBox3);\r
+            this.TabPage2.Controls.Add(this.label68);\r
+            this.TabPage2.Controls.Add(this.label67);\r
+            this.TabPage2.Controls.Add(this.drp_audsr_2);\r
+            this.TabPage2.Controls.Add(this.label66);\r
+            this.TabPage2.Controls.Add(this.drp_audbit_2);\r
+            this.TabPage2.Controls.Add(this.label65);\r
+            this.TabPage2.Controls.Add(this.label14);\r
+            this.TabPage2.Controls.Add(this.drp_audenc_2);\r
+            this.TabPage2.Controls.Add(this.drp_audenc_1);\r
+            this.TabPage2.Controls.Add(this.drp_audmix_2);\r
             this.TabPage2.Controls.Add(this.check_forced);\r
             this.TabPage2.Controls.Add(this.drp_track2Audio);\r
             this.TabPage2.Controls.Add(this.label28);\r
@@ -1033,144 +1378,295 @@ namespace Handbrake
             this.TabPage2.Controls.Add(this.drp_subtitle);\r
             this.TabPage2.Controls.Add(this.Label19);\r
             this.TabPage2.Controls.Add(this.Label20);\r
-            this.TabPage2.Controls.Add(this.drp_audioMixDown);\r
+            this.TabPage2.Controls.Add(this.drp_audmix_1);\r
             this.TabPage2.Controls.Add(this.drp_track1Audio);\r
-            this.TabPage2.Controls.Add(this.drp_audioBitrate);\r
-            this.TabPage2.Controls.Add(this.Label14);\r
-            this.TabPage2.Controls.Add(this.Label5);\r
-            this.TabPage2.Controls.Add(this.Label16);\r
+            this.TabPage2.Controls.Add(this.drp_audbit_1);\r
             this.TabPage2.Controls.Add(this.Label32);\r
-            this.TabPage2.Controls.Add(this.Label18);\r
-            this.TabPage2.Controls.Add(this.drp_audioSampleRate);\r
+            this.TabPage2.Controls.Add(this.drp_audsr_1);\r
             this.TabPage2.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage2.Name = "TabPage2";\r
             this.TabPage2.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage2.Size = new System.Drawing.Size(649, 274);\r
+            this.TabPage2.Size = new System.Drawing.Size(697, 316);\r
             this.TabPage2.TabIndex = 3;\r
             this.TabPage2.Text = "Audio && Subtitles";\r
             // \r
-            // label30\r
-            // \r
-            this.label30.AutoSize = true;\r
-            this.label30.BackColor = System.Drawing.Color.Transparent;\r
-            this.label30.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label30.Location = new System.Drawing.Point(470, 169);\r
-            this.label30.Name = "label30";\r
-            this.label30.Size = new System.Drawing.Size(39, 12);\r
-            this.label30.TabIndex = 25;\r
-            this.label30.Text = "Louder";\r
-            // \r
-            // label29\r
-            // \r
-            this.label29.AutoSize = true;\r
-            this.label29.BackColor = System.Drawing.Color.Transparent;\r
-            this.label29.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label29.Location = new System.Drawing.Point(398, 169);\r
-            this.label29.Name = "label29";\r
-            this.label29.Size = new System.Drawing.Size(29, 12);\r
-            this.label29.TabIndex = 24;\r
-            this.label29.Text = "Loud";\r
-            // \r
-            // label23\r
-            // \r
-            this.label23.AutoSize = true;\r
-            this.label23.BackColor = System.Drawing.Color.Transparent;\r
-            this.label23.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label23.Location = new System.Drawing.Point(543, 169);\r
-            this.label23.Name = "label23";\r
-            this.label23.Size = new System.Drawing.Size(45, 12);\r
-            this.label23.TabIndex = 23;\r
-            this.label23.Text = "Loudest";\r
-            // \r
-            // label7\r
-            // \r
-            this.label7.AutoSize = true;\r
-            this.label7.BackColor = System.Drawing.Color.Transparent;\r
-            this.label7.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label7.Location = new System.Drawing.Point(321, 169);\r
-            this.label7.Name = "label7";\r
-            this.label7.Size = new System.Drawing.Size(17, 12);\r
-            this.label7.TabIndex = 22;\r
-            this.label7.Text = "off";\r
-            // \r
-            // label21\r
-            // \r
-            this.label21.AutoSize = true;\r
-            this.label21.BackColor = System.Drawing.Color.Transparent;\r
-            this.label21.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label21.Location = new System.Drawing.Point(322, 120);\r
-            this.label21.Name = "label21";\r
-            this.label21.Size = new System.Drawing.Size(181, 13);\r
-            this.label21.TabIndex = 21;\r
-            this.label21.Text = "Dynamic Range Compression:";\r
-            // \r
-            // lbl_drc\r
-            // \r
-            this.lbl_drc.AutoSize = true;\r
-            this.lbl_drc.BackColor = System.Drawing.Color.Transparent;\r
-            this.lbl_drc.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_drc.Location = new System.Drawing.Point(564, 142);\r
-            this.lbl_drc.Name = "lbl_drc";\r
-            this.lbl_drc.Size = new System.Drawing.Size(14, 13);\r
-            this.lbl_drc.TabIndex = 20;\r
-            this.lbl_drc.Text = "1";\r
+            // lbl_drc4\r
+            // \r
+            this.lbl_drc4.AutoSize = true;\r
+            this.lbl_drc4.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_drc4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_drc4.Location = new System.Drawing.Point(670, 176);\r
+            this.lbl_drc4.Name = "lbl_drc4";\r
+            this.lbl_drc4.Size = new System.Drawing.Size(19, 13);\r
+            this.lbl_drc4.TabIndex = 39;\r
+            this.lbl_drc4.Text = "1:";\r
+            // \r
+            // lbl_drc3\r
+            // \r
+            this.lbl_drc3.AutoSize = true;\r
+            this.lbl_drc3.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_drc3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_drc3.Location = new System.Drawing.Point(670, 135);\r
+            this.lbl_drc3.Name = "lbl_drc3";\r
+            this.lbl_drc3.Size = new System.Drawing.Size(19, 13);\r
+            this.lbl_drc3.TabIndex = 31;\r
+            this.lbl_drc3.Text = "1:";\r
+            // \r
+            // lbl_drc2\r
+            // \r
+            this.lbl_drc2.AutoSize = true;\r
+            this.lbl_drc2.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_drc2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_drc2.Location = new System.Drawing.Point(670, 90);\r
+            this.lbl_drc2.Name = "lbl_drc2";\r
+            this.lbl_drc2.Size = new System.Drawing.Size(19, 13);\r
+            this.lbl_drc2.TabIndex = 23;\r
+            this.lbl_drc2.Text = "1:";\r
+            // \r
+            // lbl_drc1\r
+            // \r
+            this.lbl_drc1.AutoSize = true;\r
+            this.lbl_drc1.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_drc1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_drc1.Location = new System.Drawing.Point(670, 53);\r
+            this.lbl_drc1.Name = "lbl_drc1";\r
+            this.lbl_drc1.Size = new System.Drawing.Size(19, 13);\r
+            this.lbl_drc1.TabIndex = 15;\r
+            this.lbl_drc1.Text = "1:";\r
+            // \r
+            // trackBar4\r
+            // \r
+            this.trackBar4.Enabled = false;\r
+            this.trackBar4.LargeChange = 0;\r
+            this.trackBar4.Location = new System.Drawing.Point(620, 169);\r
+            this.trackBar4.Margin = new System.Windows.Forms.Padding(0);\r
+            this.trackBar4.Maximum = 30;\r
+            this.trackBar4.Name = "trackBar4";\r
+            this.trackBar4.Size = new System.Drawing.Size(49, 42);\r
+            this.trackBar4.TabIndex = 38;\r
+            this.trackBar4.TickFrequency = 10;\r
+            this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_Scroll);\r
+            // \r
+            // drp_track4Audio\r
+            // \r
+            this.drp_track4Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_track4Audio.FormattingEnabled = true;\r
+            this.drp_track4Audio.Items.AddRange(new object[] {\r
+            "None"});\r
+            this.drp_track4Audio.Location = new System.Drawing.Point(36, 174);\r
+            this.drp_track4Audio.Name = "drp_track4Audio";\r
+            this.drp_track4Audio.Size = new System.Drawing.Size(194, 20);\r
+            this.drp_track4Audio.TabIndex = 33;\r
+            this.drp_track4Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track4Audio_SelectedIndexChanged);\r
+            // \r
+            // lbl_t4\r
+            // \r
+            this.lbl_t4.AutoSize = true;\r
+            this.lbl_t4.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_t4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_t4.Location = new System.Drawing.Point(13, 177);\r
+            this.lbl_t4.Name = "lbl_t4";\r
+            this.lbl_t4.Size = new System.Drawing.Size(19, 13);\r
+            this.lbl_t4.TabIndex = 32;\r
+            this.lbl_t4.Text = "4:";\r
+            // \r
+            // trackBar3\r
+            // \r
+            this.trackBar3.Enabled = false;\r
+            this.trackBar3.LargeChange = 0;\r
+            this.trackBar3.Location = new System.Drawing.Point(620, 128);\r
+            this.trackBar3.Margin = new System.Windows.Forms.Padding(0);\r
+            this.trackBar3.Maximum = 30;\r
+            this.trackBar3.Name = "trackBar3";\r
+            this.trackBar3.Size = new System.Drawing.Size(49, 42);\r
+            this.trackBar3.TabIndex = 30;\r
+            this.trackBar3.TickFrequency = 10;\r
+            this.trackBar3.ValueChanged += new System.EventHandler(this.trackBar3_Scroll);\r
+            // \r
+            // drp_track3Audio\r
+            // \r
+            this.drp_track3Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_track3Audio.FormattingEnabled = true;\r
+            this.drp_track3Audio.Items.AddRange(new object[] {\r
+            "None"});\r
+            this.drp_track3Audio.Location = new System.Drawing.Point(36, 132);\r
+            this.drp_track3Audio.Name = "drp_track3Audio";\r
+            this.drp_track3Audio.Size = new System.Drawing.Size(194, 20);\r
+            this.drp_track3Audio.TabIndex = 25;\r
+            this.drp_track3Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track3Audio_SelectedIndexChanged);\r
+            // \r
+            // lbl_t3\r
+            // \r
+            this.lbl_t3.AutoSize = true;\r
+            this.lbl_t3.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_t3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_t3.Location = new System.Drawing.Point(13, 135);\r
+            this.lbl_t3.Name = "lbl_t3";\r
+            this.lbl_t3.Size = new System.Drawing.Size(19, 13);\r
+            this.lbl_t3.TabIndex = 24;\r
+            this.lbl_t3.Text = "3:";\r
+            // \r
+            // trackBar2\r
+            // \r
+            this.trackBar2.LargeChange = 0;\r
+            this.trackBar2.Location = new System.Drawing.Point(620, 86);\r
+            this.trackBar2.Margin = new System.Windows.Forms.Padding(0);\r
+            this.trackBar2.Maximum = 30;\r
+            this.trackBar2.Name = "trackBar2";\r
+            this.trackBar2.Size = new System.Drawing.Size(49, 42);\r
+            this.trackBar2.TabIndex = 22;\r
+            this.trackBar2.TickFrequency = 10;\r
+            this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_Scroll);\r
+            // \r
+            // label16\r
+            // \r
+            this.label16.AutoSize = true;\r
+            this.label16.BackColor = System.Drawing.Color.Transparent;\r
+            this.label16.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label16.Location = new System.Drawing.Point(628, 36);\r
+            this.label16.Name = "label16";\r
+            this.label16.Size = new System.Drawing.Size(28, 12);\r
+            this.label16.TabIndex = 14;\r
+            this.label16.Text = "DRC";\r
+            // \r
+            // trackBar1\r
+            // \r
+            this.trackBar1.LargeChange = 0;\r
+            this.trackBar1.Location = new System.Drawing.Point(619, 48);\r
+            this.trackBar1.Margin = new System.Windows.Forms.Padding(0);\r
+            this.trackBar1.Maximum = 30;\r
+            this.trackBar1.Name = "trackBar1";\r
+            this.trackBar1.Size = new System.Drawing.Size(50, 42);\r
+            this.trackBar1.TabIndex = 13;\r
+            this.trackBar1.TickFrequency = 10;\r
+            this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_Scroll);\r
+            // \r
+            // groupBox5\r
+            // \r
+            this.groupBox5.Location = new System.Drawing.Point(107, 13);\r
+            this.groupBox5.Name = "groupBox5";\r
+            this.groupBox5.Size = new System.Drawing.Size(577, 10);\r
+            this.groupBox5.TabIndex = 1;\r
+            this.groupBox5.TabStop = false;\r
+            // \r
+            // groupBox3\r
+            // \r
+            this.groupBox3.Location = new System.Drawing.Point(83, 219);\r
+            this.groupBox3.Name = "groupBox3";\r
+            this.groupBox3.Size = new System.Drawing.Size(601, 10);\r
+            this.groupBox3.TabIndex = 41;\r
+            this.groupBox3.TabStop = false;\r
+            // \r
+            // label68\r
+            // \r
+            this.label68.AutoSize = true;\r
+            this.label68.BackColor = System.Drawing.Color.Transparent;\r
+            this.label68.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label68.Location = new System.Drawing.Point(13, 13);\r
+            this.label68.Name = "label68";\r
+            this.label68.Size = new System.Drawing.Size(92, 13);\r
+            this.label68.TabIndex = 0;\r
+            this.label68.Text = "Audio Tracks";\r
+            // \r
+            // label67\r
+            // \r
+            this.label67.AutoSize = true;\r
+            this.label67.BackColor = System.Drawing.Color.Transparent;\r
+            this.label67.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label67.Location = new System.Drawing.Point(479, 24);\r
+            this.label67.Name = "label67";\r
+            this.label67.Size = new System.Drawing.Size(65, 24);\r
+            this.label67.TabIndex = 10;\r
+            this.label67.Text = "Samplerate \r\n(kHz)";\r
+            // \r
+            // label66\r
+            // \r
+            this.label66.AutoSize = true;\r
+            this.label66.BackColor = System.Drawing.Color.Transparent;\r
+            this.label66.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label66.Location = new System.Drawing.Point(542, 36);\r
+            this.label66.Name = "label66";\r
+            this.label66.Size = new System.Drawing.Size(75, 12);\r
+            this.label66.TabIndex = 12;\r
+            this.label66.Text = "Bitrate (Kbps)";\r
+            // \r
+            // label65\r
+            // \r
+            this.label65.AutoSize = true;\r
+            this.label65.BackColor = System.Drawing.Color.Transparent;\r
+            this.label65.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label65.Location = new System.Drawing.Point(255, 36);\r
+            this.label65.Name = "label65";\r
+            this.label65.Size = new System.Drawing.Size(69, 12);\r
+            this.label65.TabIndex = 6;\r
+            this.label65.Text = "Audio Codec";\r
+            // \r
+            // label14\r
+            // \r
+            this.label14.AutoSize = true;\r
+            this.label14.BackColor = System.Drawing.Color.Transparent;\r
+            this.label14.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label14.Location = new System.Drawing.Point(380, 36);\r
+            this.label14.Name = "label14";\r
+            this.label14.Size = new System.Drawing.Size(48, 12);\r
+            this.label14.TabIndex = 8;\r
+            this.label14.Text = "Mixdown";\r
             // \r
             // check_forced\r
             // \r
             this.check_forced.AutoSize = true;\r
             this.check_forced.BackColor = System.Drawing.Color.Transparent;\r
             this.check_forced.Enabled = false;\r
-            this.check_forced.Location = new System.Drawing.Point(332, 215);\r
+            this.check_forced.Location = new System.Drawing.Point(223, 247);\r
             this.check_forced.Name = "check_forced";\r
             this.check_forced.Size = new System.Drawing.Size(147, 17);\r
-            this.check_forced.TabIndex = 17;\r
+            this.check_forced.TabIndex = 44;\r
             this.check_forced.Text = "Forced Subtitles Only";\r
             this.check_forced.UseVisualStyleBackColor = false;\r
             // \r
             // drp_track2Audio\r
             // \r
-            this.drp_track2Audio.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_track2Audio.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_track2Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_track2Audio.FormattingEnabled = true;\r
             this.drp_track2Audio.Items.AddRange(new object[] {\r
             "None"});\r
-            this.drp_track2Audio.Location = new System.Drawing.Point(113, 60);\r
+            this.drp_track2Audio.Location = new System.Drawing.Point(36, 91);\r
             this.drp_track2Audio.Name = "drp_track2Audio";\r
-            this.drp_track2Audio.Size = new System.Drawing.Size(213, 21);\r
-            this.drp_track2Audio.TabIndex = 16;\r
-            this.drp_track2Audio.Text = "None";\r
+            this.drp_track2Audio.Size = new System.Drawing.Size(194, 20);\r
+            this.drp_track2Audio.TabIndex = 17;\r
+            this.drp_track2Audio.SelectedIndexChanged += new System.EventHandler(this.drp_track2Audio_SelectedIndexChanged);\r
             // \r
             // label28\r
             // \r
             this.label28.AutoSize = true;\r
             this.label28.BackColor = System.Drawing.Color.Transparent;\r
             this.label28.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label28.Location = new System.Drawing.Point(13, 63);\r
+            this.label28.Location = new System.Drawing.Point(13, 94);\r
             this.label28.Name = "label28";\r
-            this.label28.Size = new System.Drawing.Size(55, 13);\r
-            this.label28.TabIndex = 15;\r
-            this.label28.Text = "Track 2:";\r
+            this.label28.Size = new System.Drawing.Size(19, 13);\r
+            this.label28.TabIndex = 16;\r
+            this.label28.Text = "2:";\r
             // \r
             // label27\r
             // \r
             this.label27.AutoSize = true;\r
             this.label27.BackColor = System.Drawing.Color.Transparent;\r
-            this.label27.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label27.Location = new System.Drawing.Point(13, 13);\r
+            this.label27.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label27.Location = new System.Drawing.Point(107, 36);\r
             this.label27.Name = "label27";\r
-            this.label27.Size = new System.Drawing.Size(92, 13);\r
-            this.label27.TabIndex = 14;\r
-            this.label27.Text = "Audio Tracks";\r
+            this.label27.Size = new System.Drawing.Size(40, 12);\r
+            this.label27.TabIndex = 4;\r
+            this.label27.Text = "Source";\r
             // \r
             // Label19\r
             // \r
             this.Label19.AutoSize = true;\r
             this.Label19.BackColor = System.Drawing.Color.Transparent;\r
             this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label19.Location = new System.Drawing.Point(13, 192);\r
+            this.Label19.Location = new System.Drawing.Point(13, 219);\r
             this.Label19.Name = "Label19";\r
             this.Label19.Size = new System.Drawing.Size(64, 13);\r
-            this.Label19.TabIndex = 10;\r
+            this.Label19.TabIndex = 40;\r
             this.Label19.Text = "Subtitles";\r
             // \r
             // Label20\r
@@ -1178,87 +1674,41 @@ namespace Handbrake
             this.Label20.AutoSize = true;\r
             this.Label20.BackColor = System.Drawing.Color.Transparent;\r
             this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label20.Location = new System.Drawing.Point(13, 216);\r
+            this.Label20.Location = new System.Drawing.Point(13, 247);\r
             this.Label20.Name = "Label20";\r
             this.Label20.Size = new System.Drawing.Size(61, 13);\r
-            this.Label20.TabIndex = 11;\r
+            this.Label20.TabIndex = 42;\r
             this.Label20.Text = "Subtitles:";\r
             // \r
             // drp_track1Audio\r
             // \r
-            this.drp_track1Audio.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_track1Audio.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_track1Audio.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_track1Audio.FormattingEnabled = true;\r
             this.drp_track1Audio.Items.AddRange(new object[] {\r
-            "Automatic",\r
-            "None"});\r
-            this.drp_track1Audio.Location = new System.Drawing.Point(113, 33);\r
+            "Automatic"});\r
+            this.drp_track1Audio.Location = new System.Drawing.Point(36, 54);\r
             this.drp_track1Audio.Name = "drp_track1Audio";\r
-            this.drp_track1Audio.Size = new System.Drawing.Size(213, 21);\r
-            this.drp_track1Audio.TabIndex = 7;\r
-            this.drp_track1Audio.Text = "Automatic";\r
-            // \r
-            // Label14\r
-            // \r
-            this.Label14.AutoSize = true;\r
-            this.Label14.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label14.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label14.Location = new System.Drawing.Point(339, 36);\r
-            this.Label14.Name = "Label14";\r
-            this.Label14.Size = new System.Drawing.Size(78, 13);\r
-            this.Label14.TabIndex = 4;\r
-            this.Label14.Text = "Track 1 Mix:";\r
-            // \r
-            // Label5\r
-            // \r
-            this.Label5.AutoSize = true;\r
-            this.Label5.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label5.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label5.Location = new System.Drawing.Point(13, 94);\r
-            this.Label5.Name = "Label5";\r
-            this.Label5.Size = new System.Drawing.Size(94, 13);\r
-            this.Label5.TabIndex = 0;\r
-            this.Label5.Text = "Audio Quality";\r
-            // \r
-            // Label16\r
-            // \r
-            this.Label16.AutoSize = true;\r
-            this.Label16.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label16.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label16.Location = new System.Drawing.Point(13, 123);\r
-            this.Label16.Name = "Label16";\r
-            this.Label16.Size = new System.Drawing.Size(91, 13);\r
-            this.Label16.TabIndex = 1;\r
-            this.Label16.Text = "Bitrate (kbps):";\r
+            this.drp_track1Audio.Size = new System.Drawing.Size(194, 20);\r
+            this.drp_track1Audio.TabIndex = 3;\r
             // \r
             // Label32\r
             // \r
             this.Label32.AutoSize = true;\r
             this.Label32.BackColor = System.Drawing.Color.Transparent;\r
             this.Label32.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label32.Location = new System.Drawing.Point(13, 36);\r
+            this.Label32.Location = new System.Drawing.Point(13, 57);\r
             this.Label32.Name = "Label32";\r
-            this.Label32.Size = new System.Drawing.Size(55, 13);\r
-            this.Label32.TabIndex = 3;\r
-            this.Label32.Text = "Track 1:";\r
-            // \r
-            // Label18\r
-            // \r
-            this.Label18.AutoSize = true;\r
-            this.Label18.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label18.Location = new System.Drawing.Point(13, 157);\r
-            this.Label18.Name = "Label18";\r
-            this.Label18.Size = new System.Drawing.Size(120, 13);\r
-            this.Label18.TabIndex = 2;\r
-            this.Label18.Text = "Sample Rate (kHz):";\r
+            this.Label32.Size = new System.Drawing.Size(19, 13);\r
+            this.Label32.TabIndex = 2;\r
+            this.Label32.Text = "1:";\r
             // \r
             // TabPage3\r
             // \r
-            this.TabPage3.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.TabPage3.BackColor = System.Drawing.Color.Transparent;\r
+            this.TabPage3.Controls.Add(this.drp_videoEncoder);\r
+            this.TabPage3.Controls.Add(this.Label47);\r
             this.TabPage3.Controls.Add(this.label25);\r
             this.TabPage3.Controls.Add(this.lbl_vfr);\r
-            this.TabPage3.Controls.Add(this.check_largeFile);\r
             this.TabPage3.Controls.Add(this.check_grayscale);\r
             this.TabPage3.Controls.Add(this.check_turbo);\r
             this.TabPage3.Controls.Add(this.Label22);\r
@@ -1276,7 +1726,7 @@ namespace Handbrake
             this.TabPage3.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage3.Name = "TabPage3";\r
             this.TabPage3.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage3.Size = new System.Drawing.Size(649, 274);\r
+            this.TabPage3.Size = new System.Drawing.Size(697, 316);\r
             this.TabPage3.TabIndex = 2;\r
             this.TabPage3.Text = "Video";\r
             // \r
@@ -1285,21 +1735,21 @@ namespace Handbrake
             this.label25.AutoSize = true;\r
             this.label25.BackColor = System.Drawing.Color.Transparent;\r
             this.label25.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label25.Location = new System.Drawing.Point(304, 146);\r
+            this.label25.Location = new System.Drawing.Point(13, 13);\r
             this.label25.Name = "label25";\r
-            this.label25.Size = new System.Drawing.Size(76, 13);\r
-            this.label25.TabIndex = 28;\r
-            this.label25.Text = "Framerate";\r
+            this.label25.Size = new System.Drawing.Size(43, 13);\r
+            this.label25.TabIndex = 0;\r
+            this.label25.Text = "Video";\r
             // \r
             // lbl_vfr\r
             // \r
             this.lbl_vfr.AutoSize = true;\r
             this.lbl_vfr.BackColor = System.Drawing.Color.Transparent;\r
             this.lbl_vfr.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_vfr.Location = new System.Drawing.Point(533, 171);\r
+            this.lbl_vfr.Location = new System.Drawing.Point(123, 97);\r
             this.lbl_vfr.Name = "lbl_vfr";\r
             this.lbl_vfr.Size = new System.Drawing.Size(52, 12);\r
-            this.lbl_vfr.TabIndex = 27;\r
+            this.lbl_vfr.TabIndex = 3;\r
             this.lbl_vfr.Text = "(VFR On)";\r
             this.lbl_vfr.Visible = false;\r
             // \r
@@ -1308,10 +1758,10 @@ namespace Handbrake
             this.check_grayscale.AutoSize = true;\r
             this.check_grayscale.BackColor = System.Drawing.Color.Transparent;\r
             this.check_grayscale.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_grayscale.Location = new System.Drawing.Point(16, 103);\r
+            this.check_grayscale.Location = new System.Drawing.Point(16, 138);\r
             this.check_grayscale.Name = "check_grayscale";\r
             this.check_grayscale.Size = new System.Drawing.Size(138, 17);\r
-            this.check_grayscale.TabIndex = 1;\r
+            this.check_grayscale.TabIndex = 5;\r
             this.check_grayscale.Text = "Grayscale Encoding";\r
             this.check_grayscale.UseVisualStyleBackColor = false;\r
             // \r
@@ -1320,10 +1770,10 @@ namespace Handbrake
             this.Label22.AutoSize = true;\r
             this.Label22.BackColor = System.Drawing.Color.Transparent;\r
             this.Label22.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label22.Location = new System.Drawing.Point(13, 13);\r
+            this.Label22.Location = new System.Drawing.Point(13, 118);\r
             this.Label22.Name = "Label22";\r
             this.Label22.Size = new System.Drawing.Size(191, 13);\r
-            this.Label22.TabIndex = 0;\r
+            this.Label22.TabIndex = 4;\r
             this.Label22.Text = "Advanced Encoding Settings";\r
             // \r
             // check_2PassEncode\r
@@ -1331,10 +1781,10 @@ namespace Handbrake
             this.check_2PassEncode.AutoSize = true;\r
             this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
             this.check_2PassEncode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_2PassEncode.Location = new System.Drawing.Point(16, 34);\r
+            this.check_2PassEncode.Location = new System.Drawing.Point(16, 161);\r
             this.check_2PassEncode.Name = "check_2PassEncode";\r
             this.check_2PassEncode.Size = new System.Drawing.Size(119, 17);\r
-            this.check_2PassEncode.TabIndex = 2;\r
+            this.check_2PassEncode.TabIndex = 6;\r
             this.check_2PassEncode.Text = "2-Pass Encoding";\r
             this.check_2PassEncode.UseVisualStyleBackColor = false;\r
             this.check_2PassEncode.CheckedChanged += new System.EventHandler(this.check_2PassEncode_CheckedChanged);\r
@@ -1344,7 +1794,7 @@ namespace Handbrake
             this.Label2.AutoSize = true;\r
             this.Label2.BackColor = System.Drawing.Color.Transparent;\r
             this.Label2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label2.Location = new System.Drawing.Point(304, 13);\r
+            this.Label2.Location = new System.Drawing.Point(334, 13);\r
             this.Label2.Name = "Label2";\r
             this.Label2.Size = new System.Drawing.Size(53, 13);\r
             this.Label2.TabIndex = 8;\r
@@ -1355,7 +1805,7 @@ namespace Handbrake
             this.Label42.AutoSize = true;\r
             this.Label42.BackColor = System.Drawing.Color.Transparent;\r
             this.Label42.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label42.Location = new System.Drawing.Point(304, 38);\r
+            this.Label42.Location = new System.Drawing.Point(334, 65);\r
             this.Label42.Name = "Label42";\r
             this.Label42.Size = new System.Drawing.Size(117, 13);\r
             this.Label42.TabIndex = 9;\r
@@ -1366,7 +1816,7 @@ namespace Handbrake
             this.SliderValue.AutoSize = true;\r
             this.SliderValue.BackColor = System.Drawing.Color.Transparent;\r
             this.SliderValue.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.SliderValue.Location = new System.Drawing.Point(599, 96);\r
+            this.SliderValue.Location = new System.Drawing.Point(641, 100);\r
             this.SliderValue.Name = "SliderValue";\r
             this.SliderValue.Size = new System.Drawing.Size(23, 12);\r
             this.SliderValue.TabIndex = 15;\r
@@ -1377,39 +1827,36 @@ namespace Handbrake
             this.Label46.AutoSize = true;\r
             this.Label46.BackColor = System.Drawing.Color.Transparent;\r
             this.Label46.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label46.Location = new System.Drawing.Point(304, 170);\r
+            this.Label46.Location = new System.Drawing.Point(13, 71);\r
             this.Label46.Name = "Label46";\r
-            this.Label46.Size = new System.Drawing.Size(107, 13);\r
-            this.Label46.TabIndex = 6;\r
-            this.Label46.Text = "Video Framerate:";\r
+            this.Label46.Size = new System.Drawing.Size(106, 13);\r
+            this.Label46.TabIndex = 1;\r
+            this.Label46.Text = "Framerate (FPS):";\r
             // \r
             // Label40\r
             // \r
             this.Label40.AutoSize = true;\r
             this.Label40.BackColor = System.Drawing.Color.Transparent;\r
             this.Label40.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label40.Location = new System.Drawing.Point(304, 95);\r
+            this.Label40.Location = new System.Drawing.Point(334, 99);\r
             this.Label40.Name = "Label40";\r
             this.Label40.Size = new System.Drawing.Size(107, 13);\r
             this.Label40.TabIndex = 13;\r
             this.Label40.Text = "Constant Quality:";\r
             // \r
-            // check_iPodAtom\r
-            // \r
-            this.check_iPodAtom.AutoSize = true;\r
-            this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_iPodAtom.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_iPodAtom.Location = new System.Drawing.Point(516, 255);\r
-            this.check_iPodAtom.Name = "check_iPodAtom";\r
-            this.check_iPodAtom.Size = new System.Drawing.Size(122, 17);\r
-            this.check_iPodAtom.TabIndex = 26;\r
-            this.check_iPodAtom.Text = "Insert iPod Atom";\r
-            this.check_iPodAtom.UseVisualStyleBackColor = false;\r
-            this.check_iPodAtom.CheckedChanged += new System.EventHandler(this.check_iPodAtom_CheckedChanged);\r
-            // \r
             // TabPage1\r
             // \r
-            this.TabPage1.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.TabPage1.BackColor = System.Drawing.Color.Transparent;\r
+            this.TabPage1.Controls.Add(this.slider_deblock);\r
+            this.TabPage1.Controls.Add(this.label8);\r
+            this.TabPage1.Controls.Add(this.lbl_deblockVal);\r
+            this.TabPage1.Controls.Add(this.check_customCrop);\r
+            this.TabPage1.Controls.Add(this.check_autoCrop);\r
+            this.TabPage1.Controls.Add(this.check_decomb);\r
+            this.TabPage1.Controls.Add(this.lbl_src_res);\r
+            this.TabPage1.Controls.Add(this.label7);\r
+            this.TabPage1.Controls.Add(this.label6);\r
+            this.TabPage1.Controls.Add(this.drp_anamorphic);\r
             this.TabPage1.Controls.Add(this.text_bottom);\r
             this.TabPage1.Controls.Add(this.text_top);\r
             this.TabPage1.Controls.Add(this.text_left);\r
@@ -1421,36 +1868,122 @@ namespace Handbrake
             this.TabPage1.Controls.Add(this.text_height);\r
             this.TabPage1.Controls.Add(this.Label55);\r
             this.TabPage1.Controls.Add(this.text_width);\r
-            this.TabPage1.Controls.Add(this.check_lAnamorphic);\r
             this.TabPage1.Controls.Add(this.check_vfr);\r
             this.TabPage1.Controls.Add(this.label24);\r
             this.TabPage1.Controls.Add(this.drp_deNoise);\r
             this.TabPage1.Controls.Add(this.label11);\r
-            this.TabPage1.Controls.Add(this.check_deblock);\r
             this.TabPage1.Controls.Add(this.check_detelecine);\r
             this.TabPage1.Controls.Add(this.label4);\r
             this.TabPage1.Controls.Add(this.drp_deInterlace_option);\r
-            this.TabPage1.Controls.Add(this.CheckPixelRatio);\r
-            this.TabPage1.Controls.Add(this.lbl_RecomendedCrop);\r
-            this.TabPage1.Controls.Add(this.Label8);\r
             this.TabPage1.Controls.Add(this.Label1);\r
             this.TabPage1.Controls.Add(this.Label53);\r
             this.TabPage1.Controls.Add(this.Label52);\r
             this.TabPage1.Controls.Add(this.Label51);\r
-            this.TabPage1.Controls.Add(this.Label50);\r
             this.TabPage1.Controls.Add(this.Label15);\r
-            this.TabPage1.Controls.Add(this.drp_crop);\r
             this.TabPage1.Location = new System.Drawing.Point(4, 22);\r
             this.TabPage1.Name = "TabPage1";\r
             this.TabPage1.Padding = new System.Windows.Forms.Padding(3);\r
-            this.TabPage1.Size = new System.Drawing.Size(649, 274);\r
+            this.TabPage1.Size = new System.Drawing.Size(697, 316);\r
             this.TabPage1.TabIndex = 0;\r
             this.TabPage1.Text = "Picture Settings";\r
             // \r
+            // slider_deblock\r
+            // \r
+            this.slider_deblock.Location = new System.Drawing.Point(407, 264);\r
+            this.slider_deblock.Maximum = 15;\r
+            this.slider_deblock.Name = "slider_deblock";\r
+            this.slider_deblock.Size = new System.Drawing.Size(174, 42);\r
+            this.slider_deblock.TabIndex = 35;\r
+            this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll);\r
+            // \r
+            // label8\r
+            // \r
+            this.label8.AutoSize = true;\r
+            this.label8.BackColor = System.Drawing.Color.Transparent;\r
+            this.label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label8.Location = new System.Drawing.Point(311, 269);\r
+            this.label8.Name = "label8";\r
+            this.label8.Size = new System.Drawing.Size(58, 13);\r
+            this.label8.TabIndex = 37;\r
+            this.label8.Text = "Deblock:";\r
+            // \r
+            // lbl_deblockVal\r
+            // \r
+            this.lbl_deblockVal.AutoSize = true;\r
+            this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent;\r
+            this.lbl_deblockVal.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_deblockVal.Location = new System.Drawing.Point(585, 269);\r
+            this.lbl_deblockVal.Name = "lbl_deblockVal";\r
+            this.lbl_deblockVal.Size = new System.Drawing.Size(14, 13);\r
+            this.lbl_deblockVal.TabIndex = 36;\r
+            this.lbl_deblockVal.Text = "0";\r
+            // \r
+            // check_customCrop\r
+            // \r
+            this.check_customCrop.AutoSize = true;\r
+            this.check_customCrop.Location = new System.Drawing.Point(16, 58);\r
+            this.check_customCrop.Name = "check_customCrop";\r
+            this.check_customCrop.Size = new System.Drawing.Size(74, 17);\r
+            this.check_customCrop.TabIndex = 34;\r
+            this.check_customCrop.Text = "Custom:";\r
+            this.check_customCrop.UseVisualStyleBackColor = true;\r
+            this.check_customCrop.CheckedChanged += new System.EventHandler(this.check_customCrop_CheckedChanged);\r
+            // \r
+            // check_autoCrop\r
+            // \r
+            this.check_autoCrop.AutoSize = true;\r
+            this.check_autoCrop.Checked = true;\r
+            this.check_autoCrop.Location = new System.Drawing.Point(16, 34);\r
+            this.check_autoCrop.Name = "check_autoCrop";\r
+            this.check_autoCrop.Size = new System.Drawing.Size(82, 17);\r
+            this.check_autoCrop.TabIndex = 33;\r
+            this.check_autoCrop.TabStop = true;\r
+            this.check_autoCrop.Text = "Automatic";\r
+            this.check_autoCrop.UseVisualStyleBackColor = true;\r
+            this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged);\r
+            // \r
+            // check_decomb\r
+            // \r
+            this.check_decomb.AutoSize = true;\r
+            this.check_decomb.BackColor = System.Drawing.Color.Transparent;\r
+            this.check_decomb.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.check_decomb.Location = new System.Drawing.Point(314, 188);\r
+            this.check_decomb.Name = "check_decomb";\r
+            this.check_decomb.Size = new System.Drawing.Size(73, 17);\r
+            this.check_decomb.TabIndex = 32;\r
+            this.check_decomb.Text = "Decomb";\r
+            this.check_decomb.UseVisualStyleBackColor = false;\r
+            // \r
+            // label6\r
+            // \r
+            this.label6.AutoSize = true;\r
+            this.label6.BackColor = System.Drawing.Color.Transparent;\r
+            this.label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label6.Location = new System.Drawing.Point(311, 111);\r
+            this.label6.Name = "label6";\r
+            this.label6.Size = new System.Drawing.Size(80, 13);\r
+            this.label6.TabIndex = 20;\r
+            this.label6.Text = "Anamorphic:";\r
+            // \r
+            // drp_anamorphic\r
+            // \r
+            this.drp_anamorphic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drp_anamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.drp_anamorphic.FormattingEnabled = true;\r
+            this.drp_anamorphic.Items.AddRange(new object[] {\r
+            "None",\r
+            "Strict",\r
+            "Loose"});\r
+            this.drp_anamorphic.Location = new System.Drawing.Point(407, 108);\r
+            this.drp_anamorphic.Name = "drp_anamorphic";\r
+            this.drp_anamorphic.Size = new System.Drawing.Size(110, 21);\r
+            this.drp_anamorphic.TabIndex = 21;\r
+            this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged);\r
+            // \r
             // text_bottom\r
             // \r
-            this.text_bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.text_bottom.Location = new System.Drawing.Point(133, 146);\r
+            this.text_bottom.Enabled = false;\r
+            this.text_bottom.Location = new System.Drawing.Point(96, 147);\r
             this.text_bottom.Maximum = new decimal(new int[] {\r
             1080,\r
             0,\r
@@ -1458,12 +1991,12 @@ namespace Handbrake
             0});\r
             this.text_bottom.Name = "text_bottom";\r
             this.text_bottom.Size = new System.Drawing.Size(44, 21);\r
-            this.text_bottom.TabIndex = 35;\r
+            this.text_bottom.TabIndex = 9;\r
             // \r
             // text_top\r
             // \r
-            this.text_top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.text_top.Location = new System.Drawing.Point(133, 105);\r
+            this.text_top.Enabled = false;\r
+            this.text_top.Location = new System.Drawing.Point(96, 101);\r
             this.text_top.Maximum = new decimal(new int[] {\r
             1080,\r
             0,\r
@@ -1471,12 +2004,12 @@ namespace Handbrake
             0});\r
             this.text_top.Name = "text_top";\r
             this.text_top.Size = new System.Drawing.Size(44, 21);\r
-            this.text_top.TabIndex = 34;\r
+            this.text_top.TabIndex = 6;\r
             // \r
             // text_left\r
             // \r
-            this.text_left.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.text_left.Location = new System.Drawing.Point(77, 126);\r
+            this.text_left.Enabled = false;\r
+            this.text_left.Location = new System.Drawing.Point(45, 123);\r
             this.text_left.Maximum = new decimal(new int[] {\r
             1920,\r
             0,\r
@@ -1484,12 +2017,12 @@ namespace Handbrake
             0});\r
             this.text_left.Name = "text_left";\r
             this.text_left.Size = new System.Drawing.Size(44, 21);\r
-            this.text_left.TabIndex = 33;\r
+            this.text_left.TabIndex = 4;\r
             // \r
             // text_right\r
             // \r
-            this.text_right.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.text_right.Location = new System.Drawing.Point(187, 126);\r
+            this.text_right.Enabled = false;\r
+            this.text_right.Location = new System.Drawing.Point(147, 123);\r
             this.text_right.Maximum = new decimal(new int[] {\r
             1920,\r
             0,\r
@@ -1497,7 +2030,7 @@ namespace Handbrake
             0});\r
             this.text_right.Name = "text_right";\r
             this.text_right.Size = new System.Drawing.Size(44, 21);\r
-            this.text_right.TabIndex = 32;\r
+            this.text_right.TabIndex = 7;\r
             // \r
             // label26\r
             // \r
@@ -1507,7 +2040,7 @@ namespace Handbrake
             this.label26.Location = new System.Drawing.Point(311, 13);\r
             this.label26.Name = "label26";\r
             this.label26.Size = new System.Drawing.Size(34, 13);\r
-            this.label26.TabIndex = 31;\r
+            this.label26.TabIndex = 11;\r
             this.label26.Text = "Size";\r
             // \r
             // Label56\r
@@ -1516,10 +2049,10 @@ namespace Handbrake
             this.Label56.BackColor = System.Drawing.Color.Transparent;\r
             this.Label56.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Label56.ForeColor = System.Drawing.Color.Black;\r
-            this.Label56.Location = new System.Drawing.Point(483, 38);\r
+            this.Label56.Location = new System.Drawing.Point(477, 85);\r
             this.Label56.Name = "Label56";\r
             this.Label56.Size = new System.Drawing.Size(15, 13);\r
-            this.Label56.TabIndex = 27;\r
+            this.Label56.TabIndex = 18;\r
             this.Label56.Text = "x";\r
             // \r
             // lbl_Aspect\r
@@ -1527,10 +2060,10 @@ namespace Handbrake
             this.lbl_Aspect.AutoSize = true;\r
             this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent;\r
             this.lbl_Aspect.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_Aspect.Location = new System.Drawing.Point(412, 62);\r
+            this.lbl_Aspect.Location = new System.Drawing.Point(405, 58);\r
             this.lbl_Aspect.Name = "lbl_Aspect";\r
             this.lbl_Aspect.Size = new System.Drawing.Size(72, 12);\r
-            this.lbl_Aspect.TabIndex = 30;\r
+            this.lbl_Aspect.TabIndex = 15;\r
             this.lbl_Aspect.Text = "Select a Title";\r
             // \r
             // Label91\r
@@ -1538,10 +2071,10 @@ namespace Handbrake
             this.Label91.AutoSize = true;\r
             this.Label91.BackColor = System.Drawing.Color.Transparent;\r
             this.Label91.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label91.Location = new System.Drawing.Point(311, 61);\r
+            this.Label91.Location = new System.Drawing.Point(311, 57);\r
             this.Label91.Name = "Label91";\r
             this.Label91.Size = new System.Drawing.Size(83, 13);\r
-            this.Label91.TabIndex = 29;\r
+            this.Label91.TabIndex = 14;\r
             this.Label91.Text = "Aspect Ratio:";\r
             // \r
             // Label55\r
@@ -1550,34 +2083,21 @@ namespace Handbrake
             this.Label55.BackColor = System.Drawing.Color.Transparent;\r
             this.Label55.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Label55.ForeColor = System.Drawing.Color.Black;\r
-            this.Label55.Location = new System.Drawing.Point(311, 37);\r
+            this.Label55.Location = new System.Drawing.Point(311, 84);\r
             this.Label55.Name = "Label55";\r
             this.Label55.Size = new System.Drawing.Size(85, 13);\r
-            this.Label55.TabIndex = 25;\r
+            this.Label55.TabIndex = 16;\r
             this.Label55.Text = "Width/Height:";\r
             // \r
-            // check_lAnamorphic\r
-            // \r
-            this.check_lAnamorphic.AutoSize = true;\r
-            this.check_lAnamorphic.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_lAnamorphic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_lAnamorphic.Location = new System.Drawing.Point(441, 88);\r
-            this.check_lAnamorphic.Name = "check_lAnamorphic";\r
-            this.check_lAnamorphic.Size = new System.Drawing.Size(131, 17);\r
-            this.check_lAnamorphic.TabIndex = 24;\r
-            this.check_lAnamorphic.Text = "Loose Anamorphic";\r
-            this.check_lAnamorphic.UseVisualStyleBackColor = false;\r
-            this.check_lAnamorphic.CheckedChanged += new System.EventHandler(this.check_lAnamorphic_CheckedChanged);\r
-            // \r
             // check_vfr\r
             // \r
             this.check_vfr.AutoSize = true;\r
             this.check_vfr.BackColor = System.Drawing.Color.Transparent;\r
             this.check_vfr.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_vfr.Location = new System.Drawing.Point(413, 143);\r
+            this.check_vfr.Location = new System.Drawing.Point(413, 165);\r
             this.check_vfr.Name = "check_vfr";\r
             this.check_vfr.Size = new System.Drawing.Size(48, 17);\r
-            this.check_vfr.TabIndex = 23;\r
+            this.check_vfr.TabIndex = 24;\r
             this.check_vfr.Text = "VFR";\r
             this.check_vfr.UseVisualStyleBackColor = false;\r
             this.check_vfr.CheckedChanged += new System.EventHandler(this.check_vfr_CheckedChanged);\r
@@ -1587,16 +2107,15 @@ namespace Handbrake
             this.label24.AutoSize = true;\r
             this.label24.BackColor = System.Drawing.Color.Transparent;\r
             this.label24.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label24.Location = new System.Drawing.Point(311, 120);\r
+            this.label24.Location = new System.Drawing.Point(311, 142);\r
             this.label24.Name = "label24";\r
             this.label24.Size = new System.Drawing.Size(49, 13);\r
-            this.label24.TabIndex = 13;\r
+            this.label24.TabIndex = 22;\r
             this.label24.Text = "Filters";\r
             // \r
             // drp_deNoise\r
             // \r
             this.drp_deNoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drp_deNoise.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drp_deNoise.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_deNoise.FormattingEnabled = true;\r
             this.drp_deNoise.Items.AddRange(new object[] {\r
@@ -1604,43 +2123,31 @@ namespace Handbrake
             "Weak",\r
             "Medium",\r
             "Strong"});\r
-            this.drp_deNoise.Location = new System.Drawing.Point(413, 218);\r
+            this.drp_deNoise.Location = new System.Drawing.Point(413, 237);\r
             this.drp_deNoise.Name = "drp_deNoise";\r
             this.drp_deNoise.Size = new System.Drawing.Size(161, 21);\r
-            this.drp_deNoise.TabIndex = 19;\r
+            this.drp_deNoise.TabIndex = 29;\r
             // \r
             // label11\r
             // \r
             this.label11.AutoSize = true;\r
             this.label11.BackColor = System.Drawing.Color.Transparent;\r
             this.label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label11.Location = new System.Drawing.Point(311, 221);\r
+            this.label11.Location = new System.Drawing.Point(311, 240);\r
             this.label11.Name = "label11";\r
             this.label11.Size = new System.Drawing.Size(58, 13);\r
-            this.label11.TabIndex = 18;\r
+            this.label11.TabIndex = 28;\r
             this.label11.Text = "Denoise:";\r
             // \r
-            // check_deblock\r
-            // \r
-            this.check_deblock.AutoSize = true;\r
-            this.check_deblock.BackColor = System.Drawing.Color.Transparent;\r
-            this.check_deblock.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_deblock.Location = new System.Drawing.Point(314, 166);\r
-            this.check_deblock.Name = "check_deblock";\r
-            this.check_deblock.Size = new System.Drawing.Size(72, 17);\r
-            this.check_deblock.TabIndex = 15;\r
-            this.check_deblock.Text = "Deblock";\r
-            this.check_deblock.UseVisualStyleBackColor = false;\r
-            // \r
             // check_detelecine\r
             // \r
             this.check_detelecine.AutoSize = true;\r
             this.check_detelecine.BackColor = System.Drawing.Color.Transparent;\r
             this.check_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.check_detelecine.Location = new System.Drawing.Point(314, 143);\r
+            this.check_detelecine.Location = new System.Drawing.Point(314, 165);\r
             this.check_detelecine.Name = "check_detelecine";\r
             this.check_detelecine.Size = new System.Drawing.Size(86, 17);\r
-            this.check_detelecine.TabIndex = 14;\r
+            this.check_detelecine.TabIndex = 23;\r
             this.check_detelecine.Text = "Detelecine";\r
             this.check_detelecine.UseVisualStyleBackColor = false;\r
             // \r
@@ -1649,62 +2156,26 @@ namespace Handbrake
             this.label4.AutoSize = true;\r
             this.label4.BackColor = System.Drawing.Color.Transparent;\r
             this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.label4.Location = new System.Drawing.Point(311, 193);\r
+            this.label4.Location = new System.Drawing.Point(311, 212);\r
             this.label4.Name = "label4";\r
             this.label4.Size = new System.Drawing.Size(77, 13);\r
-            this.label4.TabIndex = 16;\r
+            this.label4.TabIndex = 26;\r
             this.label4.Text = "Deinterlace:";\r
             // \r
             // drp_deInterlace_option\r
             // \r
             this.drp_deInterlace_option.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drp_deInterlace_option.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.drp_deInterlace_option.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.drp_deInterlace_option.FormattingEnabled = true;\r
             this.drp_deInterlace_option.Items.AddRange(new object[] {\r
             "None",\r
             "Fast",\r
             "Slow",\r
-            "Slower",\r
-            "Slowest"});\r
-            this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 190);\r
+            "Slower"});\r
+            this.drp_deInterlace_option.Location = new System.Drawing.Point(413, 209);\r
             this.drp_deInterlace_option.Name = "drp_deInterlace_option";\r
             this.drp_deInterlace_option.Size = new System.Drawing.Size(161, 21);\r
-            this.drp_deInterlace_option.TabIndex = 17;\r
-            // \r
-            // CheckPixelRatio\r
-            // \r
-            this.CheckPixelRatio.AutoSize = true;\r
-            this.CheckPixelRatio.BackColor = System.Drawing.Color.Transparent;\r
-            this.CheckPixelRatio.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.CheckPixelRatio.Location = new System.Drawing.Point(314, 88);\r
-            this.CheckPixelRatio.Name = "CheckPixelRatio";\r
-            this.CheckPixelRatio.Size = new System.Drawing.Size(121, 17);\r
-            this.CheckPixelRatio.TabIndex = 21;\r
-            this.CheckPixelRatio.Text = "Anamorphic PAR";\r
-            this.CheckPixelRatio.UseVisualStyleBackColor = false;\r
-            this.CheckPixelRatio.CheckedChanged += new System.EventHandler(this.CheckPixelRatio_CheckedChanged);\r
-            // \r
-            // lbl_RecomendedCrop\r
-            // \r
-            this.lbl_RecomendedCrop.AutoSize = true;\r
-            this.lbl_RecomendedCrop.BackColor = System.Drawing.Color.Transparent;\r
-            this.lbl_RecomendedCrop.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_RecomendedCrop.Location = new System.Drawing.Point(116, 69);\r
-            this.lbl_RecomendedCrop.Name = "lbl_RecomendedCrop";\r
-            this.lbl_RecomendedCrop.Size = new System.Drawing.Size(72, 12);\r
-            this.lbl_RecomendedCrop.TabIndex = 4;\r
-            this.lbl_RecomendedCrop.Text = "Select a Title";\r
-            // \r
-            // Label8\r
-            // \r
-            this.Label8.AutoSize = true;\r
-            this.Label8.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label8.Location = new System.Drawing.Point(13, 68);\r
-            this.Label8.Name = "Label8";\r
-            this.Label8.Size = new System.Drawing.Size(70, 13);\r
-            this.Label8.TabIndex = 2;\r
-            this.Label8.Text = "Auto Crop:";\r
+            this.drp_deInterlace_option.TabIndex = 27;\r
             // \r
             // Label1\r
             // \r
@@ -1722,7 +2193,7 @@ namespace Handbrake
             this.Label53.AutoSize = true;\r
             this.Label53.BackColor = System.Drawing.Color.Transparent;\r
             this.Label53.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label53.Location = new System.Drawing.Point(130, 174);\r
+            this.Label53.Location = new System.Drawing.Point(94, 171);\r
             this.Label53.Name = "Label53";\r
             this.Label53.Size = new System.Drawing.Size(48, 13);\r
             this.Label53.TabIndex = 10;\r
@@ -1733,7 +2204,7 @@ namespace Handbrake
             this.Label52.AutoSize = true;\r
             this.Label52.BackColor = System.Drawing.Color.Transparent;\r
             this.Label52.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label52.Location = new System.Drawing.Point(139, 89);\r
+            this.Label52.Location = new System.Drawing.Point(103, 86);\r
             this.Label52.Name = "Label52";\r
             this.Label52.Size = new System.Drawing.Size(28, 13);\r
             this.Label52.TabIndex = 5;\r
@@ -1744,50 +2215,23 @@ namespace Handbrake
             this.Label51.AutoSize = true;\r
             this.Label51.BackColor = System.Drawing.Color.Transparent;\r
             this.Label51.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label51.Location = new System.Drawing.Point(237, 120);\r
+            this.Label51.Location = new System.Drawing.Point(190, 125);\r
             this.Label51.Name = "Label51";\r
             this.Label51.Size = new System.Drawing.Size(36, 13);\r
-            this.Label51.TabIndex = 12;\r
+            this.Label51.TabIndex = 8;\r
             this.Label51.Text = "Right";\r
             // \r
-            // Label50\r
-            // \r
-            this.Label50.AutoSize = true;\r
-            this.Label50.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label50.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label50.Location = new System.Drawing.Point(13, 37);\r
-            this.Label50.Name = "Label50";\r
-            this.Label50.Size = new System.Drawing.Size(88, 13);\r
-            this.Label50.TabIndex = 1;\r
-            this.Label50.Text = "Select Option:";\r
-            // \r
             // Label15\r
             // \r
             this.Label15.AutoSize = true;\r
             this.Label15.BackColor = System.Drawing.Color.Transparent;\r
             this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label15.Location = new System.Drawing.Point(43, 128);\r
+            this.Label15.Location = new System.Drawing.Point(13, 125);\r
             this.Label15.Name = "Label15";\r
             this.Label15.Size = new System.Drawing.Size(28, 13);\r
-            this.Label15.TabIndex = 7;\r
+            this.Label15.TabIndex = 3;\r
             this.Label15.Text = "Left";\r
             // \r
-            // drp_crop\r
-            // \r
-            this.drp_crop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
-            this.drp_crop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.drp_crop.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.drp_crop.FormattingEnabled = true;\r
-            this.drp_crop.Items.AddRange(new object[] {\r
-            "Automatic",\r
-            "Custom",\r
-            "No Crop"});\r
-            this.drp_crop.Location = new System.Drawing.Point(118, 34);\r
-            this.drp_crop.Name = "drp_crop";\r
-            this.drp_crop.Size = new System.Drawing.Size(123, 21);\r
-            this.drp_crop.TabIndex = 3;\r
-            this.drp_crop.SelectedIndexChanged += new System.EventHandler(this.drp_crop_SelectedIndexChanged);\r
-            // \r
             // Check_ChapterMarkers\r
             // \r
             this.Check_ChapterMarkers.AutoSize = true;\r
@@ -1796,7 +2240,7 @@ namespace Handbrake
             this.Check_ChapterMarkers.Location = new System.Drawing.Point(16, 32);\r
             this.Check_ChapterMarkers.Name = "Check_ChapterMarkers";\r
             this.Check_ChapterMarkers.Size = new System.Drawing.Size(164, 17);\r
-            this.Check_ChapterMarkers.TabIndex = 22;\r
+            this.Check_ChapterMarkers.TabIndex = 1;\r
             this.Check_ChapterMarkers.Text = "Create chapter markers";\r
             this.Check_ChapterMarkers.UseVisualStyleBackColor = false;\r
             this.Check_ChapterMarkers.CheckedChanged += new System.EventHandler(this.Check_ChapterMarkers_CheckedChanged);\r
@@ -1810,22 +2254,22 @@ namespace Handbrake
             this.advancedOptions.Controls.Add(this.h264Tab);\r
             this.advancedOptions.Controls.Add(this.tabPage4);\r
             this.advancedOptions.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.advancedOptions.Location = new System.Drawing.Point(14, 287);\r
+            this.advancedOptions.Location = new System.Drawing.Point(12, 274);\r
             this.advancedOptions.Name = "advancedOptions";\r
             this.advancedOptions.SelectedIndex = 0;\r
-            this.advancedOptions.Size = new System.Drawing.Size(657, 300);\r
+            this.advancedOptions.Size = new System.Drawing.Size(705, 342);\r
             this.advancedOptions.TabIndex = 5;\r
             this.advancedOptions.TabStop = false;\r
             // \r
             // tab_chapters\r
             // \r
-            this.tab_chapters.BackColor = System.Drawing.SystemColors.ControlLight;\r
+            this.tab_chapters.BackColor = System.Drawing.Color.Transparent;\r
             this.tab_chapters.Controls.Add(this.label31);\r
             this.tab_chapters.Controls.Add(this.data_chpt);\r
             this.tab_chapters.Controls.Add(this.Check_ChapterMarkers);\r
             this.tab_chapters.Location = new System.Drawing.Point(4, 22);\r
             this.tab_chapters.Name = "tab_chapters";\r
-            this.tab_chapters.Size = new System.Drawing.Size(649, 274);\r
+            this.tab_chapters.Size = new System.Drawing.Size(697, 316);\r
             this.tab_chapters.TabIndex = 6;\r
             this.tab_chapters.Text = "Chapters";\r
             // \r
@@ -1837,192 +2281,659 @@ namespace Handbrake
             this.label31.Location = new System.Drawing.Point(13, 13);\r
             this.label31.Name = "label31";\r
             this.label31.Size = new System.Drawing.Size(115, 13);\r
-            this.label31.TabIndex = 15;\r
+            this.label31.TabIndex = 0;\r
             this.label31.Text = "Chapter Markers";\r
             // \r
-            // data_chpt\r
-            // \r
-            this.data_chpt.AllowUserToAddRows = false;\r
-            this.data_chpt.AllowUserToDeleteRows = false;\r
-            this.data_chpt.AllowUserToResizeRows = false;\r
-            this.data_chpt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
-            this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
-            this.number,\r
-            this.name});\r
-            this.data_chpt.Location = new System.Drawing.Point(16, 55);\r
-            this.data_chpt.Name = "data_chpt";\r
-            this.data_chpt.Size = new System.Drawing.Size(607, 199);\r
-            this.data_chpt.TabIndex = 2;\r
-            // \r
-            // number\r
-            // \r
-            dataGridViewCellStyle2.Format = "N0";\r
-            dataGridViewCellStyle2.NullValue = null;\r
-            this.number.DefaultCellStyle = dataGridViewCellStyle2;\r
-            this.number.HeaderText = "Chapter Number";\r
-            this.number.MaxInputLength = 3;\r
-            this.number.Name = "number";\r
-            this.number.Width = 135;\r
-            // \r
-            // name\r
-            // \r
-            this.name.HeaderText = "Chapter Name";\r
-            this.name.Name = "name";\r
-            this.name.Width = 410;\r
-            // \r
             // h264Tab\r
             // \r
-            this.h264Tab.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.h264Tab.Controls.Add(this.Label43);\r
-            this.h264Tab.Controls.Add(this.label_h264);\r
-            this.h264Tab.Controls.Add(this.Label95);\r
-            this.h264Tab.Controls.Add(this.btn_h264Clear);\r
-            this.h264Tab.Controls.Add(this.Label90);\r
-            this.h264Tab.Controls.Add(this.rtf_h264advanced);\r
-            this.h264Tab.Controls.Add(this.Label92);\r
+            this.h264Tab.BackColor = System.Drawing.Color.Transparent;\r
+            this.h264Tab.Controls.Add(this.label43);\r
+            this.h264Tab.Controls.Add(this.btn_reset);\r
+            this.h264Tab.Controls.Add(this.rtf_x264Query);\r
+            this.h264Tab.Controls.Add(this.check_Cabac);\r
+            this.h264Tab.Controls.Add(this.check_noDCTDecimate);\r
+            this.h264Tab.Controls.Add(this.check_noFastPSkip);\r
+            this.h264Tab.Controls.Add(this.lbl_trellis);\r
+            this.h264Tab.Controls.Add(this.drop_trellis);\r
+            this.h264Tab.Controls.Add(this.drop_deblockBeta);\r
+            this.h264Tab.Controls.Add(this.label41);\r
+            this.h264Tab.Controls.Add(this.drop_deblockAlpha);\r
+            this.h264Tab.Controls.Add(this.panel3);\r
+            this.h264Tab.Controls.Add(this.panel1);\r
+            this.h264Tab.Controls.Add(this.panel2);\r
+            this.h264Tab.Controls.Add(this.check_8x8DCT);\r
+            this.h264Tab.Controls.Add(this.label45);\r
+            this.h264Tab.Controls.Add(this.drop_analysis);\r
+            this.h264Tab.Controls.Add(this.label48);\r
+            this.h264Tab.Controls.Add(this.drop_subpixelMotionEstimation);\r
+            this.h264Tab.Controls.Add(this.label49);\r
+            this.h264Tab.Controls.Add(this.drop_MotionEstimationRange);\r
+            this.h264Tab.Controls.Add(this.label54);\r
+            this.h264Tab.Controls.Add(this.drop_MotionEstimationMethod);\r
+            this.h264Tab.Controls.Add(this.check_pyrmidalBFrames);\r
+            this.h264Tab.Controls.Add(this.check_BidirectionalRefinement);\r
+            this.h264Tab.Controls.Add(this.check_bFrameRateDistortion);\r
+            this.h264Tab.Controls.Add(this.check_weightedBFrames);\r
+            this.h264Tab.Controls.Add(this.lbl_direct_prediction);\r
+            this.h264Tab.Controls.Add(this.drop_directPrediction);\r
+            this.h264Tab.Controls.Add(this.label62);\r
+            this.h264Tab.Controls.Add(this.drop_bFrames);\r
+            this.h264Tab.Controls.Add(this.label64);\r
+            this.h264Tab.Controls.Add(this.drop_refFrames);\r
+            this.h264Tab.Controls.Add(this.check_mixedReferences);\r
+            this.h264Tab.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.h264Tab.Location = new System.Drawing.Point(4, 22);\r
             this.h264Tab.Name = "h264Tab";\r
             this.h264Tab.Padding = new System.Windows.Forms.Padding(3);\r
-            this.h264Tab.Size = new System.Drawing.Size(649, 274);\r
-            this.h264Tab.TabIndex = 5;\r
+            this.h264Tab.Size = new System.Drawing.Size(697, 316);\r
+            this.h264Tab.TabIndex = 8;\r
             this.h264Tab.Text = "Advanced";\r
             // \r
-            // Label43\r
-            // \r
-            this.Label43.AutoSize = true;\r
-            this.Label43.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label43.Location = new System.Drawing.Point(78, 236);\r
-            this.Label43.Name = "Label43";\r
-            this.Label43.Size = new System.Drawing.Size(158, 13);\r
-            this.Label43.TabIndex = 6;\r
-            this.Label43.Text = "for help using this feature.";\r
-            // \r
-            // label_h264\r
-            // \r
-            this.label_h264.AutoSize = true;\r
-            this.label_h264.Location = new System.Drawing.Point(13, 236);\r
-            this.label_h264.Name = "label_h264";\r
-            this.label_h264.Size = new System.Drawing.Size(66, 13);\r
-            this.label_h264.TabIndex = 5;\r
-            this.label_h264.TabStop = true;\r
-            this.label_h264.Text = "Click Here";\r
-            this.label_h264.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.label_h264_LinkClicked);\r
-            // \r
-            // Label95\r
-            // \r
-            this.Label95.AutoSize = true;\r
-            this.Label95.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label95.Location = new System.Drawing.Point(13, 217);\r
-            this.Label95.Name = "Label95";\r
-            this.Label95.Size = new System.Drawing.Size(387, 13);\r
-            this.Label95.TabIndex = 4;\r
-            this.Label95.Text = "Note: Incorrect usage of this feature will cause the encoder to fail!";\r
-            // \r
-            // btn_h264Clear\r
-            // \r
-            this.btn_h264Clear.BackColor = System.Drawing.Color.Transparent;\r
-            this.btn_h264Clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_h264Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_h264Clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_h264Clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_h264Clear.Location = new System.Drawing.Point(542, 50);\r
-            this.btn_h264Clear.Name = "btn_h264Clear";\r
-            this.btn_h264Clear.Size = new System.Drawing.Size(79, 23);\r
-            this.btn_h264Clear.TabIndex = 3;\r
-            this.btn_h264Clear.Text = "Clear";\r
-            this.btn_h264Clear.UseVisualStyleBackColor = false;\r
-            this.btn_h264Clear.Click += new System.EventHandler(this.btn_h264Clear_Click);\r
-            // \r
-            // Label90\r
-            // \r
-            this.Label90.AutoSize = true;\r
-            this.Label90.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label90.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.Label90.Location = new System.Drawing.Point(13, 13);\r
-            this.Label90.Name = "Label90";\r
-            this.Label90.Size = new System.Drawing.Size(165, 13);\r
-            this.Label90.TabIndex = 0;\r
-            this.Label90.Text = "Advanced H.264 Options";\r
-            // \r
-            // Label92\r
-            // \r
-            this.Label92.AutoSize = true;\r
-            this.Label92.BackColor = System.Drawing.Color.Transparent;\r
-            this.Label92.Location = new System.Drawing.Point(13, 41);\r
-            this.Label92.Name = "Label92";\r
-            this.Label92.Size = new System.Drawing.Size(370, 26);\r
-            this.Label92.TabIndex = 1;\r
-            this.Label92.Text = "Specify advanced x264 options in the same style as mencoder:\r\noption1=value1:opti" +\r
-                "on2=value2";\r
+            // label43\r
+            // \r
+            this.label43.AutoSize = true;\r
+            this.label43.BackColor = System.Drawing.Color.Transparent;\r
+            this.label43.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label43.Location = new System.Drawing.Point(13, 13);\r
+            this.label43.Name = "label43";\r
+            this.label43.Size = new System.Drawing.Size(165, 13);\r
+            this.label43.TabIndex = 0;\r
+            this.label43.Text = "Advanced H.264 Options";\r
+            // \r
+            // btn_reset\r
+            // \r
+            this.btn_reset.Location = new System.Drawing.Point(13, 224);\r
+            this.btn_reset.Name = "btn_reset";\r
+            this.btn_reset.Size = new System.Drawing.Size(75, 23);\r
+            this.btn_reset.TabIndex = 41;\r
+            this.btn_reset.Text = "Reset All";\r
+            this.btn_reset.UseVisualStyleBackColor = true;\r
+            this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);\r
+            // \r
+            // rtf_x264Query\r
+            // \r
+            this.rtf_x264Query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.rtf_x264Query.Location = new System.Drawing.Point(13, 253);\r
+            this.rtf_x264Query.Name = "rtf_x264Query";\r
+            this.rtf_x264Query.Size = new System.Drawing.Size(667, 43);\r
+            this.rtf_x264Query.TabIndex = 42;\r
+            this.rtf_x264Query.Text = "";\r
+            this.rtf_x264Query.LostFocus += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
+            this.rtf_x264Query.TextChanged += new System.EventHandler(this.rtf_x264Query_TextChanged);\r
+            // \r
+            // check_Cabac\r
+            // \r
+            this.check_Cabac.AutoSize = true;\r
+            this.check_Cabac.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_Cabac.Checked = true;\r
+            this.check_Cabac.CheckState = System.Windows.Forms.CheckState.Checked;\r
+            this.check_Cabac.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_Cabac.Location = new System.Drawing.Point(536, 214);\r
+            this.check_Cabac.Name = "check_Cabac";\r
+            this.check_Cabac.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_Cabac.Size = new System.Drawing.Size(144, 16);\r
+            this.check_Cabac.TabIndex = 40;\r
+            this.check_Cabac.Text = "CABAC Entropy Coding:";\r
+            this.check_Cabac.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_Cabac.UseVisualStyleBackColor = true;\r
+            this.check_Cabac.CheckStateChanged += new System.EventHandler(this.check_Cabac_CheckedChanged);\r
+            // \r
+            // check_noDCTDecimate\r
+            // \r
+            this.check_noDCTDecimate.AutoSize = true;\r
+            this.check_noDCTDecimate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_noDCTDecimate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_noDCTDecimate.Location = new System.Drawing.Point(562, 192);\r
+            this.check_noDCTDecimate.Name = "check_noDCTDecimate";\r
+            this.check_noDCTDecimate.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_noDCTDecimate.Size = new System.Drawing.Size(118, 16);\r
+            this.check_noDCTDecimate.TabIndex = 39;\r
+            this.check_noDCTDecimate.Text = "No DCT-Decimate:";\r
+            this.check_noDCTDecimate.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_noDCTDecimate.UseVisualStyleBackColor = true;\r
+            this.check_noDCTDecimate.CheckStateChanged += new System.EventHandler(this.check_noDCTDecimate_CheckedChanged);\r
+            // \r
+            // check_noFastPSkip\r
+            // \r
+            this.check_noFastPSkip.AutoSize = true;\r
+            this.check_noFastPSkip.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_noFastPSkip.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_noFastPSkip.Location = new System.Drawing.Point(444, 192);\r
+            this.check_noFastPSkip.Name = "check_noFastPSkip";\r
+            this.check_noFastPSkip.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_noFastPSkip.Size = new System.Drawing.Size(103, 16);\r
+            this.check_noFastPSkip.TabIndex = 38;\r
+            this.check_noFastPSkip.Text = "No Fast-P-Skip:";\r
+            this.check_noFastPSkip.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_noFastPSkip.UseVisualStyleBackColor = true;\r
+            this.check_noFastPSkip.CheckStateChanged += new System.EventHandler(this.check_noFastPSkip_CheckedChanged);\r
+            // \r
+            // lbl_trellis\r
+            // \r
+            this.lbl_trellis.AutoSize = true;\r
+            this.lbl_trellis.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_trellis.Location = new System.Drawing.Point(490, 169);\r
+            this.lbl_trellis.Name = "lbl_trellis";\r
+            this.lbl_trellis.Size = new System.Drawing.Size(41, 12);\r
+            this.lbl_trellis.TabIndex = 26;\r
+            this.lbl_trellis.Text = "Trellis:";\r
+            // \r
+            // drop_trellis\r
+            // \r
+            this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_trellis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_trellis.FormattingEnabled = true;\r
+            this.drop_trellis.Items.AddRange(new object[] {\r
+            "Default (0)",\r
+            "0",\r
+            "1",\r
+            "2"});\r
+            this.drop_trellis.Location = new System.Drawing.Point(537, 166);\r
+            this.drop_trellis.Name = "drop_trellis";\r
+            this.drop_trellis.Size = new System.Drawing.Size(143, 20);\r
+            this.drop_trellis.TabIndex = 37;\r
+            this.drop_trellis.SelectedIndexChanged += new System.EventHandler(this.drop_trellis_SelectedIndexChanged);\r
+            // \r
+            // drop_deblockBeta\r
+            // \r
+            this.drop_deblockBeta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_deblockBeta.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_deblockBeta.FormattingEnabled = true;\r
+            this.drop_deblockBeta.Items.AddRange(new object[] {\r
+            "Default (0)",\r
+            "-6",\r
+            "-5",\r
+            "-4",\r
+            "-3",\r
+            "-2",\r
+            "-1",\r
+            "0",\r
+            "1",\r
+            "2",\r
+            "3",\r
+            "4",\r
+            "5",\r
+            "6"});\r
+            this.drop_deblockBeta.Location = new System.Drawing.Point(611, 139);\r
+            this.drop_deblockBeta.Name = "drop_deblockBeta";\r
+            this.drop_deblockBeta.Size = new System.Drawing.Size(69, 20);\r
+            this.drop_deblockBeta.TabIndex = 36;\r
+            this.drop_deblockBeta.SelectedIndexChanged += new System.EventHandler(this.drop_deblockBeta_SelectedIndexChanged);\r
+            // \r
+            // label41\r
+            // \r
+            this.label41.AutoSize = true;\r
+            this.label41.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label41.Location = new System.Drawing.Point(466, 147);\r
+            this.label41.Name = "label41";\r
+            this.label41.Size = new System.Drawing.Size(65, 12);\r
+            this.label41.TabIndex = 25;\r
+            this.label41.Text = "Deblocking:";\r
+            // \r
+            // drop_deblockAlpha\r
+            // \r
+            this.drop_deblockAlpha.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_deblockAlpha.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_deblockAlpha.FormattingEnabled = true;\r
+            this.drop_deblockAlpha.Items.AddRange(new object[] {\r
+            "Default (0)",\r
+            "-6",\r
+            "-5",\r
+            "-4",\r
+            "-3",\r
+            "-2",\r
+            "-1",\r
+            "0",\r
+            "1",\r
+            "2",\r
+            "3",\r
+            "4",\r
+            "5",\r
+            "6"});\r
+            this.drop_deblockAlpha.Location = new System.Drawing.Point(537, 139);\r
+            this.drop_deblockAlpha.Name = "drop_deblockAlpha";\r
+            this.drop_deblockAlpha.Size = new System.Drawing.Size(68, 20);\r
+            this.drop_deblockAlpha.TabIndex = 35;\r
+            this.drop_deblockAlpha.SelectedIndexChanged += new System.EventHandler(this.drop_deblockAlpha_SelectedIndexChanged);\r
+            // \r
+            // panel3\r
+            // \r
+            this.panel3.BackColor = System.Drawing.Color.Black;\r
+            this.panel3.Location = new System.Drawing.Point(396, 131);\r
+            this.panel3.Margin = new System.Windows.Forms.Padding(0);\r
+            this.panel3.Name = "panel3";\r
+            this.panel3.Size = new System.Drawing.Size(284, 1);\r
+            this.panel3.TabIndex = 24;\r
+            // \r
+            // panel1\r
+            // \r
+            this.panel1.BackColor = System.Drawing.Color.Black;\r
+            this.panel1.Location = new System.Drawing.Point(13, 84);\r
+            this.panel1.Margin = new System.Windows.Forms.Padding(0);\r
+            this.panel1.Name = "panel1";\r
+            this.panel1.Size = new System.Drawing.Size(284, 1);\r
+            this.panel1.TabIndex = 3;\r
+            // \r
+            // panel2\r
+            // \r
+            this.panel2.BackColor = System.Drawing.Color.Black;\r
+            this.panel2.Location = new System.Drawing.Point(396, 95);\r
+            this.panel2.Margin = new System.Windows.Forms.Padding(0);\r
+            this.panel2.Name = "panel2";\r
+            this.panel2.Size = new System.Drawing.Size(284, 1);\r
+            this.panel2.TabIndex = 21;\r
+            // \r
+            // check_8x8DCT\r
+            // \r
+            this.check_8x8DCT.AutoSize = true;\r
+            this.check_8x8DCT.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_8x8DCT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_8x8DCT.Location = new System.Drawing.Point(608, 106);\r
+            this.check_8x8DCT.Name = "check_8x8DCT";\r
+            this.check_8x8DCT.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_8x8DCT.Size = new System.Drawing.Size(71, 16);\r
+            this.check_8x8DCT.TabIndex = 34;\r
+            this.check_8x8DCT.Text = "8x8 DCT:";\r
+            this.check_8x8DCT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_8x8DCT.UseVisualStyleBackColor = true;\r
+            this.check_8x8DCT.CheckStateChanged += new System.EventHandler(this.check_8x8DCT_CheckedChanged);\r
+            // \r
+            // label45\r
+            // \r
+            this.label45.AutoSize = true;\r
+            this.label45.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label45.Location = new System.Drawing.Point(478, 108);\r
+            this.label45.Name = "label45";\r
+            this.label45.Size = new System.Drawing.Size(53, 12);\r
+            this.label45.TabIndex = 22;\r
+            this.label45.Text = "Analysis:";\r
+            // \r
+            // drop_analysis\r
+            // \r
+            this.drop_analysis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_analysis.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_analysis.FormattingEnabled = true;\r
+            this.drop_analysis.Items.AddRange(new object[] {\r
+            "Default (some)",\r
+            "None",\r
+            "All"});\r
+            this.drop_analysis.Location = new System.Drawing.Point(537, 105);\r
+            this.drop_analysis.Name = "drop_analysis";\r
+            this.drop_analysis.Size = new System.Drawing.Size(63, 20);\r
+            this.drop_analysis.TabIndex = 33;\r
+            this.drop_analysis.SelectedIndexChanged += new System.EventHandler(this.drop_analysis_SelectedIndexChanged);\r
+            // \r
+            // label48\r
+            // \r
+            this.label48.AutoSize = true;\r
+            this.label48.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label48.Location = new System.Drawing.Point(385, 72);\r
+            this.label48.Name = "label48";\r
+            this.label48.Size = new System.Drawing.Size(146, 12);\r
+            this.label48.TabIndex = 20;\r
+            this.label48.Text = "Subpixel Motion Estimation:";\r
+            // \r
+            // drop_subpixelMotionEstimation\r
+            // \r
+            this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_subpixelMotionEstimation.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_subpixelMotionEstimation.FormattingEnabled = true;\r
+            this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {\r
+            "Default (6)",\r
+            "0",\r
+            "1",\r
+            "2",\r
+            "3",\r
+            "4",\r
+            "5",\r
+            "6",\r
+            "7"});\r
+            this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(537, 69);\r
+            this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";\r
+            this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 20);\r
+            this.drop_subpixelMotionEstimation.TabIndex = 32;\r
+            this.drop_subpixelMotionEstimation.SelectedIndexChanged += new System.EventHandler(this.drop_subpixelMotionEstimation_SelectedIndexChanged);\r
+            // \r
+            // label49\r
+            // \r
+            this.label49.AutoSize = true;\r
+            this.label49.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label49.Location = new System.Drawing.Point(397, 43);\r
+            this.label49.Name = "label49";\r
+            this.label49.Size = new System.Drawing.Size(134, 12);\r
+            this.label49.TabIndex = 19;\r
+            this.label49.Text = "Motion Estimation Range:";\r
+            // \r
+            // drop_MotionEstimationRange\r
+            // \r
+            this.drop_MotionEstimationRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_MotionEstimationRange.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_MotionEstimationRange.FormattingEnabled = true;\r
+            this.drop_MotionEstimationRange.Items.AddRange(new object[] {\r
+            "Default (16)",\r
+            "4",\r
+            "5",\r
+            "6",\r
+            "7",\r
+            "8",\r
+            "9",\r
+            "10",\r
+            "11",\r
+            "12",\r
+            "13",\r
+            "14",\r
+            "15",\r
+            "16",\r
+            "17",\r
+            "18",\r
+            "19",\r
+            "20",\r
+            "21",\r
+            "22",\r
+            "23",\r
+            "24",\r
+            "25",\r
+            "26",\r
+            "27",\r
+            "28",\r
+            "29",\r
+            "30",\r
+            "31",\r
+            "32",\r
+            "33",\r
+            "34",\r
+            "35",\r
+            "36",\r
+            "37",\r
+            "38",\r
+            "39",\r
+            "40",\r
+            "41",\r
+            "42",\r
+            "43",\r
+            "44",\r
+            "45",\r
+            "46",\r
+            "47",\r
+            "48",\r
+            "49",\r
+            "50",\r
+            "51",\r
+            "52",\r
+            "53",\r
+            "54",\r
+            "55",\r
+            "56",\r
+            "57",\r
+            "58",\r
+            "59",\r
+            "60",\r
+            "61",\r
+            "62",\r
+            "63",\r
+            "64"});\r
+            this.drop_MotionEstimationRange.Location = new System.Drawing.Point(537, 40);\r
+            this.drop_MotionEstimationRange.Name = "drop_MotionEstimationRange";\r
+            this.drop_MotionEstimationRange.Size = new System.Drawing.Size(139, 20);\r
+            this.drop_MotionEstimationRange.TabIndex = 31;\r
+            this.drop_MotionEstimationRange.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationRange_SelectedIndexChanged);\r
+            // \r
+            // label54\r
+            // \r
+            this.label54.AutoSize = true;\r
+            this.label54.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label54.Location = new System.Drawing.Point(391, 14);\r
+            this.label54.Name = "label54";\r
+            this.label54.Size = new System.Drawing.Size(140, 12);\r
+            this.label54.TabIndex = 18;\r
+            this.label54.Text = "Motion Estimation Method:";\r
+            // \r
+            // drop_MotionEstimationMethod\r
+            // \r
+            this.drop_MotionEstimationMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_MotionEstimationMethod.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_MotionEstimationMethod.FormattingEnabled = true;\r
+            this.drop_MotionEstimationMethod.ItemHeight = 12;\r
+            this.drop_MotionEstimationMethod.Items.AddRange(new object[] {\r
+            "Default (Hexagon)",\r
+            "Diamond",\r
+            "Hexagon",\r
+            "Uneven Multi-Hexagon",\r
+            "Exhaustive"});\r
+            this.drop_MotionEstimationMethod.Location = new System.Drawing.Point(537, 11);\r
+            this.drop_MotionEstimationMethod.Name = "drop_MotionEstimationMethod";\r
+            this.drop_MotionEstimationMethod.Size = new System.Drawing.Size(139, 20);\r
+            this.drop_MotionEstimationMethod.TabIndex = 30;\r
+            this.drop_MotionEstimationMethod.SelectedIndexChanged += new System.EventHandler(this.drop_MotionEstimationMethod_SelectedIndexChanged);\r
+            // \r
+            // check_pyrmidalBFrames\r
+            // \r
+            this.check_pyrmidalBFrames.AutoSize = true;\r
+            this.check_pyrmidalBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_pyrmidalBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_pyrmidalBFrames.Location = new System.Drawing.Point(46, 198);\r
+            this.check_pyrmidalBFrames.Name = "check_pyrmidalBFrames";\r
+            this.check_pyrmidalBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_pyrmidalBFrames.Size = new System.Drawing.Size(121, 16);\r
+            this.check_pyrmidalBFrames.TabIndex = 17;\r
+            this.check_pyrmidalBFrames.Text = "Pyrmidal B-Frames:";\r
+            this.check_pyrmidalBFrames.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_pyrmidalBFrames.UseVisualStyleBackColor = true;\r
+            this.check_pyrmidalBFrames.CheckStateChanged += new System.EventHandler(this.check_pyrmidalBFrames_CheckedChanged);\r
+            // \r
+            // check_BidirectionalRefinement\r
+            // \r
+            this.check_BidirectionalRefinement.AutoSize = true;\r
+            this.check_BidirectionalRefinement.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_BidirectionalRefinement.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_BidirectionalRefinement.Location = new System.Drawing.Point(20, 180);\r
+            this.check_BidirectionalRefinement.Name = "check_BidirectionalRefinement";\r
+            this.check_BidirectionalRefinement.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_BidirectionalRefinement.Size = new System.Drawing.Size(147, 16);\r
+            this.check_BidirectionalRefinement.TabIndex = 16;\r
+            this.check_BidirectionalRefinement.Text = "Bidirectional Refinement:";\r
+            this.check_BidirectionalRefinement.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_BidirectionalRefinement.UseVisualStyleBackColor = true;\r
+            this.check_BidirectionalRefinement.CheckStateChanged += new System.EventHandler(this.check_BidirectionalRefinement_CheckedChanged);\r
+            // \r
+            // check_bFrameRateDistortion\r
+            // \r
+            this.check_bFrameRateDistortion.AutoSize = true;\r
+            this.check_bFrameRateDistortion.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_bFrameRateDistortion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_bFrameRateDistortion.Location = new System.Drawing.Point(20, 162);\r
+            this.check_bFrameRateDistortion.Name = "check_bFrameRateDistortion";\r
+            this.check_bFrameRateDistortion.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_bFrameRateDistortion.Size = new System.Drawing.Size(147, 16);\r
+            this.check_bFrameRateDistortion.TabIndex = 15;\r
+            this.check_bFrameRateDistortion.Text = "B-Frame Rate Distortion:";\r
+            this.check_bFrameRateDistortion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_bFrameRateDistortion.UseVisualStyleBackColor = true;\r
+            this.check_bFrameRateDistortion.CheckStateChanged += new System.EventHandler(this.check_bFrameDistortion_CheckedChanged);\r
+            // \r
+            // check_weightedBFrames\r
+            // \r
+            this.check_weightedBFrames.AutoSize = true;\r
+            this.check_weightedBFrames.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_weightedBFrames.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_weightedBFrames.Location = new System.Drawing.Point(44, 144);\r
+            this.check_weightedBFrames.Name = "check_weightedBFrames";\r
+            this.check_weightedBFrames.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_weightedBFrames.Size = new System.Drawing.Size(123, 16);\r
+            this.check_weightedBFrames.TabIndex = 14;\r
+            this.check_weightedBFrames.Text = "Weighted B-Frames:";\r
+            this.check_weightedBFrames.UseVisualStyleBackColor = true;\r
+            this.check_weightedBFrames.CheckStateChanged += new System.EventHandler(this.check_weightedBFrames_CheckedChanged);\r
+            // \r
+            // lbl_direct_prediction\r
+            // \r
+            this.lbl_direct_prediction.AutoSize = true;\r
+            this.lbl_direct_prediction.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_direct_prediction.Location = new System.Drawing.Point(52, 121);\r
+            this.lbl_direct_prediction.Name = "lbl_direct_prediction";\r
+            this.lbl_direct_prediction.Size = new System.Drawing.Size(94, 12);\r
+            this.lbl_direct_prediction.TabIndex = 5;\r
+            this.lbl_direct_prediction.Text = "Direct Prediction:";\r
+            // \r
+            // drop_directPrediction\r
+            // \r
+            this.drop_directPrediction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_directPrediction.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_directPrediction.FormattingEnabled = true;\r
+            this.drop_directPrediction.Items.AddRange(new object[] {\r
+            "Default (Spatial)",\r
+            "None",\r
+            "Spatial",\r
+            "Temporal",\r
+            "Automatic"});\r
+            this.drop_directPrediction.Location = new System.Drawing.Point(157, 118);\r
+            this.drop_directPrediction.Name = "drop_directPrediction";\r
+            this.drop_directPrediction.Size = new System.Drawing.Size(121, 20);\r
+            this.drop_directPrediction.TabIndex = 13;\r
+            this.drop_directPrediction.SelectedIndexChanged += new System.EventHandler(this.drop_directPrediction_SelectedIndexChanged);\r
+            // \r
+            // label62\r
+            // \r
+            this.label62.AutoSize = true;\r
+            this.label62.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label62.Location = new System.Drawing.Point(88, 94);\r
+            this.label62.Name = "label62";\r
+            this.label62.Size = new System.Drawing.Size(58, 12);\r
+            this.label62.TabIndex = 4;\r
+            this.label62.Text = "B-Frames:";\r
+            // \r
+            // drop_bFrames\r
+            // \r
+            this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_bFrames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_bFrames.FormattingEnabled = true;\r
+            this.drop_bFrames.Items.AddRange(new object[] {\r
+            "Default (0)",\r
+            "0",\r
+            "1",\r
+            "2",\r
+            "3",\r
+            "4",\r
+            "5",\r
+            "6",\r
+            "7",\r
+            "8",\r
+            "9",\r
+            "10",\r
+            "11",\r
+            "12",\r
+            "13",\r
+            "14",\r
+            "15",\r
+            "16"});\r
+            this.drop_bFrames.Location = new System.Drawing.Point(157, 91);\r
+            this.drop_bFrames.Name = "drop_bFrames";\r
+            this.drop_bFrames.Size = new System.Drawing.Size(121, 20);\r
+            this.drop_bFrames.TabIndex = 12;\r
+            this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.drop_bFrames_SelectedIndexChanged);\r
+            // \r
+            // label64\r
+            // \r
+            this.label64.AutoSize = true;\r
+            this.label64.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.label64.Location = new System.Drawing.Point(47, 40);\r
+            this.label64.Name = "label64";\r
+            this.label64.Size = new System.Drawing.Size(99, 12);\r
+            this.label64.TabIndex = 1;\r
+            this.label64.Text = "Reference Frames:";\r
+            // \r
+            // drop_refFrames\r
+            // \r
+            this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.drop_refFrames.FlatStyle = System.Windows.Forms.FlatStyle.Popup;\r
+            this.drop_refFrames.FormattingEnabled = true;\r
+            this.drop_refFrames.Items.AddRange(new object[] {\r
+            "Default (1)",\r
+            "0",\r
+            "1",\r
+            "2",\r
+            "3",\r
+            "4",\r
+            "5",\r
+            "6",\r
+            "7",\r
+            "8",\r
+            "9",\r
+            "10",\r
+            "11",\r
+            "12",\r
+            "13",\r
+            "14",\r
+            "15",\r
+            "16"});\r
+            this.drop_refFrames.Location = new System.Drawing.Point(157, 37);\r
+            this.drop_refFrames.Name = "drop_refFrames";\r
+            this.drop_refFrames.Size = new System.Drawing.Size(121, 20);\r
+            this.drop_refFrames.TabIndex = 10;\r
+            this.drop_refFrames.SelectedIndexChanged += new System.EventHandler(this.drop_refFrames_SelectedIndexChanged);\r
+            // \r
+            // check_mixedReferences\r
+            // \r
+            this.check_mixedReferences.AutoSize = true;\r
+            this.check_mixedReferences.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_mixedReferences.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
+            this.check_mixedReferences.Location = new System.Drawing.Point(54, 63);\r
+            this.check_mixedReferences.Name = "check_mixedReferences";\r
+            this.check_mixedReferences.RightToLeft = System.Windows.Forms.RightToLeft.No;\r
+            this.check_mixedReferences.Size = new System.Drawing.Size(114, 16);\r
+            this.check_mixedReferences.TabIndex = 11;\r
+            this.check_mixedReferences.Text = "Mixed References:";\r
+            this.check_mixedReferences.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.check_mixedReferences.UseVisualStyleBackColor = true;\r
+            this.check_mixedReferences.CheckStateChanged += new System.EventHandler(this.check_mixedReferences_CheckedChanged);\r
             // \r
             // tabPage4\r
             // \r
-            this.tabPage4.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.tabPage4.Controls.Add(this.btn_clear);\r
-            this.tabPage4.Controls.Add(this.btn_copy2C);\r
             this.tabPage4.Controls.Add(this.label34);\r
             this.tabPage4.Controls.Add(this.btn_generate_Query);\r
             this.tabPage4.Controls.Add(this.label33);\r
             this.tabPage4.Controls.Add(this.rtf_query);\r
             this.tabPage4.Location = new System.Drawing.Point(4, 22);\r
             this.tabPage4.Name = "tabPage4";\r
-            this.tabPage4.Size = new System.Drawing.Size(649, 274);\r
+            this.tabPage4.Size = new System.Drawing.Size(697, 316);\r
             this.tabPage4.TabIndex = 7;\r
             this.tabPage4.Text = "Query Editor";\r
             // \r
             // btn_clear\r
             // \r
-            this.btn_clear.BackColor = System.Drawing.Color.Transparent;\r
             this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_clear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_clear.Location = new System.Drawing.Point(555, 75);\r
+            this.btn_clear.Location = new System.Drawing.Point(602, 75);\r
             this.btn_clear.Name = "btn_clear";\r
             this.btn_clear.Size = new System.Drawing.Size(75, 22);\r
             this.btn_clear.TabIndex = 4;\r
             this.btn_clear.Text = "Clear";\r
-            this.btn_clear.UseVisualStyleBackColor = false;\r
+            this.btn_clear.UseVisualStyleBackColor = true;\r
             this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);\r
             // \r
-            // btn_copy2C\r
-            // \r
-            this.btn_copy2C.BackColor = System.Drawing.Color.Transparent;\r
-            this.btn_copy2C.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_copy2C.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
-            this.btn_copy2C.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_copy2C.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_copy2C.Location = new System.Drawing.Point(148, 75);\r
-            this.btn_copy2C.Name = "btn_copy2C";\r
-            this.btn_copy2C.Size = new System.Drawing.Size(136, 22);\r
-            this.btn_copy2C.TabIndex = 3;\r
-            this.btn_copy2C.Text = "Copy to clipboard";\r
-            this.btn_copy2C.UseVisualStyleBackColor = false;\r
-            this.btn_copy2C.Click += new System.EventHandler(this.btn_copy2C_Click);\r
-            // \r
             // label34\r
             // \r
             this.label34.AutoSize = true;\r
             this.label34.Location = new System.Drawing.Point(13, 36);\r
             this.label34.Name = "label34";\r
             this.label34.Size = new System.Drawing.Size(434, 26);\r
-            this.label34.TabIndex = 2;\r
+            this.label34.TabIndex = 1;\r
             this.label34.Text = "Here you can alter the query generated by this program.\r\nDon\'t forget to re-gener" +\r
                 "ate this query should you change any GUI options.";\r
             // \r
             // btn_generate_Query\r
             // \r
-            this.btn_generate_Query.BackColor = System.Drawing.Color.Transparent;\r
             this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_generate_Query.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
             this.btn_generate_Query.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.btn_generate_Query.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
             this.btn_generate_Query.Location = new System.Drawing.Point(16, 75);\r
             this.btn_generate_Query.Name = "btn_generate_Query";\r
             this.btn_generate_Query.Size = new System.Drawing.Size(126, 22);\r
-            this.btn_generate_Query.TabIndex = 1;\r
+            this.btn_generate_Query.TabIndex = 2;\r
             this.btn_generate_Query.Text = "Generate Query";\r
-            this.btn_generate_Query.UseVisualStyleBackColor = false;\r
+            this.btn_generate_Query.UseVisualStyleBackColor = true;\r
             this.btn_generate_Query.Click += new System.EventHandler(this.btn_generate_Query_Click);\r
             // \r
             // label33\r
@@ -2033,7 +2944,7 @@ namespace Handbrake
             this.label33.Location = new System.Drawing.Point(13, 13);\r
             this.label33.Name = "label33";\r
             this.label33.Size = new System.Drawing.Size(89, 13);\r
-            this.label33.TabIndex = 1;\r
+            this.label33.TabIndex = 0;\r
             this.label33.Text = "Query Editor";\r
             // \r
             // rtf_query\r
@@ -2041,93 +2952,155 @@ namespace Handbrake
             this.rtf_query.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.rtf_query.Location = new System.Drawing.Point(16, 103);\r
             this.rtf_query.Name = "rtf_query";\r
-            this.rtf_query.Size = new System.Drawing.Size(614, 108);\r
-            this.rtf_query.TabIndex = 0;\r
+            this.rtf_query.Size = new System.Drawing.Size(661, 182);\r
+            this.rtf_query.TabIndex = 5;\r
             this.rtf_query.Text = "";\r
             // \r
             // groupBox_dest\r
             // \r
+            this.groupBox_dest.Controls.Add(this.btn_destBrowse);\r
             this.groupBox_dest.Controls.Add(this.Label3);\r
             this.groupBox_dest.Controls.Add(this.text_destination);\r
-            this.groupBox_dest.Controls.Add(this.btn_destBrowse);\r
             this.groupBox_dest.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.groupBox_dest.ForeColor = System.Drawing.Color.Black;\r
-            this.groupBox_dest.Location = new System.Drawing.Point(14, 166);\r
+            this.groupBox_dest.Location = new System.Drawing.Point(12, 160);\r
             this.groupBox_dest.Name = "groupBox_dest";\r
-            this.groupBox_dest.Size = new System.Drawing.Size(657, 50);\r
-            this.groupBox_dest.TabIndex = 2;\r
+            this.groupBox_dest.Size = new System.Drawing.Size(705, 50);\r
+            this.groupBox_dest.TabIndex = 3;\r
             this.groupBox_dest.TabStop = false;\r
             this.groupBox_dest.Text = "Destination";\r
             // \r
+            // btn_destBrowse\r
+            // \r
+            this.btn_destBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btn_destBrowse.Location = new System.Drawing.Point(608, 17);\r
+            this.btn_destBrowse.Name = "btn_destBrowse";\r
+            this.btn_destBrowse.Size = new System.Drawing.Size(75, 23);\r
+            this.btn_destBrowse.TabIndex = 13;\r
+            this.btn_destBrowse.Text = "Browse";\r
+            this.btn_destBrowse.UseVisualStyleBackColor = true;\r
+            this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
+            // \r
             // groupBox2\r
             // \r
+            this.groupBox2.Controls.Add(this.btn_removePreset);\r
+            this.groupBox2.Controls.Add(this.btn_addPreset);\r
             this.groupBox2.Controls.Add(this.treeView_presets);\r
             this.groupBox2.Controls.Add(this.btn_setDefault);\r
             this.groupBox2.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.groupBox2.ForeColor = System.Drawing.Color.Black;\r
-            this.groupBox2.Location = new System.Drawing.Point(687, 73);\r
+            this.groupBox2.Location = new System.Drawing.Point(728, 70);\r
             this.groupBox2.Name = "groupBox2";\r
-            this.groupBox2.Size = new System.Drawing.Size(193, 514);\r
-            this.groupBox2.TabIndex = 11;\r
+            this.groupBox2.Size = new System.Drawing.Size(218, 546);\r
+            this.groupBox2.TabIndex = 6;\r
             this.groupBox2.TabStop = false;\r
             this.groupBox2.Text = "Presets";\r
             // \r
             // treeView_presets\r
             // \r
-            this.treeView_presets.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.treeView_presets.ForeColor = System.Drawing.Color.Navy;\r
+            this.treeView_presets.ForeColor = System.Drawing.Color.DarkBlue;\r
             this.treeView_presets.FullRowSelect = true;\r
             this.treeView_presets.HideSelection = false;\r
-            this.treeView_presets.ItemHeight = 17;\r
+            this.treeView_presets.ItemHeight = 21;\r
             this.treeView_presets.Location = new System.Drawing.Point(10, 23);\r
             this.treeView_presets.Name = "treeView_presets";\r
             this.treeView_presets.ShowLines = false;\r
-            this.treeView_presets.Size = new System.Drawing.Size(177, 457);\r
-            this.treeView_presets.TabIndex = 2;\r
+            this.treeView_presets.Size = new System.Drawing.Size(198, 473);\r
+            this.treeView_presets.TabIndex = 0;\r
             this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
+            this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
             // \r
             // toolStrip1\r
             // \r
-            this.toolStrip1.BackColor = System.Drawing.SystemColors.ControlLight;\r
             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.btn_source,\r
+            this.toolStripSeparator10,\r
             this.btn_start,\r
-            this.toolStripSeparator1,\r
             this.btn_add2Queue,\r
             this.btn_showQueue,\r
             this.toolStripSeparator4,\r
             this.btn_ActivityWindow,\r
-            this.toolStripSeparator8});\r
+            this.toolStripSeparator8,\r
+            this.btn_minimize});\r
             this.toolStrip1.Location = new System.Drawing.Point(0, 24);\r
             this.toolStrip1.Name = "toolStrip1";\r
             this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
-            this.toolStrip1.Size = new System.Drawing.Size(890, 39);\r
-            this.toolStrip1.TabIndex = 13;\r
+            this.toolStrip1.Size = new System.Drawing.Size(958, 39);\r
+            this.toolStrip1.TabIndex = 1;\r
             this.toolStrip1.Text = "toolStrip1";\r
             // \r
+            // btn_source\r
+            // \r
+            this.btn_source.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.btn_file_source,\r
+            this.btn_dvd_source,\r
+            this.toolStripSeparator1,\r
+            this.mnu_dvd_drive});\r
+            this.btn_source.Image = global::Handbrake.Properties.Resources.Movies;\r
+            this.btn_source.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
+            this.btn_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.btn_source.Name = "btn_source";\r
+            this.btn_source.Size = new System.Drawing.Size(90, 36);\r
+            this.btn_source.Text = "Source";\r
+            this.btn_source.Click += new System.EventHandler(this.btn_source_Click);\r
+            // \r
+            // btn_file_source\r
+            // \r
+            this.btn_file_source.Image = global::Handbrake.Properties.Resources.Movies_Small;\r
+            this.btn_file_source.Name = "btn_file_source";\r
+            this.btn_file_source.Size = new System.Drawing.Size(214, 22);\r
+            this.btn_file_source.Text = "Video File";\r
+            this.btn_file_source.Click += new System.EventHandler(this.btn_file_source_Click);\r
+            // \r
+            // btn_dvd_source\r
+            // \r
+            this.btn_dvd_source.Image = ((System.Drawing.Image)(resources.GetObject("btn_dvd_source.Image")));\r
+            this.btn_dvd_source.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.btn_dvd_source.Name = "btn_dvd_source";\r
+            this.btn_dvd_source.Size = new System.Drawing.Size(214, 22);\r
+            this.btn_dvd_source.Text = "DVD/ VIDEO_TS Folder";\r
+            this.btn_dvd_source.Click += new System.EventHandler(this.btn_dvd_source_Click);\r
+            // \r
+            // toolStripSeparator1\r
+            // \r
+            this.toolStripSeparator1.Name = "toolStripSeparator1";\r
+            this.toolStripSeparator1.Size = new System.Drawing.Size(211, 6);\r
+            // \r
+            // mnu_dvd_drive\r
+            // \r
+            this.mnu_dvd_drive.Image = global::Handbrake.Properties.Resources.disc_small;\r
+            this.mnu_dvd_drive.Name = "mnu_dvd_drive";\r
+            this.mnu_dvd_drive.Size = new System.Drawing.Size(214, 22);\r
+            this.mnu_dvd_drive.Text = "[No DVD Drive Ready]";\r
+            this.mnu_dvd_drive.Visible = false;\r
+            this.mnu_dvd_drive.Click += new System.EventHandler(this.mnu_dvd_drive_Click);\r
+            // \r
+            // toolStripSeparator10\r
+            // \r
+            this.toolStripSeparator10.Name = "toolStripSeparator10";\r
+            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 39);\r
+            // \r
             // btn_start\r
             // \r
             this.btn_start.Image = global::Handbrake.Properties.Resources.Play;\r
             this.btn_start.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
             this.btn_start.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_start.Name = "btn_start";\r
-            this.btn_start.Size = new System.Drawing.Size(67, 36);\r
+            this.btn_start.Size = new System.Drawing.Size(70, 36);\r
             this.btn_start.Text = "Start";\r
+            this.btn_start.ToolTipText = "Start the encoding process";\r
             this.btn_start.Click += new System.EventHandler(this.btn_start_Click);\r
             // \r
-            // toolStripSeparator1\r
-            // \r
-            this.toolStripSeparator1.Name = "toolStripSeparator1";\r
-            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);\r
-            // \r
             // btn_add2Queue\r
             // \r
             this.btn_add2Queue.Image = global::Handbrake.Properties.Resources.AddToQueue;\r
             this.btn_add2Queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
             this.btn_add2Queue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_add2Queue.Name = "btn_add2Queue";\r
-            this.btn_add2Queue.Size = new System.Drawing.Size(110, 36);\r
+            this.btn_add2Queue.Size = new System.Drawing.Size(122, 36);\r
             this.btn_add2Queue.Text = "Add to Queue";\r
+            this.btn_add2Queue.ToolTipText = "Add a new item to the Queue";\r
             this.btn_add2Queue.Click += new System.EventHandler(this.btn_add2Queue_Click);\r
             // \r
             // btn_showQueue\r
@@ -2136,7 +3109,8 @@ namespace Handbrake
             this.btn_showQueue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
             this.btn_showQueue.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_showQueue.Name = "btn_showQueue";\r
-            this.btn_showQueue.Size = new System.Drawing.Size(104, 36);\r
+            this.btn_showQueue.Size = new System.Drawing.Size(115, 36);\r
+            this.btn_showQueue.Tag = "";\r
             this.btn_showQueue.Text = "Show Queue";\r
             this.btn_showQueue.Click += new System.EventHandler(this.btn_showQueue_Click);\r
             // \r
@@ -2151,8 +3125,10 @@ namespace Handbrake
             this.btn_ActivityWindow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
             this.btn_ActivityWindow.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_ActivityWindow.Name = "btn_ActivityWindow";\r
-            this.btn_ActivityWindow.Size = new System.Drawing.Size(120, 36);\r
+            this.btn_ActivityWindow.Size = new System.Drawing.Size(132, 36);\r
             this.btn_ActivityWindow.Text = "Activity Window";\r
+            this.btn_ActivityWindow.ToolTipText = "Displays the activity window which displays the log of the last completed or curr" +\r
+                "ently running encode.";\r
             this.btn_ActivityWindow.Click += new System.EventHandler(this.btn_ActivityWindow_Click);\r
             // \r
             // toolStripSeparator8\r
@@ -2160,30 +3136,64 @@ namespace Handbrake
             this.toolStripSeparator8.Name = "toolStripSeparator8";\r
             this.toolStripSeparator8.Size = new System.Drawing.Size(6, 39);\r
             // \r
+            // btn_minimize\r
+            // \r
+            this.btn_minimize.Image = global::Handbrake.Properties.Resources.hb32;\r
+            this.btn_minimize.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.btn_minimize.Name = "btn_minimize";\r
+            this.btn_minimize.Size = new System.Drawing.Size(162, 36);\r
+            this.btn_minimize.Text = "Minimize To System Tray";\r
+            this.btn_minimize.Click += new System.EventHandler(this.btn_minimize_Click);\r
+            // \r
+            // notifyIcon\r
+            // \r
+            this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;\r
+            this.notifyIcon.BalloonTipText = "HandBrake Status Here";\r
+            this.notifyIcon.BalloonTipTitle = "HandBrake";\r
+            this.notifyIcon.ContextMenuStrip = notifyIconMenu;\r
+            this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));\r
+            this.notifyIcon.Text = "HandBrake";\r
+            this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);\r
+            // \r
+            // StatusStrip\r
+            // \r
+            this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.lbl_encode});\r
+            this.StatusStrip.Location = new System.Drawing.Point(0, 629);\r
+            this.StatusStrip.Name = "StatusStrip";\r
+            this.StatusStrip.Size = new System.Drawing.Size(958, 22);\r
+            this.StatusStrip.TabIndex = 7;\r
+            this.StatusStrip.Text = "statusStrip1";\r
+            // \r
+            // lbl_encode\r
+            // \r
+            this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.lbl_encode.Name = "lbl_encode";\r
+            this.lbl_encode.Size = new System.Drawing.Size(31, 17);\r
+            this.lbl_encode.Text = "{0}";\r
+            // \r
             // frmMain\r
             // \r
-            this.AllowDrop = true;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.ClientSize = new System.Drawing.Size(890, 601);\r
-            this.Controls.Add(this.lbl_encode);\r
-            this.Controls.Add(this.toolStrip1);\r
-            this.Controls.Add(this.groupBox2);\r
-            this.Controls.Add(this.check_iPodAtom);\r
+            this.ClientSize = new System.Drawing.Size(958, 651);\r
+            this.Controls.Add(this.GroupBox1);\r
             this.Controls.Add(this.groupBox_dest);\r
-            this.Controls.Add(this.advancedOptions);\r
             this.Controls.Add(this.groupBox_output);\r
-            this.Controls.Add(this.GroupBox1);\r
+            this.Controls.Add(this.groupBox2);\r
+            this.Controls.Add(this.advancedOptions);\r
+            this.Controls.Add(this.toolStrip1);\r
             this.Controls.Add(this.frmMainMenu);\r
+            this.Controls.Add(this.StatusStrip);\r
             this.DoubleBuffered = true;\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
-            this.MinimumSize = new System.Drawing.Size(680, 580);\r
+            this.MinimumSize = new System.Drawing.Size(946, 668);\r
             this.Name = "frmMain";\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
-            this.Text = "Handbrake";\r
+            this.Text = "HandBrake";\r
+            notifyIconMenu.ResumeLayout(false);\r
             ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit();\r
-            ((System.ComponentModel.ISupportInitialize)(this.slider_drc)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
             this.frmMainMenu.ResumeLayout(false);\r
             this.frmMainMenu.PerformLayout();\r
             this.GroupBox1.ResumeLayout(false);\r
@@ -2192,10 +3202,15 @@ namespace Handbrake
             this.groupBox_output.PerformLayout();\r
             this.TabPage2.ResumeLayout(false);\r
             this.TabPage2.PerformLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar4)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();\r
+            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();\r
             this.TabPage3.ResumeLayout(false);\r
             this.TabPage3.PerformLayout();\r
             this.TabPage1.ResumeLayout(false);\r
             this.TabPage1.PerformLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_bottom)).EndInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_top)).EndInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.text_left)).EndInit();\r
@@ -2203,7 +3218,6 @@ namespace Handbrake
             this.advancedOptions.ResumeLayout(false);\r
             this.tab_chapters.ResumeLayout(false);\r
             this.tab_chapters.PerformLayout();\r
-            ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit();\r
             this.h264Tab.ResumeLayout(false);\r
             this.h264Tab.PerformLayout();\r
             this.tabPage4.ResumeLayout(false);\r
@@ -2213,6 +3227,8 @@ namespace Handbrake
             this.groupBox2.ResumeLayout(false);\r
             this.toolStrip1.ResumeLayout(false);\r
             this.toolStrip1.PerformLayout();\r
+            this.StatusStrip.ResumeLayout(false);\r
+            this.StatusStrip.PerformLayout();\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
 \r
@@ -2227,19 +3243,11 @@ namespace Handbrake
         internal System.Windows.Forms.ToolStripMenuItem mnu_exit;\r
         internal System.Windows.Forms.ToolStripMenuItem ToolsToolStripMenuItem;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_encode;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_viewDVDdata;\r
         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_options;\r
         internal System.Windows.Forms.ToolStripMenuItem PresetsToolStripMenuItem;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_presetReset;\r
         internal System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;\r
-        internal System.Windows.Forms.ToolStripMenuItem OnlineDocumentationToolStripMenuItem;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_wiki;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_onlineDocs;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_faq;\r
-        internal System.Windows.Forms.ToolStripMenuItem WebsiteToolStripMenuItem;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_homepage;\r
-        internal System.Windows.Forms.ToolStripMenuItem mnu_forum;\r
         internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;\r
         internal System.Windows.Forms.ToolStripMenuItem mnu_about;\r
         internal System.Windows.Forms.MenuStrip frmMainMenu;\r
@@ -2248,32 +3256,21 @@ namespace Handbrake
         internal System.Windows.Forms.ComboBox drop_chapterFinish;\r
         internal System.Windows.Forms.ComboBox drop_chapterStart;\r
         internal System.Windows.Forms.ComboBox drp_dvdtitle;\r
-        internal System.Windows.Forms.RadioButton RadioDVD;\r
-        internal System.Windows.Forms.RadioButton RadioISO;\r
-        internal System.Windows.Forms.Button btn_Browse;\r
         internal System.Windows.Forms.Label Label17;\r
         internal System.Windows.Forms.TextBox text_source;\r
         internal System.Windows.Forms.Label Label9;\r
         internal System.Windows.Forms.Label Label10;\r
         internal System.Windows.Forms.GroupBox groupBox_output;\r
-        internal System.Windows.Forms.Button btn_destBrowse;\r
         internal System.Windows.Forms.Label Label3;\r
         internal System.Windows.Forms.ComboBox drp_videoEncoder;\r
         internal System.Windows.Forms.Label Label47;\r
         internal System.Windows.Forms.TextBox text_destination;\r
-        internal System.Windows.Forms.ComboBox drp_audioCodec;\r
-        internal System.Windows.Forms.Label Label12;\r
-        private System.Windows.Forms.Label lbl_encode;\r
         internal System.Windows.Forms.TabPage TabPage2;\r
-        internal System.Windows.Forms.ComboBox drp_audioMixDown;\r
+        internal System.Windows.Forms.ComboBox drp_audmix_1;\r
         internal System.Windows.Forms.ComboBox drp_track1Audio;\r
-        internal System.Windows.Forms.ComboBox drp_audioBitrate;\r
-        internal System.Windows.Forms.Label Label14;\r
-        internal System.Windows.Forms.Label Label5;\r
-        internal System.Windows.Forms.Label Label16;\r
+        internal System.Windows.Forms.ComboBox drp_audbit_1;\r
         internal System.Windows.Forms.Label Label32;\r
-        internal System.Windows.Forms.Label Label18;\r
-        internal System.Windows.Forms.ComboBox drp_audioSampleRate;\r
+        internal System.Windows.Forms.ComboBox drp_audsr_1;\r
         internal System.Windows.Forms.TabPage TabPage3;\r
         internal System.Windows.Forms.CheckBox check_largeFile;\r
         internal System.Windows.Forms.CheckBox check_turbo;\r
@@ -2289,16 +3286,11 @@ namespace Handbrake
         internal System.Windows.Forms.Label Label42;\r
         internal System.Windows.Forms.TabPage TabPage1;\r
         internal System.Windows.Forms.CheckBox Check_ChapterMarkers;\r
-        internal System.Windows.Forms.CheckBox CheckPixelRatio;\r
-        internal System.Windows.Forms.Label lbl_RecomendedCrop;\r
-        internal System.Windows.Forms.Label Label8;\r
         internal System.Windows.Forms.Label Label1;\r
         internal System.Windows.Forms.Label Label53;\r
         internal System.Windows.Forms.Label Label52;\r
         internal System.Windows.Forms.Label Label51;\r
-        internal System.Windows.Forms.Label Label50;\r
         internal System.Windows.Forms.Label Label15;\r
-        internal System.Windows.Forms.ComboBox drp_crop;\r
         internal System.Windows.Forms.TabControl advancedOptions;\r
         internal System.Windows.Forms.Label Label46;\r
         private System.Windows.Forms.GroupBox groupBox_dest;\r
@@ -2307,9 +3299,7 @@ namespace Handbrake
         internal System.Windows.Forms.Label Label20;\r
         internal System.Windows.Forms.CheckBox check_grayscale;\r
         internal System.Windows.Forms.Label label24;\r
-        internal System.Windows.Forms.ComboBox drp_deNoise;\r
         internal System.Windows.Forms.Label label11;\r
-        internal System.Windows.Forms.CheckBox check_deblock;\r
         internal System.Windows.Forms.CheckBox check_detelecine;\r
         internal System.Windows.Forms.Label label4;\r
         internal System.Windows.Forms.ComboBox drp_deInterlace_option;\r
@@ -2320,18 +3310,12 @@ namespace Handbrake
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;\r
         private System.Windows.Forms.SaveFileDialog DVD_Save;\r
         private System.Windows.Forms.OpenFileDialog File_Open;\r
-        private System.Windows.Forms.OpenFileDialog ISO_Open;\r
-        private System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;\r
         private System.Windows.Forms.ToolStripMenuItem mnu_open;\r
-        private System.Windows.Forms.ToolStripMenuItem mnu_save;\r
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;\r
-        private System.Windows.Forms.TreeView treeView_presets;\r
-        internal System.Windows.Forms.CheckBox check_lAnamorphic;\r
         internal System.Windows.Forms.CheckBox check_vfr;\r
         internal System.Windows.Forms.CheckBox check_iPodAtom;\r
         internal System.Windows.Forms.Label lbl_vfr;\r
-        internal System.Windows.Forms.Label label25;\r
         internal System.Windows.Forms.Label label26;\r
         internal System.Windows.Forms.Label Label56;\r
         internal System.Windows.Forms.Label lbl_Aspect;\r
@@ -2342,25 +3326,8 @@ namespace Handbrake
         internal System.Windows.Forms.Label label27;\r
         internal System.Windows.Forms.ComboBox drp_track2Audio;\r
         internal System.Windows.Forms.Label label28;\r
-        internal System.Windows.Forms.TrackBar slider_drc;\r
-        internal System.Windows.Forms.Label lbl_drc;\r
-        internal System.Windows.Forms.Label label21;\r
-        private System.Windows.Forms.Label label30;\r
-        private System.Windows.Forms.Label label29;\r
-        private System.Windows.Forms.Label label23;\r
-        private System.Windows.Forms.Label label7;\r
         private System.Windows.Forms.TabPage tab_chapters;\r
-        internal System.Windows.Forms.TabPage h264Tab;\r
-        internal System.Windows.Forms.Label Label43;\r
-        internal System.Windows.Forms.LinkLabel label_h264;\r
-        internal System.Windows.Forms.Label Label95;\r
-        internal System.Windows.Forms.Button btn_h264Clear;\r
-        internal System.Windows.Forms.Label Label90;\r
-        internal System.Windows.Forms.RichTextBox rtf_h264advanced;\r
-        internal System.Windows.Forms.Label Label92;\r
         internal System.Windows.Forms.Label label31;\r
-        private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
-        private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
         internal System.Windows.Forms.NumericUpDown text_right;\r
         internal System.Windows.Forms.NumericUpDown text_bottom;\r
         internal System.Windows.Forms.NumericUpDown text_top;\r
@@ -2372,18 +3339,124 @@ namespace Handbrake
         private System.Windows.Forms.Label label34;\r
         internal System.Windows.Forms.Button btn_generate_Query;\r
         internal System.Windows.Forms.Label label33;\r
-        private System.Windows.Forms.RichTextBox rtf_query;\r
         internal System.Windows.Forms.Button btn_clear;\r
-        internal System.Windows.Forms.Button btn_copy2C;\r
         private System.Windows.Forms.ToolStrip toolStrip1;\r
         private System.Windows.Forms.ToolStripButton btn_start;\r
         private System.Windows.Forms.ToolStripButton btn_add2Queue;\r
-        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
         private System.Windows.Forms.ToolStripButton btn_showQueue;\r
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;\r
         private System.Windows.Forms.ToolStripButton btn_ActivityWindow;\r
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;\r
-        private System.Windows.Forms.ToolTip toolTip1;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_home;\r
+        internal System.Windows.Forms.Button btn_removePreset;\r
+        internal System.Windows.Forms.Button btn_addPreset;\r
+        internal System.Windows.Forms.Label label25;\r
+        internal System.Windows.Forms.Label label6;\r
+        internal System.Windows.Forms.ComboBox drp_anamorphic;\r
+        internal System.Windows.Forms.TabPage h264Tab;\r
+        internal System.Windows.Forms.RichTextBox rtf_x264Query;\r
+        internal System.Windows.Forms.Label label43;\r
+        internal System.Windows.Forms.Button btn_reset;\r
+        internal System.Windows.Forms.CheckBox check_Cabac;\r
+        internal System.Windows.Forms.CheckBox check_noDCTDecimate;\r
+        internal System.Windows.Forms.CheckBox check_noFastPSkip;\r
+        internal System.Windows.Forms.Label lbl_trellis;\r
+        internal System.Windows.Forms.ComboBox drop_trellis;\r
+        internal System.Windows.Forms.ComboBox drop_deblockBeta;\r
+        internal System.Windows.Forms.Label label41;\r
+        internal System.Windows.Forms.ComboBox drop_deblockAlpha;\r
+        internal System.Windows.Forms.Panel panel3;\r
+        internal System.Windows.Forms.Panel panel1;\r
+        internal System.Windows.Forms.Panel panel2;\r
+        internal System.Windows.Forms.CheckBox check_8x8DCT;\r
+        internal System.Windows.Forms.Label label45;\r
+        internal System.Windows.Forms.ComboBox drop_analysis;\r
+        internal System.Windows.Forms.Label label48;\r
+        internal System.Windows.Forms.ComboBox drop_subpixelMotionEstimation;\r
+        internal System.Windows.Forms.Label label49;\r
+        internal System.Windows.Forms.ComboBox drop_MotionEstimationRange;\r
+        internal System.Windows.Forms.Label label54;\r
+        internal System.Windows.Forms.ComboBox drop_MotionEstimationMethod;\r
+        internal System.Windows.Forms.CheckBox check_pyrmidalBFrames;\r
+        internal System.Windows.Forms.CheckBox check_BidirectionalRefinement;\r
+        internal System.Windows.Forms.CheckBox check_bFrameRateDistortion;\r
+        internal System.Windows.Forms.CheckBox check_weightedBFrames;\r
+        internal System.Windows.Forms.Label lbl_direct_prediction;\r
+        internal System.Windows.Forms.ComboBox drop_directPrediction;\r
+        internal System.Windows.Forms.Label label62;\r
+        internal System.Windows.Forms.ComboBox drop_bFrames;\r
+        internal System.Windows.Forms.Label label64;\r
+        internal System.Windows.Forms.ComboBox drop_refFrames;\r
+        internal System.Windows.Forms.CheckBox check_mixedReferences;\r
+        internal System.Windows.Forms.ComboBox drp_audmix_2;\r
+        internal System.Windows.Forms.Label label65;\r
+        internal System.Windows.Forms.Label label14;\r
+        internal System.Windows.Forms.ComboBox drp_audenc_2;\r
+        internal System.Windows.Forms.ComboBox drp_audenc_1;\r
+        internal System.Windows.Forms.Label label66;\r
+        internal System.Windows.Forms.ComboBox drp_audbit_2;\r
+        internal System.Windows.Forms.Label label67;\r
+        internal System.Windows.Forms.ComboBox drp_audsr_2;\r
+        internal System.Windows.Forms.Label label68;\r
+        private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
+        private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
+        private System.Windows.Forms.GroupBox groupBox3;\r
+        private System.Windows.Forms.GroupBox groupBox5;\r
+        private System.Windows.Forms.Button btn_destBrowse;\r
+        internal System.Windows.Forms.TrackBar trackBar1;\r
+        internal System.Windows.Forms.Label lbl_drc4;\r
+        internal System.Windows.Forms.Label lbl_drc3;\r
+        internal System.Windows.Forms.Label lbl_drc2;\r
+        internal System.Windows.Forms.TrackBar trackBar4;\r
+        internal System.Windows.Forms.ComboBox drp_audsr_4;\r
+        internal System.Windows.Forms.ComboBox drp_audbit_4;\r
+        internal System.Windows.Forms.ComboBox drp_audenc_4;\r
+        internal System.Windows.Forms.ComboBox drp_audmix_4;\r
+        internal System.Windows.Forms.ComboBox drp_track4Audio;\r
+        internal System.Windows.Forms.Label lbl_t4;\r
+        internal System.Windows.Forms.TrackBar trackBar3;\r
+        internal System.Windows.Forms.ComboBox drp_audsr_3;\r
+        internal System.Windows.Forms.ComboBox drp_audbit_3;\r
+        internal System.Windows.Forms.ComboBox drp_audenc_3;\r
+        internal System.Windows.Forms.ComboBox drp_audmix_3;\r
+        internal System.Windows.Forms.ComboBox drp_track3Audio;\r
+        internal System.Windows.Forms.Label lbl_t3;\r
+        internal System.Windows.Forms.TrackBar trackBar2;\r
+        internal System.Windows.Forms.Label label16;\r
+        internal System.Windows.Forms.Label lbl_drc1;\r
+        internal System.Windows.Forms.TreeView treeView_presets;\r
+        internal System.Windows.Forms.RichTextBox rtf_query;\r
+        private System.Windows.Forms.NotifyIcon notifyIcon;\r
+        private System.Windows.Forms.ToolStripButton btn_minimize;\r
+        private System.Windows.Forms.ToolStripMenuItem btn_restore;\r
+        internal System.Windows.Forms.Label lbl_src_res;\r
+        internal System.Windows.Forms.Label label7;\r
+        internal System.Windows.Forms.Label lbl_duration;\r
+        internal System.Windows.Forms.Label label_duration;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;\r
+        private System.Windows.Forms.ToolStripMenuItem btn_file_source;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_delete_preset;\r
+        private System.Windows.Forms.ToolStripMenuItem btn_new_preset;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_handbrake_forums;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_user_guide;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_dvd_drive;\r
+        private System.Windows.Forms.ToolStripDropDownButton btn_source;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
+        private System.Windows.Forms.ToolStripMenuItem btn_dvd_source;\r
+        internal System.Windows.Forms.ComboBox drop_format;\r
+        internal System.Windows.Forms.Label label5;\r
+        internal System.Windows.Forms.ToolStripMenuItem mnu_encodeLog;\r
+        private System.Windows.Forms.StatusStrip StatusStrip;\r
+        private System.Windows.Forms.ToolStripStatusLabel lbl_encode;\r
+        internal System.Windows.Forms.CheckBox check_decomb;\r
+        internal System.Windows.Forms.RadioButton check_customCrop;\r
+        internal System.Windows.Forms.RadioButton check_autoCrop;\r
+        internal System.Windows.Forms.Label lbl_deblockVal;\r
+        internal System.Windows.Forms.TrackBar slider_deblock;\r
+        internal System.Windows.Forms.ComboBox drp_deNoise;\r
+        internal System.Windows.Forms.Label label8;\r
+        internal System.Windows.Forms.OpenFileDialog ISO_Open;\r
+        internal System.Windows.Forms.FolderBrowserDialog DVD_Open;\r
 \r
     }\r
 }
\ No newline at end of file