From c90483f61a75f8fec0c7994e1007ebdc6dfa9361 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 22 Nov 2022 01:57:29 -0800 Subject: [PATCH] Remove -map 0 --- stream.go | 1 - 1 file changed, 1 deletion(-) diff --git a/stream.go b/stream.go index 377f5498..08c5c163 100644 --- a/stream.go +++ b/stream.go @@ -323,7 +323,6 @@ func (s *Stream) transcode(startId int) { // Output specs args = append(args, []string{ - "-map", "0", "-c:v", CV, "-profile:v", "high", }...)