mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-13 14:00:48 +02:00
Added magicyuv for avi
This commit is contained in:
2
Code/Form1.Designer.cs
generated
2
Code/Form1.Designer.cs
generated
@@ -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);
|
||||
|
||||
1
Code/Forms/SettingsForm.Designer.cs
generated
1
Code/Forms/SettingsForm.Designer.cs
generated
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user