diff --git a/videowriter.go b/videowriter.go index 7dca8a7..62edf40 100644 --- a/videowriter.go +++ b/videowriter.go @@ -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(