Merge branch 'master' of github.com:ffplayout/ffplayout-engine
This commit is contained in:
commit
730defc1b9
@ -56,7 +56,6 @@ log_level = INFO
|
|||||||
# output settings for the pre-compression
|
# output settings for the pre-compression
|
||||||
# all clips get prepared in that way,
|
# all clips get prepared in that way,
|
||||||
# so the input for the final compression is unique
|
# so the input for the final compression is unique
|
||||||
# it produce a uncompressed avi stream
|
|
||||||
# logo is only used if the path exist
|
# logo is only used if the path exist
|
||||||
# with logo_filter = overlay=W-w-12:12 you can modify the logo position
|
# with logo_filter = overlay=W-w-12:12 you can modify the logo position
|
||||||
# live_protocols is for checking input, is input a live source ffplayout handles it a bit different
|
# live_protocols is for checking input, is input a live source ffplayout handles it a bit different
|
||||||
@ -140,7 +139,7 @@ preview = False
|
|||||||
service_name = Live Stream
|
service_name = Live Stream
|
||||||
service_provider = example.org
|
service_provider = example.org
|
||||||
post_comp_video = [
|
post_comp_video = [
|
||||||
"-c:v", "libx264", "-crf", "23", "-x264-params", "keyint=50:min-keyint=50:no-scenecut",
|
"-c:v", "libx264", "-crf", "23", "-x264-params", "keyint=50:min-keyint=25:scenecut=-1",
|
||||||
"-maxrate", "1300k", "-bufsize", "2600k", "-preset", "medium", "-profile:v", "Main",
|
"-maxrate", "1300k", "-bufsize", "2600k", "-preset", "medium", "-profile:v", "Main",
|
||||||
"-level", "3.1", "-refs", "3"
|
"-level", "3.1", "-refs", "3"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user