tx265もservices.jsonの追加で出来ました
OBSのGUIで設定できるしプロファイルのインポートでの設定よりこっちの方がいいね
{
"name": "Tsukasa_H264",
"common": true,
"servers": [
{
"name": "rtmp://127.0.0.1:1935/live",
"url": "rtmp://127.0.0.1:1935/live"
}
],
"recommended": {
"output": "rtmp_output",
"bframes": 0
}
},
{
"name": "Tsukasa_HEVC",
"common": true,
"servers": [
{
"name": "rtmp://127.0.0.1:1935/live",
"url": "rtmp://127.0.0.1:1935/live"
}
],
"recommended": {
"output": "tx265_rtmp_output",
"bframes": 0
}
},