Cleanup
This commit is contained in:
parent
20c4a6082d
commit
22247d6492
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue