rtmp-services: Use "scenecut=0" x264 option for Twitch

This option is an x264-specific feature that may generate additional
keyframes when a major visual change in the output is detected.  This
functionality is undesirable for streaming because it can cause
keyframes to become inconsistent and unpredictable, which can negatively
affect viewer buffering.
master
jp9000 2016-04-09 23:36:49 -07:00
parent 87810bcf1a
commit a589ea8c14
2 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"url": "https://obsproject.com/obs2_update/rtmp-services",
"version": 18,
"version": 19,
"files": [
{
"name": "services.json",
"version": 18
"version": 19
}
]
}

View File

@ -114,7 +114,8 @@
"keyint": 2,
"profile": "main",
"max video bitrate": 3500,
"max audio bitrate": 160
"max audio bitrate": 160,
"x264opts": "scenecut=0"
}
},
{