Skip to content

Commit

Permalink
fix: set output audio bitrate (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
xage93 authored Jan 22, 2024
1 parent 01229de commit 7450039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output_setters.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (c *Command) AudioRate(v int) *Command {

// AudioBitRate sets the audio bit rate
func (c *Command) AudioBitRate(v int) *Command {
c.Args.output.audioRate = v
c.Args.output.audioBitrate = v

return c
}
Expand Down

0 comments on commit 7450039

Please sign in to comment.