This commit is contained in:
Alex Eidt 2022-03-30 22:17:46 -07:00
parent 20c4a6082d
commit 22247d6492

View file

@ -155,6 +155,7 @@ func initVideoWriter(writer *VideoWriter) {
} else {
command = append(command, "-b:v", fmt.Sprintf("%d", writer.bitrate))
}
// For GIFs, add looping and delay parameters.
if gif {
command = append(