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