mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 04:39:25 +01:00
VP9/ProRes/AVI export, support for custom ffmpeg enc args
This commit is contained in:
5
Code/Form1.Designer.cs
generated
5
Code/Form1.Designer.cs
generated
@@ -203,7 +203,10 @@
|
||||
this.outModeCombox.ForeColor = System.Drawing.Color.White;
|
||||
this.outModeCombox.FormattingEnabled = true;
|
||||
this.outModeCombox.Items.AddRange(new object[] {
|
||||
"MP4 Video",
|
||||
"MP4 Video (h264/h265)",
|
||||
"WEBM Video (VP9)",
|
||||
"MOV Video (Apple ProRes)",
|
||||
"AVI Video (Uncompressed)",
|
||||
"Animated GIF",
|
||||
"Image Sequence"});
|
||||
this.outModeCombox.Location = new System.Drawing.Point(281, 158);
|
||||
|
||||
Reference in New Issue
Block a user