x264: remove level

monorepo
Varun Patil 2023-03-29 15:57:23 -07:00
parent 2684f705f9
commit c9198e0218
1 changed files with 0 additions and 1 deletions

View File

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