TranscodingProfile
Defines a transcoding profile.
Opensubsonic:
{
"container": "mp3",
"audioCodec": "mp3",
"protocol": "http",
"maxAudioChannels": 2
}| Field | Type | Req. | OpenS. | Details |
|---|---|---|---|---|
container | string | Yes | Yes | The container format (e.g., mp3, flac). |
audioCodec | string | Yes | Yes | The target audio codec for transcoding. |
protocol | string | Yes | Yes | The streaming protocol. Can be http or hls. |
maxAudioChannels | integer | No | Yes | The maximum number of audio channels for the transcoded stream. |