From 61b217d08caa15cb6f1c1e9a067984e74d690d24 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 26 Oct 2023 23:18:41 -0700 Subject: [PATCH] stream: omit profile --- go_vod/stream.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go_vod/stream.go b/go_vod/stream.go index 57be0730..4d88bea5 100644 --- a/go_vod/stream.go +++ b/go_vod/stream.go @@ -449,7 +449,6 @@ func (s *Stream) transcodeArgs(startAt float64, isHls bool) []string { } args = append(args, []string{"-vf", filter}...) - args = append(args, []string{"-profile:v", "main"}...) } // Output specs for video