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", }...) }