Remove -map 0

monorepo
Varun Patil 2022-11-22 01:57:29 -08:00
parent d0f1433f64
commit c90483f61a
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ func (s *Stream) transcode(startId int) {
// Output specs // Output specs
args = append(args, []string{ args = append(args, []string{
"-map", "0",
"-c:v", CV, "-c:v", CV,
"-profile:v", "high", "-profile:v", "high",
}...) }...)