From b4ad9d91be9de5fc21f28963834a59200828c796 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Fri, 17 Mar 2023 16:07:33 -0700 Subject: [PATCH] Switch to main profile --- stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.go b/stream.go index 76d02ec0..26bbf516 100644 --- a/stream.go +++ b/stream.go @@ -436,7 +436,7 @@ func (s *Stream) transcodeArgs(startAt float64) []string { // Output specs args = append(args, []string{ "-c:v", CV, - "-profile:v", "high", + "-profile:v", "main", }...) // Device specific output args