ShareX/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.Designer.cs
Scratch 3ad7d6ed84 Support Opus in FFMPEG
Supports webm/mp4 files
2019-10-22 00:31:47 +11:00

940 lines
46 KiB
C#

namespace ShareX.ScreenCaptureLib
{
partial class FFmpegOptionsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FFmpegOptionsForm));
this.lblx264CRF = new System.Windows.Forms.Label();
this.nudx264CRF = new System.Windows.Forms.NumericUpDown();
this.ttHelpTip = new System.Windows.Forms.ToolTip(this.components);
this.nudXvidQscale = new System.Windows.Forms.NumericUpDown();
this.cbx264Preset = new System.Windows.Forms.ComboBox();
this.tbVorbis_qscale = new System.Windows.Forms.TrackBar();
this.tbMP3_qscale = new System.Windows.Forms.TrackBar();
this.tbAACBitrate = new System.Windows.Forms.TrackBar();
this.cbGIFStatsMode = new System.Windows.Forms.ComboBox();
this.cbGIFDither = new System.Windows.Forms.ComboBox();
this.pbAudioCodecWarning = new System.Windows.Forms.PictureBox();
this.pbx264PresetWarning = new System.Windows.Forms.PictureBox();
this.tbOpusBitrate = new System.Windows.Forms.TrackBar();
this.lblCodec = new System.Windows.Forms.Label();
this.cboVideoCodec = new System.Windows.Forms.ComboBox();
this.lblx264Preset = new System.Windows.Forms.Label();
this.lblXvidQscale = new System.Windows.Forms.Label();
this.gbFFmpegExe = new System.Windows.Forms.GroupBox();
this.btnDownload = new System.Windows.Forms.Button();
this.btnFFmpegBrowse = new System.Windows.Forms.Button();
this.txtFFmpegPath = new System.Windows.Forms.TextBox();
this.cbOverrideFFmpegPath = new System.Windows.Forms.CheckBox();
this.gbCommandLinePreview = new System.Windows.Forms.GroupBox();
this.cbCustomCommands = new System.Windows.Forms.CheckBox();
this.txtCommandLinePreview = new System.Windows.Forms.TextBox();
this.gbCommandLineArgs = new System.Windows.Forms.GroupBox();
this.tbUserArgs = new System.Windows.Forms.TextBox();
this.tcFFmpegVideoCodecs = new System.Windows.Forms.TabControl();
this.tpX264 = new System.Windows.Forms.TabPage();
this.tpVpx = new System.Windows.Forms.TabPage();
this.lblVP8BitrateK = new System.Windows.Forms.Label();
this.nudVP8Bitrate = new System.Windows.Forms.NumericUpDown();
this.lblVP8Bitrate = new System.Windows.Forms.Label();
this.tpXvid = new System.Windows.Forms.TabPage();
this.tpNVENC = new System.Windows.Forms.TabPage();
this.cbNVENCPreset = new System.Windows.Forms.ComboBox();
this.lblNVENCPreset = new System.Windows.Forms.Label();
this.nudNVENCBitrate = new System.Windows.Forms.NumericUpDown();
this.lblNVENCBitrate = new System.Windows.Forms.Label();
this.tpGIF = new System.Windows.Forms.TabPage();
this.lblGIFDither = new System.Windows.Forms.Label();
this.lblGIFStatsMode = new System.Windows.Forms.Label();
this.tbAMF = new System.Windows.Forms.TabPage();
this.cbAMFQuality = new System.Windows.Forms.ComboBox();
this.lblAMFQuality = new System.Windows.Forms.Label();
this.cbAMFUsage = new System.Windows.Forms.ComboBox();
this.lblAMFUsage = new System.Windows.Forms.Label();
this.tbQSV = new System.Windows.Forms.TabPage();
this.cbQSVPreset = new System.Windows.Forms.ComboBox();
this.lblQSVPreset = new System.Windows.Forms.Label();
this.nudQSVBitrate = new System.Windows.Forms.NumericUpDown();
this.lblQSVBitrate = new System.Windows.Forms.Label();
this.btnTest = new System.Windows.Forms.Button();
this.btnCopyPreview = new System.Windows.Forms.Button();
this.tcFFmpegAudioCodecs = new System.Windows.Forms.TabControl();
this.tpAAC = new System.Windows.Forms.TabPage();
this.lblAACQuality = new System.Windows.Forms.Label();
this.tpVorbis = new System.Windows.Forms.TabPage();
this.lblVorbisQuality = new System.Windows.Forms.Label();
this.tpMP3 = new System.Windows.Forms.TabPage();
this.lblMP3Quality = new System.Windows.Forms.Label();
this.tpOpus = new System.Windows.Forms.TabPage();
this.lblOpusQuality = new System.Windows.Forms.Label();
this.cboVideoSource = new System.Windows.Forms.ComboBox();
this.lblVideoSource = new System.Windows.Forms.Label();
this.cboAudioSource = new System.Windows.Forms.ComboBox();
this.lblAudioSource = new System.Windows.Forms.Label();
this.cboAudioCodec = new System.Windows.Forms.ComboBox();
this.lblAudioCodec = new System.Windows.Forms.Label();
this.gbSource = new System.Windows.Forms.GroupBox();
this.btnHelperDevicesHelp = new System.Windows.Forms.Button();
this.lblHelperDevices = new System.Windows.Forms.Label();
this.btnInstallHelperDevices = new System.Windows.Forms.Button();
this.btnRefreshSources = new System.Windows.Forms.Button();
this.gbCodecs = new System.Windows.Forms.GroupBox();
this.eiFFmpeg = new ShareX.HelpersLib.ExportImportControl();
((System.ComponentModel.ISupportInitialize)(this.nudx264CRF)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudXvidQscale)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbVorbis_qscale)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbMP3_qscale)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbAACBitrate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbAudioCodecWarning)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbx264PresetWarning)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tbOpusBitrate)).BeginInit();
this.gbFFmpegExe.SuspendLayout();
this.gbCommandLinePreview.SuspendLayout();
this.gbCommandLineArgs.SuspendLayout();
this.tcFFmpegVideoCodecs.SuspendLayout();
this.tpX264.SuspendLayout();
this.tpVpx.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudVP8Bitrate)).BeginInit();
this.tpXvid.SuspendLayout();
this.tpNVENC.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudNVENCBitrate)).BeginInit();
this.tpGIF.SuspendLayout();
this.tbAMF.SuspendLayout();
this.tbQSV.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudQSVBitrate)).BeginInit();
this.tcFFmpegAudioCodecs.SuspendLayout();
this.tpAAC.SuspendLayout();
this.tpVorbis.SuspendLayout();
this.tpMP3.SuspendLayout();
this.tpOpus.SuspendLayout();
this.gbSource.SuspendLayout();
this.gbCodecs.SuspendLayout();
this.SuspendLayout();
//
// lblx264CRF
//
resources.ApplyResources(this.lblx264CRF, "lblx264CRF");
this.lblx264CRF.Name = "lblx264CRF";
//
// nudx264CRF
//
resources.ApplyResources(this.nudx264CRF, "nudx264CRF");
this.nudx264CRF.Maximum = new decimal(new int[] {
51,
0,
0,
0});
this.nudx264CRF.Name = "nudx264CRF";
this.ttHelpTip.SetToolTip(this.nudx264CRF, resources.GetString("nudx264CRF.ToolTip"));
this.nudx264CRF.Value = new decimal(new int[] {
23,
0,
0,
0});
this.nudx264CRF.ValueChanged += new System.EventHandler(this.nudx264CRF_ValueChanged);
//
// ttHelpTip
//
this.ttHelpTip.AutomaticDelay = 0;
this.ttHelpTip.AutoPopDelay = 30000;
this.ttHelpTip.BackColor = System.Drawing.SystemColors.Window;
this.ttHelpTip.InitialDelay = 500;
this.ttHelpTip.IsBalloon = true;
this.ttHelpTip.ReshowDelay = 100;
this.ttHelpTip.UseAnimation = false;
this.ttHelpTip.UseFading = false;
//
// nudXvidQscale
//
resources.ApplyResources(this.nudXvidQscale, "nudXvidQscale");
this.nudXvidQscale.Maximum = new decimal(new int[] {
31,
0,
0,
0});
this.nudXvidQscale.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudXvidQscale.Name = "nudXvidQscale";
this.ttHelpTip.SetToolTip(this.nudXvidQscale, resources.GetString("nudXvidQscale.ToolTip"));
this.nudXvidQscale.Value = new decimal(new int[] {
3,
0,
0,
0});
this.nudXvidQscale.ValueChanged += new System.EventHandler(this.nudQscale_ValueChanged);
//
// cbx264Preset
//
this.cbx264Preset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbx264Preset.FormattingEnabled = true;
resources.ApplyResources(this.cbx264Preset, "cbx264Preset");
this.cbx264Preset.Name = "cbx264Preset";
this.ttHelpTip.SetToolTip(this.cbx264Preset, resources.GetString("cbx264Preset.ToolTip"));
this.cbx264Preset.SelectedIndexChanged += new System.EventHandler(this.cbPreset_SelectedIndexChanged);
//
// tbVorbis_qscale
//
this.tbVorbis_qscale.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbVorbis_qscale, "tbVorbis_qscale");
this.tbVorbis_qscale.LargeChange = 1;
this.tbVorbis_qscale.Name = "tbVorbis_qscale";
this.tbVorbis_qscale.TickStyle = System.Windows.Forms.TickStyle.Both;
this.ttHelpTip.SetToolTip(this.tbVorbis_qscale, resources.GetString("tbVorbis_qscale.ToolTip"));
this.tbVorbis_qscale.Value = 3;
this.tbVorbis_qscale.ValueChanged += new System.EventHandler(this.tbVorbis_qscale_ValueChanged);
//
// tbMP3_qscale
//
this.tbMP3_qscale.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbMP3_qscale, "tbMP3_qscale");
this.tbMP3_qscale.LargeChange = 1;
this.tbMP3_qscale.Maximum = 9;
this.tbMP3_qscale.Name = "tbMP3_qscale";
this.tbMP3_qscale.TickStyle = System.Windows.Forms.TickStyle.Both;
this.ttHelpTip.SetToolTip(this.tbMP3_qscale, resources.GetString("tbMP3_qscale.ToolTip"));
this.tbMP3_qscale.Value = 5;
this.tbMP3_qscale.ValueChanged += new System.EventHandler(this.tbMP3_qscale_ValueChanged);
//
// tbAACBitrate
//
this.tbAACBitrate.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbAACBitrate, "tbAACBitrate");
this.tbAACBitrate.LargeChange = 1;
this.tbAACBitrate.Maximum = 16;
this.tbAACBitrate.Minimum = 1;
this.tbAACBitrate.Name = "tbAACBitrate";
this.tbAACBitrate.TickStyle = System.Windows.Forms.TickStyle.Both;
this.ttHelpTip.SetToolTip(this.tbAACBitrate, resources.GetString("tbAACBitrate.ToolTip"));
this.tbAACBitrate.Value = 4;
this.tbAACBitrate.ValueChanged += new System.EventHandler(this.tbAACBitrate_ValueChanged);
//
// cbGIFStatsMode
//
this.cbGIFStatsMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGIFStatsMode.FormattingEnabled = true;
resources.ApplyResources(this.cbGIFStatsMode, "cbGIFStatsMode");
this.cbGIFStatsMode.Name = "cbGIFStatsMode";
this.ttHelpTip.SetToolTip(this.cbGIFStatsMode, resources.GetString("cbGIFStatsMode.ToolTip"));
this.cbGIFStatsMode.SelectedIndexChanged += new System.EventHandler(this.cbGIFStatsMode_SelectedIndexChanged);
//
// cbGIFDither
//
this.cbGIFDither.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGIFDither.FormattingEnabled = true;
resources.ApplyResources(this.cbGIFDither, "cbGIFDither");
this.cbGIFDither.Name = "cbGIFDither";
this.ttHelpTip.SetToolTip(this.cbGIFDither, resources.GetString("cbGIFDither.ToolTip"));
this.cbGIFDither.SelectedIndexChanged += new System.EventHandler(this.cbGIFDither_SelectedIndexChanged);
//
// pbAudioCodecWarning
//
this.pbAudioCodecWarning.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.exclamation_button;
resources.ApplyResources(this.pbAudioCodecWarning, "pbAudioCodecWarning");
this.pbAudioCodecWarning.Name = "pbAudioCodecWarning";
this.pbAudioCodecWarning.TabStop = false;
this.ttHelpTip.SetToolTip(this.pbAudioCodecWarning, resources.GetString("pbAudioCodecWarning.ToolTip"));
//
// pbx264PresetWarning
//
this.pbx264PresetWarning.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.exclamation_button;
resources.ApplyResources(this.pbx264PresetWarning, "pbx264PresetWarning");
this.pbx264PresetWarning.Name = "pbx264PresetWarning";
this.pbx264PresetWarning.TabStop = false;
this.ttHelpTip.SetToolTip(this.pbx264PresetWarning, resources.GetString("pbx264PresetWarning.ToolTip"));
//
// tbOpusBitrate
//
this.tbOpusBitrate.BackColor = System.Drawing.SystemColors.Window;
resources.ApplyResources(this.tbOpusBitrate, "tbOpusBitrate");
this.tbOpusBitrate.LargeChange = 1;
this.tbOpusBitrate.Maximum = 16;
this.tbOpusBitrate.Minimum = 1;
this.tbOpusBitrate.Name = "tbOpusBitrate";
this.tbOpusBitrate.TickStyle = System.Windows.Forms.TickStyle.Both;
this.ttHelpTip.SetToolTip(this.tbOpusBitrate, resources.GetString("tbOpusBitrate.ToolTip"));
this.tbOpusBitrate.Value = 4;
this.tbOpusBitrate.ValueChanged += new System.EventHandler(this.tbOpusBirate_ValueChanged);
//
// lblCodec
//
resources.ApplyResources(this.lblCodec, "lblCodec");
this.lblCodec.Name = "lblCodec";
//
// cboVideoCodec
//
this.cboVideoCodec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboVideoCodec.FormattingEnabled = true;
resources.ApplyResources(this.cboVideoCodec, "cboVideoCodec");
this.cboVideoCodec.Name = "cboVideoCodec";
this.cboVideoCodec.SelectedIndexChanged += new System.EventHandler(this.cboVideoCodec_SelectedIndexChanged);
//
// lblx264Preset
//
resources.ApplyResources(this.lblx264Preset, "lblx264Preset");
this.lblx264Preset.Name = "lblx264Preset";
//
// lblXvidQscale
//
resources.ApplyResources(this.lblXvidQscale, "lblXvidQscale");
this.lblXvidQscale.Name = "lblXvidQscale";
//
// gbFFmpegExe
//
this.gbFFmpegExe.Controls.Add(this.btnDownload);
this.gbFFmpegExe.Controls.Add(this.btnFFmpegBrowse);
this.gbFFmpegExe.Controls.Add(this.txtFFmpegPath);
resources.ApplyResources(this.gbFFmpegExe, "gbFFmpegExe");
this.gbFFmpegExe.Name = "gbFFmpegExe";
this.gbFFmpegExe.TabStop = false;
//
// btnDownload
//
resources.ApplyResources(this.btnDownload, "btnDownload");
this.btnDownload.Name = "btnDownload";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// btnFFmpegBrowse
//
resources.ApplyResources(this.btnFFmpegBrowse, "btnFFmpegBrowse");
this.btnFFmpegBrowse.Name = "btnFFmpegBrowse";
this.btnFFmpegBrowse.UseVisualStyleBackColor = true;
this.btnFFmpegBrowse.Click += new System.EventHandler(this.buttonFFmpegBrowse_Click);
//
// txtFFmpegPath
//
resources.ApplyResources(this.txtFFmpegPath, "txtFFmpegPath");
this.txtFFmpegPath.Name = "txtFFmpegPath";
this.txtFFmpegPath.TextChanged += new System.EventHandler(this.txtFFmpegPath_TextChanged);
//
// cbOverrideFFmpegPath
//
resources.ApplyResources(this.cbOverrideFFmpegPath, "cbOverrideFFmpegPath");
this.cbOverrideFFmpegPath.Name = "cbOverrideFFmpegPath";
this.cbOverrideFFmpegPath.UseVisualStyleBackColor = true;
this.cbOverrideFFmpegPath.CheckedChanged += new System.EventHandler(this.cbOverrideFFmpegPath_CheckedChanged);
//
// gbCommandLinePreview
//
this.gbCommandLinePreview.Controls.Add(this.cbCustomCommands);
this.gbCommandLinePreview.Controls.Add(this.txtCommandLinePreview);
resources.ApplyResources(this.gbCommandLinePreview, "gbCommandLinePreview");
this.gbCommandLinePreview.Name = "gbCommandLinePreview";
this.gbCommandLinePreview.TabStop = false;
//
// cbCustomCommands
//
resources.ApplyResources(this.cbCustomCommands, "cbCustomCommands");
this.cbCustomCommands.Name = "cbCustomCommands";
this.cbCustomCommands.UseVisualStyleBackColor = true;
this.cbCustomCommands.CheckedChanged += new System.EventHandler(this.cbCustomCommands_CheckedChanged);
//
// txtCommandLinePreview
//
resources.ApplyResources(this.txtCommandLinePreview, "txtCommandLinePreview");
this.txtCommandLinePreview.Name = "txtCommandLinePreview";
this.txtCommandLinePreview.ReadOnly = true;
this.txtCommandLinePreview.TextChanged += new System.EventHandler(this.txtCommandLinePreview_TextChanged);
//
// gbCommandLineArgs
//
this.gbCommandLineArgs.Controls.Add(this.tbUserArgs);
resources.ApplyResources(this.gbCommandLineArgs, "gbCommandLineArgs");
this.gbCommandLineArgs.Name = "gbCommandLineArgs";
this.gbCommandLineArgs.TabStop = false;
//
// tbUserArgs
//
resources.ApplyResources(this.tbUserArgs, "tbUserArgs");
this.tbUserArgs.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.tbUserArgs.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
this.tbUserArgs.Name = "tbUserArgs";
this.tbUserArgs.TextChanged += new System.EventHandler(this.tbUserArgs_TextChanged);
//
// tcFFmpegVideoCodecs
//
this.tcFFmpegVideoCodecs.Controls.Add(this.tpX264);
this.tcFFmpegVideoCodecs.Controls.Add(this.tpVpx);
this.tcFFmpegVideoCodecs.Controls.Add(this.tpXvid);
this.tcFFmpegVideoCodecs.Controls.Add(this.tpNVENC);
this.tcFFmpegVideoCodecs.Controls.Add(this.tpGIF);
this.tcFFmpegVideoCodecs.Controls.Add(this.tbAMF);
this.tcFFmpegVideoCodecs.Controls.Add(this.tbQSV);
resources.ApplyResources(this.tcFFmpegVideoCodecs, "tcFFmpegVideoCodecs");
this.tcFFmpegVideoCodecs.Name = "tcFFmpegVideoCodecs";
this.tcFFmpegVideoCodecs.SelectedIndex = 0;
//
// tpX264
//
this.tpX264.BackColor = System.Drawing.SystemColors.Window;
this.tpX264.Controls.Add(this.pbx264PresetWarning);
this.tpX264.Controls.Add(this.nudx264CRF);
this.tpX264.Controls.Add(this.lblx264CRF);
this.tpX264.Controls.Add(this.cbx264Preset);
this.tpX264.Controls.Add(this.lblx264Preset);
resources.ApplyResources(this.tpX264, "tpX264");
this.tpX264.Name = "tpX264";
//
// tpVpx
//
this.tpVpx.BackColor = System.Drawing.SystemColors.Window;
this.tpVpx.Controls.Add(this.lblVP8BitrateK);
this.tpVpx.Controls.Add(this.nudVP8Bitrate);
this.tpVpx.Controls.Add(this.lblVP8Bitrate);
resources.ApplyResources(this.tpVpx, "tpVpx");
this.tpVpx.Name = "tpVpx";
//
// lblVP8BitrateK
//
resources.ApplyResources(this.lblVP8BitrateK, "lblVP8BitrateK");
this.lblVP8BitrateK.Name = "lblVP8BitrateK";
//
// nudVP8Bitrate
//
this.nudVP8Bitrate.Increment = new decimal(new int[] {
100,
0,
0,
0});
resources.ApplyResources(this.nudVP8Bitrate, "nudVP8Bitrate");
this.nudVP8Bitrate.Maximum = new decimal(new int[] {
20000,
0,
0,
0});
this.nudVP8Bitrate.Minimum = new decimal(new int[] {
100,
0,
0,
0});
this.nudVP8Bitrate.Name = "nudVP8Bitrate";
this.nudVP8Bitrate.Value = new decimal(new int[] {
1000,
0,
0,
0});
this.nudVP8Bitrate.ValueChanged += new System.EventHandler(this.nudVP8Bitrate_ValueChanged);
//
// lblVP8Bitrate
//
resources.ApplyResources(this.lblVP8Bitrate, "lblVP8Bitrate");
this.lblVP8Bitrate.Name = "lblVP8Bitrate";
//
// tpXvid
//
this.tpXvid.BackColor = System.Drawing.SystemColors.Window;
this.tpXvid.Controls.Add(this.nudXvidQscale);
this.tpXvid.Controls.Add(this.lblXvidQscale);
resources.ApplyResources(this.tpXvid, "tpXvid");
this.tpXvid.Name = "tpXvid";
//
// tpNVENC
//
this.tpNVENC.BackColor = System.Drawing.SystemColors.Window;
this.tpNVENC.Controls.Add(this.cbNVENCPreset);
this.tpNVENC.Controls.Add(this.lblNVENCPreset);
this.tpNVENC.Controls.Add(this.nudNVENCBitrate);
this.tpNVENC.Controls.Add(this.lblNVENCBitrate);
resources.ApplyResources(this.tpNVENC, "tpNVENC");
this.tpNVENC.Name = "tpNVENC";
//
// cbNVENCPreset
//
this.cbNVENCPreset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbNVENCPreset.FormattingEnabled = true;
resources.ApplyResources(this.cbNVENCPreset, "cbNVENCPreset");
this.cbNVENCPreset.Name = "cbNVENCPreset";
this.cbNVENCPreset.SelectedIndexChanged += new System.EventHandler(this.cbNVENCPreset_SelectedIndexChanged);
//
// lblNVENCPreset
//
resources.ApplyResources(this.lblNVENCPreset, "lblNVENCPreset");
this.lblNVENCPreset.Name = "lblNVENCPreset";
//
// nudNVENCBitrate
//
resources.ApplyResources(this.nudNVENCBitrate, "nudNVENCBitrate");
this.nudNVENCBitrate.Maximum = new decimal(new int[] {
50000,
0,
0,
0});
this.nudNVENCBitrate.Minimum = new decimal(new int[] {
100,
0,
0,
0});
this.nudNVENCBitrate.Name = "nudNVENCBitrate";
this.nudNVENCBitrate.Value = new decimal(new int[] {
3000,
0,
0,
0});
this.nudNVENCBitrate.ValueChanged += new System.EventHandler(this.nudNVENCBitrate_ValueChanged);
//
// lblNVENCBitrate
//
resources.ApplyResources(this.lblNVENCBitrate, "lblNVENCBitrate");
this.lblNVENCBitrate.Name = "lblNVENCBitrate";
//
// tpGIF
//
this.tpGIF.BackColor = System.Drawing.SystemColors.Window;
this.tpGIF.Controls.Add(this.cbGIFDither);
this.tpGIF.Controls.Add(this.lblGIFDither);
this.tpGIF.Controls.Add(this.cbGIFStatsMode);
this.tpGIF.Controls.Add(this.lblGIFStatsMode);
resources.ApplyResources(this.tpGIF, "tpGIF");
this.tpGIF.Name = "tpGIF";
//
// lblGIFDither
//
resources.ApplyResources(this.lblGIFDither, "lblGIFDither");
this.lblGIFDither.Name = "lblGIFDither";
//
// lblGIFStatsMode
//
resources.ApplyResources(this.lblGIFStatsMode, "lblGIFStatsMode");
this.lblGIFStatsMode.Name = "lblGIFStatsMode";
//
// tbAMF
//
this.tbAMF.Controls.Add(this.cbAMFQuality);
this.tbAMF.Controls.Add(this.lblAMFQuality);
this.tbAMF.Controls.Add(this.cbAMFUsage);
this.tbAMF.Controls.Add(this.lblAMFUsage);
resources.ApplyResources(this.tbAMF, "tbAMF");
this.tbAMF.Name = "tbAMF";
this.tbAMF.UseVisualStyleBackColor = true;
//
// cbAMFQuality
//
this.cbAMFQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAMFQuality.FormattingEnabled = true;
resources.ApplyResources(this.cbAMFQuality, "cbAMFQuality");
this.cbAMFQuality.Name = "cbAMFQuality";
this.cbAMFQuality.SelectedIndexChanged += new System.EventHandler(this.cbAMFQuality_SelectedIndexChanged);
//
// lblAMFQuality
//
resources.ApplyResources(this.lblAMFQuality, "lblAMFQuality");
this.lblAMFQuality.Name = "lblAMFQuality";
//
// cbAMFUsage
//
this.cbAMFUsage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAMFUsage.FormattingEnabled = true;
resources.ApplyResources(this.cbAMFUsage, "cbAMFUsage");
this.cbAMFUsage.Name = "cbAMFUsage";
this.cbAMFUsage.SelectedIndexChanged += new System.EventHandler(this.cbAMFUsage_SelectedIndexChanged);
//
// lblAMFUsage
//
resources.ApplyResources(this.lblAMFUsage, "lblAMFUsage");
this.lblAMFUsage.Name = "lblAMFUsage";
//
// tbQSV
//
this.tbQSV.Controls.Add(this.cbQSVPreset);
this.tbQSV.Controls.Add(this.lblQSVPreset);
this.tbQSV.Controls.Add(this.nudQSVBitrate);
this.tbQSV.Controls.Add(this.lblQSVBitrate);
resources.ApplyResources(this.tbQSV, "tbQSV");
this.tbQSV.Name = "tbQSV";
this.tbQSV.UseVisualStyleBackColor = true;
//
// cbQSVPreset
//
this.cbQSVPreset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbQSVPreset.FormattingEnabled = true;
resources.ApplyResources(this.cbQSVPreset, "cbQSVPreset");
this.cbQSVPreset.Name = "cbQSVPreset";
this.cbQSVPreset.SelectedIndexChanged += new System.EventHandler(this.cbQSVPreset_SelectedIndexChanged);
//
// lblQSVPreset
//
resources.ApplyResources(this.lblQSVPreset, "lblQSVPreset");
this.lblQSVPreset.Name = "lblQSVPreset";
//
// nudQSVBitrate
//
resources.ApplyResources(this.nudQSVBitrate, "nudQSVBitrate");
this.nudQSVBitrate.Maximum = new decimal(new int[] {
50000,
0,
0,
0});
this.nudQSVBitrate.Minimum = new decimal(new int[] {
100,
0,
0,
0});
this.nudQSVBitrate.Name = "nudQSVBitrate";
this.nudQSVBitrate.Value = new decimal(new int[] {
3000,
0,
0,
0});
this.nudQSVBitrate.ValueChanged += new System.EventHandler(this.nudQSVBitrate_ValueChanged);
//
// lblQSVBitrate
//
resources.ApplyResources(this.lblQSVBitrate, "lblQSVBitrate");
this.lblQSVBitrate.Name = "lblQSVBitrate";
//
// btnTest
//
resources.ApplyResources(this.btnTest, "btnTest");
this.btnTest.Name = "btnTest";
this.btnTest.UseVisualStyleBackColor = true;
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
//
// btnCopyPreview
//
resources.ApplyResources(this.btnCopyPreview, "btnCopyPreview");
this.btnCopyPreview.Name = "btnCopyPreview";
this.btnCopyPreview.UseVisualStyleBackColor = true;
this.btnCopyPreview.Click += new System.EventHandler(this.btnCopyPreview_Click);
//
// tcFFmpegAudioCodecs
//
this.tcFFmpegAudioCodecs.Controls.Add(this.tpAAC);
this.tcFFmpegAudioCodecs.Controls.Add(this.tpOpus);
this.tcFFmpegAudioCodecs.Controls.Add(this.tpVorbis);
this.tcFFmpegAudioCodecs.Controls.Add(this.tpMP3);
resources.ApplyResources(this.tcFFmpegAudioCodecs, "tcFFmpegAudioCodecs");
this.tcFFmpegAudioCodecs.Name = "tcFFmpegAudioCodecs";
this.tcFFmpegAudioCodecs.SelectedIndex = 0;
//
// tpAAC
//
this.tpAAC.BackColor = System.Drawing.SystemColors.Window;
this.tpAAC.Controls.Add(this.tbAACBitrate);
this.tpAAC.Controls.Add(this.lblAACQuality);
resources.ApplyResources(this.tpAAC, "tpAAC");
this.tpAAC.Name = "tpAAC";
//
// lblAACQuality
//
resources.ApplyResources(this.lblAACQuality, "lblAACQuality");
this.lblAACQuality.Name = "lblAACQuality";
//
// tpVorbis
//
this.tpVorbis.BackColor = System.Drawing.SystemColors.Window;
this.tpVorbis.Controls.Add(this.tbVorbis_qscale);
this.tpVorbis.Controls.Add(this.lblVorbisQuality);
resources.ApplyResources(this.tpVorbis, "tpVorbis");
this.tpVorbis.Name = "tpVorbis";
//
// lblVorbisQuality
//
resources.ApplyResources(this.lblVorbisQuality, "lblVorbisQuality");
this.lblVorbisQuality.Name = "lblVorbisQuality";
//
// tpMP3
//
this.tpMP3.BackColor = System.Drawing.SystemColors.Window;
this.tpMP3.Controls.Add(this.tbMP3_qscale);
this.tpMP3.Controls.Add(this.lblMP3Quality);
resources.ApplyResources(this.tpMP3, "tpMP3");
this.tpMP3.Name = "tpMP3";
//
// lblMP3Quality
//
resources.ApplyResources(this.lblMP3Quality, "lblMP3Quality");
this.lblMP3Quality.Name = "lblMP3Quality";
//
// tpOpus
//
this.tpOpus.Controls.Add(this.tbOpusBitrate);
this.tpOpus.Controls.Add(this.lblOpusQuality);
resources.ApplyResources(this.tpOpus, "tpOpus");
this.tpOpus.Name = "tpOpus";
this.tpOpus.UseVisualStyleBackColor = true;
//
// lblOpusQuality
//
resources.ApplyResources(this.lblOpusQuality, "lblOpusQuality");
this.lblOpusQuality.Name = "lblOpusQuality";
//
// cboVideoSource
//
this.cboVideoSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboVideoSource.FormattingEnabled = true;
resources.ApplyResources(this.cboVideoSource, "cboVideoSource");
this.cboVideoSource.Name = "cboVideoSource";
this.cboVideoSource.SelectedIndexChanged += new System.EventHandler(this.cboVideoSource_SelectedIndexChanged);
//
// lblVideoSource
//
resources.ApplyResources(this.lblVideoSource, "lblVideoSource");
this.lblVideoSource.Name = "lblVideoSource";
//
// cboAudioSource
//
this.cboAudioSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAudioSource.FormattingEnabled = true;
resources.ApplyResources(this.cboAudioSource, "cboAudioSource");
this.cboAudioSource.Name = "cboAudioSource";
this.cboAudioSource.SelectedIndexChanged += new System.EventHandler(this.cboAudioSource_SelectedIndexChanged);
//
// lblAudioSource
//
resources.ApplyResources(this.lblAudioSource, "lblAudioSource");
this.lblAudioSource.Name = "lblAudioSource";
//
// cboAudioCodec
//
this.cboAudioCodec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboAudioCodec.FormattingEnabled = true;
resources.ApplyResources(this.cboAudioCodec, "cboAudioCodec");
this.cboAudioCodec.Name = "cboAudioCodec";
this.cboAudioCodec.SelectedIndexChanged += new System.EventHandler(this.cboAudioCodec_SelectedIndexChanged);
//
// lblAudioCodec
//
resources.ApplyResources(this.lblAudioCodec, "lblAudioCodec");
this.lblAudioCodec.Name = "lblAudioCodec";
//
// gbSource
//
this.gbSource.Controls.Add(this.btnHelperDevicesHelp);
this.gbSource.Controls.Add(this.lblHelperDevices);
this.gbSource.Controls.Add(this.btnInstallHelperDevices);
this.gbSource.Controls.Add(this.cboVideoSource);
this.gbSource.Controls.Add(this.lblVideoSource);
this.gbSource.Controls.Add(this.cboAudioSource);
this.gbSource.Controls.Add(this.lblAudioSource);
this.gbSource.Controls.Add(this.btnRefreshSources);
resources.ApplyResources(this.gbSource, "gbSource");
this.gbSource.Name = "gbSource";
this.gbSource.TabStop = false;
//
// btnHelperDevicesHelp
//
resources.ApplyResources(this.btnHelperDevicesHelp, "btnHelperDevicesHelp");
this.btnHelperDevicesHelp.Name = "btnHelperDevicesHelp";
this.btnHelperDevicesHelp.UseVisualStyleBackColor = true;
this.btnHelperDevicesHelp.Click += new System.EventHandler(this.btnHelperDevicesHelp_Click);
//
// lblHelperDevices
//
resources.ApplyResources(this.lblHelperDevices, "lblHelperDevices");
this.lblHelperDevices.Name = "lblHelperDevices";
//
// btnInstallHelperDevices
//
resources.ApplyResources(this.btnInstallHelperDevices, "btnInstallHelperDevices");
this.btnInstallHelperDevices.Name = "btnInstallHelperDevices";
this.btnInstallHelperDevices.UseVisualStyleBackColor = true;
this.btnInstallHelperDevices.Click += new System.EventHandler(this.btnInstallHelperDevices_Click);
//
// btnRefreshSources
//
resources.ApplyResources(this.btnRefreshSources, "btnRefreshSources");
this.btnRefreshSources.Name = "btnRefreshSources";
this.btnRefreshSources.UseVisualStyleBackColor = true;
this.btnRefreshSources.Click += new System.EventHandler(this.btnRefreshSources_Click);
//
// gbCodecs
//
this.gbCodecs.Controls.Add(this.pbAudioCodecWarning);
this.gbCodecs.Controls.Add(this.cboAudioCodec);
this.gbCodecs.Controls.Add(this.lblAudioCodec);
this.gbCodecs.Controls.Add(this.cboVideoCodec);
this.gbCodecs.Controls.Add(this.lblCodec);
this.gbCodecs.Controls.Add(this.tcFFmpegAudioCodecs);
this.gbCodecs.Controls.Add(this.tcFFmpegVideoCodecs);
resources.ApplyResources(this.gbCodecs, "gbCodecs");
this.gbCodecs.Name = "gbCodecs";
this.gbCodecs.TabStop = false;
//
// eiFFmpeg
//
this.eiFFmpeg.DefaultFileName = null;
resources.ApplyResources(this.eiFFmpeg, "eiFFmpeg");
this.eiFFmpeg.Name = "eiFFmpeg";
this.eiFFmpeg.ObjectType = null;
this.eiFFmpeg.ExportRequested += new ShareX.HelpersLib.ExportImportControl.ExportEventHandler(this.eiFFmpeg_ExportRequested);
this.eiFFmpeg.ImportRequested += new ShareX.HelpersLib.ExportImportControl.ImportEventHandler(this.eiFFmpeg_ImportRequested);
//
// FFmpegOptionsForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.cbOverrideFFmpegPath);
this.Controls.Add(this.eiFFmpeg);
this.Controls.Add(this.gbCodecs);
this.Controls.Add(this.gbSource);
this.Controls.Add(this.btnCopyPreview);
this.Controls.Add(this.btnTest);
this.Controls.Add(this.gbCommandLinePreview);
this.Controls.Add(this.gbFFmpegExe);
this.Controls.Add(this.gbCommandLineArgs);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FFmpegOptionsForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Load += new System.EventHandler(this.FFmpegOptionsForm_Load);
((System.ComponentModel.ISupportInitialize)(this.nudx264CRF)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudXvidQscale)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbVorbis_qscale)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbMP3_qscale)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbAACBitrate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbAudioCodecWarning)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbx264PresetWarning)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tbOpusBitrate)).EndInit();
this.gbFFmpegExe.ResumeLayout(false);
this.gbFFmpegExe.PerformLayout();
this.gbCommandLinePreview.ResumeLayout(false);
this.gbCommandLinePreview.PerformLayout();
this.gbCommandLineArgs.ResumeLayout(false);
this.gbCommandLineArgs.PerformLayout();
this.tcFFmpegVideoCodecs.ResumeLayout(false);
this.tpX264.ResumeLayout(false);
this.tpX264.PerformLayout();
this.tpVpx.ResumeLayout(false);
this.tpVpx.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudVP8Bitrate)).EndInit();
this.tpXvid.ResumeLayout(false);
this.tpXvid.PerformLayout();
this.tpNVENC.ResumeLayout(false);
this.tpNVENC.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudNVENCBitrate)).EndInit();
this.tpGIF.ResumeLayout(false);
this.tpGIF.PerformLayout();
this.tbAMF.ResumeLayout(false);
this.tbAMF.PerformLayout();
this.tbQSV.ResumeLayout(false);
this.tbQSV.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudQSVBitrate)).EndInit();
this.tcFFmpegAudioCodecs.ResumeLayout(false);
this.tpAAC.ResumeLayout(false);
this.tpAAC.PerformLayout();
this.tpVorbis.ResumeLayout(false);
this.tpVorbis.PerformLayout();
this.tpMP3.ResumeLayout(false);
this.tpMP3.PerformLayout();
this.tpOpus.ResumeLayout(false);
this.tpOpus.PerformLayout();
this.gbSource.ResumeLayout(false);
this.gbSource.PerformLayout();
this.gbCodecs.ResumeLayout(false);
this.gbCodecs.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblx264CRF;
private System.Windows.Forms.NumericUpDown nudx264CRF;
private System.Windows.Forms.ToolTip ttHelpTip;
private System.Windows.Forms.Label lblCodec;
private System.Windows.Forms.ComboBox cboVideoCodec;
private System.Windows.Forms.ComboBox cbx264Preset;
private System.Windows.Forms.Label lblx264Preset;
private System.Windows.Forms.NumericUpDown nudXvidQscale;
private System.Windows.Forms.Label lblXvidQscale;
private System.Windows.Forms.GroupBox gbFFmpegExe;
private System.Windows.Forms.Button btnFFmpegBrowse;
private System.Windows.Forms.TextBox txtFFmpegPath;
private System.Windows.Forms.GroupBox gbCommandLinePreview;
private System.Windows.Forms.TextBox txtCommandLinePreview;
private System.Windows.Forms.GroupBox gbCommandLineArgs;
private System.Windows.Forms.TextBox tbUserArgs;
private System.Windows.Forms.Button btnDownload;
private System.Windows.Forms.TabControl tcFFmpegVideoCodecs;
private System.Windows.Forms.TabPage tpX264;
private System.Windows.Forms.TabPage tpVpx;
private System.Windows.Forms.TabPage tpXvid;
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Button btnCopyPreview;
private System.Windows.Forms.TabControl tcFFmpegAudioCodecs;
private System.Windows.Forms.TabPage tpVorbis;
private System.Windows.Forms.TabPage tpMP3;
private System.Windows.Forms.ComboBox cboVideoSource;
private System.Windows.Forms.Label lblVideoSource;
private System.Windows.Forms.ComboBox cboAudioSource;
private System.Windows.Forms.Label lblAudioSource;
private System.Windows.Forms.ComboBox cboAudioCodec;
private System.Windows.Forms.Label lblAudioCodec;
private System.Windows.Forms.GroupBox gbSource;
private System.Windows.Forms.GroupBox gbCodecs;
private System.Windows.Forms.Button btnRefreshSources;
private System.Windows.Forms.TrackBar tbVorbis_qscale;
private System.Windows.Forms.Label lblVorbisQuality;
private System.Windows.Forms.TrackBar tbMP3_qscale;
private System.Windows.Forms.Label lblMP3Quality;
private System.Windows.Forms.TabPage tpAAC;
private System.Windows.Forms.TrackBar tbAACBitrate;
private System.Windows.Forms.Label lblAACQuality;
private System.Windows.Forms.CheckBox cbCustomCommands;
private ShareX.HelpersLib.ExportImportControl eiFFmpeg;
private System.Windows.Forms.Label lblVP8BitrateK;
private System.Windows.Forms.NumericUpDown nudVP8Bitrate;
private System.Windows.Forms.Label lblVP8Bitrate;
private System.Windows.Forms.TabPage tpGIF;
private System.Windows.Forms.ComboBox cbGIFDither;
private System.Windows.Forms.Label lblGIFDither;
private System.Windows.Forms.ComboBox cbGIFStatsMode;
private System.Windows.Forms.Label lblGIFStatsMode;
private System.Windows.Forms.Button btnHelperDevicesHelp;
private System.Windows.Forms.Label lblHelperDevices;
private System.Windows.Forms.Button btnInstallHelperDevices;
private System.Windows.Forms.CheckBox cbOverrideFFmpegPath;
private System.Windows.Forms.PictureBox pbAudioCodecWarning;
private System.Windows.Forms.PictureBox pbx264PresetWarning;
private System.Windows.Forms.TabPage tpNVENC;
private System.Windows.Forms.ComboBox cbNVENCPreset;
private System.Windows.Forms.Label lblNVENCPreset;
private System.Windows.Forms.NumericUpDown nudNVENCBitrate;
private System.Windows.Forms.Label lblNVENCBitrate;
private System.Windows.Forms.TabPage tbAMF;
private System.Windows.Forms.ComboBox cbAMFUsage;
private System.Windows.Forms.Label lblAMFUsage;
private System.Windows.Forms.ComboBox cbAMFQuality;
private System.Windows.Forms.Label lblAMFQuality;
private System.Windows.Forms.TabPage tbQSV;
private System.Windows.Forms.ComboBox cbQSVPreset;
private System.Windows.Forms.Label lblQSVPreset;
private System.Windows.Forms.NumericUpDown nudQSVBitrate;
private System.Windows.Forms.Label lblQSVBitrate;
private System.Windows.Forms.TabPage tpOpus;
private System.Windows.Forms.TrackBar tbOpusBitrate;
private System.Windows.Forms.Label lblOpusQuality;
}
}