Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 55cf6cb

Browse files
committed
change VideoMaxBitRate VideoMinBitRate to string
1 parent ced6451 commit 55cf6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ffmpeg/options.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ type Options struct {
1111
Resolution *string `flag:"-s"`
1212
VideoBitRate *string `flag:"-b:v"`
1313
VideoBitRateTolerance *int `flag:"-bt"`
14-
VideoMaxBitRate *int `flag:"-maxrate"`
15-
VideoMinBitrate *int `flag:"-minrate"`
14+
VideoMaxBitRate *string `flag:"-maxrate"`
15+
VideoMinBitrate *string `flag:"-minrate"`
1616
VideoCodec *string `flag:"-c:v"`
1717
Vframes *int `flag:"-vframes"`
1818
FrameRate *int `flag:"-r"`

0 commit comments

Comments
 (0)