Skip to content

Commit

Permalink
remove audio filter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-balzan committed Nov 21, 2024
1 parent 220ff76 commit dc10a02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ func (e *EncodeSession) run() {
"-packet_loss", strconv.Itoa(e.options.PacketLoss),
"-threads", strconv.Itoa(e.options.Threads),
"-ss", strconv.Itoa(e.options.StartTime),
"-filter:a", fmt.Sprintf("volume=%.2f", e.options.Volume),
}

if e.options.AudioFilter != "" {
Expand Down

0 comments on commit dc10a02

Please sign in to comment.