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.
1 parent 01229de commit 7450039Copy full SHA for 7450039
output_setters.go
@@ -82,7 +82,7 @@ func (c *Command) AudioRate(v int) *Command {
82
83
// AudioBitRate sets the audio bit rate
84
func (c *Command) AudioBitRate(v int) *Command {
85
- c.Args.output.audioRate = v
+ c.Args.output.audioBitrate = v
86
87
return c
88
}
0 commit comments