We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f7b650 + 85fb5db commit 38e3466Copy full SHA for 38e3466
ffmpeg/options.go
@@ -13,7 +13,7 @@ type Options struct {
13
VideoBitRateTolerance *int `flag:"-bt"`
14
VideoMaxBitRate *int `flag:"-maxrate"`
15
VideoMinBitrate *int `flag:"-minrate"`
16
- VideoCodec *string `flag:"--c:v"`
+ VideoCodec *string `flag:"-c:v"`
17
Vframes *int `flag:"-vframes"`
18
FrameRate *int `flag:"-r"`
19
AudioRate *int `flag:"-ar"`
0 commit comments