Skip to content

Commit

Permalink
go-vod: don't force mono audio (fix #1204)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Jun 21, 2024
1 parent 7dc6c7f commit ccbeb6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go-vod/transcoder/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ func (s *Stream) transcodeArgs(startAt float64, isHls bool) []string {
args = append(args, []string{
"-map", "0:a:0?",
"-c:a", "aac",
"-ac", "1",
}...)

return args
Expand Down

0 comments on commit ccbeb6a

Please sign in to comment.