curl --location --request PUT 'https://api.tvunetworks.com/urcaller/api/v1/encodingProfile' \
--header 'SID: ' \
--header 'Content-Type: application/json' \
--data '{
"profileId": "string",
"profileName": "string",
"videoEncoder": {
"bitrate": "5M",
"resolution": "1920x1080",
"codec": "TVU264",
"cbr": true,
"deinterlace": "Auto",
"frameRate": 0,
"gop": 30,
"scale": "fast_bilinear",
"profile": "baseline,main,high",
"level": "3.0",
"preset": "ultrafast,superfast,veryfast,faster,fast,medium,slow,slower,veryslow",
"tune": "zerolatency",
"hdrType": 0,
"bpp": 0,
"transpose": 0,
"id": "string"
},
"audioEncoder": {
"bitrate": "128k",
"codec": "AAC",
"sampleRate": 48000,
"audioPid": 0,
"id": "string"
},
"audioEncoders": [
{
"bitrate": "128k",
"codec": "AAC",
"sampleRate": 48000,
"audioPid": 0,
"id": "string"
}
],
"streamProfile": {
"name": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"mpegtsPmtStartPid": 0,
"mpegtsStartPid": 0,
"mpegtsSctePid": 0,
"mpegtsAudioPids": [
0
],
"id": "string"
},
"templateType": 0
}'