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.Click += new System.EventHandler(this.check_largeFile_CheckedChanged);\r
// \r
// check_turbo\r
// \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
- this.check_optimiseMP4.Click += new System.EventHandler(this.check_optimiseMP4_Clicked);\r
// \r
// check_iPodAtom\r
// \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
- this.check_iPodAtom.Click += new System.EventHandler(this.check_iPodAtom_CheckedChanged);\r
// \r
// data_chpt\r
// \r
}\r
\r
}\r
- private void check_largeFile_CheckedChanged(object sender, EventArgs e)\r
- {\r
- if ((!text_destination.Text.Contains(".mp4")) && (!text_destination.Text.Contains(".m4v")))\r
- {\r
- MessageBox.Show("You can only use this option with the .mp4/.m4v file container.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);\r
- check_largeFile.CheckState = CheckState.Unchecked;\r
- }\r
- }\r
- private void check_iPodAtom_CheckedChanged(object sender, EventArgs e)\r
- {\r
- if ((!text_destination.Text.Contains(".mp4")) && (!text_destination.Text.Contains(".m4v")))\r
- {\r
- MessageBox.Show("You can only use this option with the .mp4/.m4v file container.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);\r
- check_iPodAtom.CheckState = CheckState.Unchecked;\r
- }\r
- }\r
- private void check_optimiseMP4_Clicked(object sender, EventArgs e)\r
- {\r
- if ((!text_destination.Text.Contains(".mp4")) && (!text_destination.Text.Contains(".m4v")))\r
- {\r
- MessageBox.Show("You can only use this option with the .mp4/.m4v file container.","Warning",MessageBoxButtons.OK,MessageBoxIcon.Warning);\r
- check_optimiseMP4.CheckState = CheckState.Unchecked;\r
- }\r
- }\r
\r
//Video Tab\r
private void text_bitrate_TextChanged(object sender, EventArgs e)\r
}\r
\r
#endregion\r
- \r
+\r
+\r
+\r
+\r
// This is the END of the road ------------------------------------------------------------------------------\r
}\r
}
\ No newline at end of file