diff --git a/ffplayout.conf b/ffplayout.conf index 151996dc..24abee10 100644 --- a/ffplayout.conf +++ b/ffplayout.conf @@ -56,7 +56,6 @@ log_level = INFO # output settings for the pre-compression # all clips get prepared in that way, # so the input for the final compression is unique -# it produce a uncompressed avi stream # logo is only used if the path exist # 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 @@ -140,7 +139,7 @@ preview = False service_name = Live Stream service_provider = example.org 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", "-level", "3.1", "-refs", "3" ]