params insteead of opts
This commit is contained in:
parent
af43a57a1a
commit
b69ff12dff
@ -140,7 +140,7 @@ preview = False
|
||||
service_name = Live Stream
|
||||
service_provider = example.org
|
||||
post_comp_video = [
|
||||
"-c:v", "libx264", "-crf", "23", "-x264opts", "keyint=50:min-keyint=50:no-scenecut",
|
||||
"-c:v", "libx264", "-crf", "23", "-x264-params", "keyint=50:min-keyint=50:no-scenecut",
|
||||
"-maxrate", "1300k", "-bufsize", "2600k", "-preset", "medium", "-profile:v", "Main",
|
||||
"-level", "3.1", "-refs", "3"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user