rtmp-services: Add scenecut=0 to mixer requirements

This commit is contained in:
jp9000
2019-11-20 15:02:50 -08:00
parent 317d058bf4
commit f5e026b38b
2 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -358,7 +358,8 @@
"max audio bitrate": 160,
"max video bitrate": 10000,
"profile": "main",
"bframes": 0
"bframes": 0,
"x264opts": "scenecut=0"
}
},
{
@@ -446,7 +447,8 @@
"keyint": 2,
"max audio bitrate": 160,
"max video bitrate": 10000,
"profile": "main"
"profile": "main",
"x264opts": "scenecut=0"
}
},
{