From c9198e0218010d59e27b16dea021e3632e91c08b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 29 Mar 2023 15:57:23 -0700 Subject: [PATCH] x264: remove level --- stream.go | 1 - 1 file changed, 1 deletion(-) diff --git a/stream.go b/stream.go index 31786671..d41e01ec 100644 --- a/stream.go +++ b/stream.go @@ -449,7 +449,6 @@ func (s *Stream) transcodeArgs(startAt float64) []string { } else if CV == "libx264" { args = append(args, []string{ "-preset", "faster", - "-level:v", "4.0", "-crf", "24", }...) }