Added support for JPG or WEBP image sequence output

This commit is contained in:
N00MKRAD
2021-04-29 09:20:35 +02:00
parent 1077b9f2fb
commit abc9817c66
7 changed files with 459 additions and 394 deletions

View File

@@ -210,7 +210,7 @@
"MOV Video (Apple ProRes)",
"AVI Video (ffv1, huffyuv, magicyuv, rawvideo)",
"Animated GIF (Only supports up to 50 FPS)",
"Image Sequence (PNG)"});
"Image Sequence (PNG, JPG, WEBP)"});
this.outModeCombox.Location = new System.Drawing.Point(281, 157);
this.outModeCombox.Name = "outModeCombox";
this.outModeCombox.Size = new System.Drawing.Size(400, 23);