From 715a9ff9fa832af81af1cfee0981973c448a1b7e Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Sun, 25 Apr 2021 00:38:46 +0200 Subject: [PATCH] Added magicyuv for avi --- Code/Form1.Designer.cs | 2 +- Code/Forms/SettingsForm.Designer.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Code/Form1.Designer.cs b/Code/Form1.Designer.cs index b17ebbc..4742593 100644 --- a/Code/Form1.Designer.cs +++ b/Code/Form1.Designer.cs @@ -208,7 +208,7 @@ "MKV Video (h264, h265) (Best Audio/Subtitles Support)", "WEBM Video (Google VP9)", "MOV Video (Apple ProRes)", - "AVI Video (ffv1, huffyuv, rawvideo)", + "AVI Video (ffv1, huffyuv, magicyuv, rawvideo)", "Animated GIF (Only supports up to 50 FPS)", "Image Sequence (PNG)"}); this.outModeCombox.Location = new System.Drawing.Point(281, 157); diff --git a/Code/Forms/SettingsForm.Designer.cs b/Code/Forms/SettingsForm.Designer.cs index 0da1596..0bd6747 100644 --- a/Code/Forms/SettingsForm.Designer.cs +++ b/Code/Forms/SettingsForm.Designer.cs @@ -1375,6 +1375,7 @@ this.aviCodec.Items.AddRange(new object[] { "ffv1", "huffyuv", + "magicyuv", "rawvideo"}); this.aviCodec.Location = new System.Drawing.Point(280, 387); this.aviCodec.Name = "aviCodec";