mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 12:37:46 +00:00
4.3 KiB
4.3 KiB
StartUniversalTranscodeRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
HasMDE |
float64 | ✔️ | Whether the media item has MDE | 1 |
Path |
string | ✔️ | The path to the media item to transcode | /library/metadata/23409 |
MediaIndex |
float64 | ✔️ | The index of the media item to transcode | 0 |
PartIndex |
float64 | ✔️ | The index of the part to transcode | 0 |
Protocol |
string | ✔️ | The protocol to use for the transcode session | hls |
FastSeek |
*float64 | ➖ | Whether to use fast seek or not | 0 |
DirectPlay |
*float64 | ➖ | Whether to use direct play or not | 0 |
DirectStream |
*float64 | ➖ | Whether to use direct stream or not | 0 |
SubtitleSize |
*float64 | ➖ | The size of the subtitles | 100 |
Subtites |
*string | ➖ | The subtitles | burn |
AudioBoost |
*float64 | ➖ | The audio boost | 100 |
Location |
*string | ➖ | The location of the transcode session | lan |
MediaBufferSize |
*float64 | ➖ | The size of the media buffer | 102400 |
Session |
*string | ➖ | The session ID | zvcage8b7rkioqcm8f4uns4c |
AddDebugOverlay |
*float64 | ➖ | Whether to add a debug overlay or not | 0 |
AutoAdjustQuality |
*float64 | ➖ | Whether to auto adjust quality or not | 0 |