VP9/ProRes/AVI export, support for custom ffmpeg enc args

This commit is contained in:
N00MKRAD
2020-12-23 16:13:04 +01:00
parent a1b08b71ba
commit 006706ee73
13 changed files with 219 additions and 98 deletions

View File

@@ -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);