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 7450039 commit a574c4fCopy full SHA for a574c4f
output_getters.go
@@ -97,8 +97,8 @@ func (a *Args) GetAudioRate() []string {
97
98
// GetAudioBitrate returns the arguments for bitrate
99
func (a *Args) GetAudioBitrate() []string {
100
- if a.output.audioRate != 0 {
101
- return []string{"-b:a", fmt.Sprintf("%d", a.output.audioRate)}
+ if a.output.audioBitrate != 0 {
+ return []string{"-b:a", fmt.Sprintf("%d", a.output.audioBitrate)}
102
}
103
return nil
104
0 commit comments