Force only one audio track

monorepo
Varun Patil 2022-11-16 07:10:21 -08:00
parent 1469f9eb9d
commit 513e9410ca
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ func (s *Stream) transcode(startId int) {
}
args = append(args, []string{
"-c:a", "aac",
"-ac", "1",
"-b:a", ab,
}...)