mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 04:20:46 +00:00
4.3 KiB
4.3 KiB
StartUniversalTranscodeRequest
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
hasMDE |
double | ✔️ | Whether the media item has MDE | 1 |
path |
String | ✔️ | The path to the media item to transcode | /library/metadata/23409 |
mediaIndex |
double | ✔️ | The index of the media item to transcode | 0 |
partIndex |
double | ✔️ | The index of the part to transcode | 0 |
protocol |
String | ✔️ | The protocol to use for the transcode session | hls |
fastSeek |
Optional<Double> | ➖ | Whether to use fast seek or not | 0 |
directPlay |
Optional<Double> | ➖ | Whether to use direct play or not | 0 |
directStream |
Optional<Double> | ➖ | Whether to use direct stream or not | 0 |
subtitleSize |
Optional<Double> | ➖ | The size of the subtitles | 100 |
subtites |
Optional<String> | ➖ | The subtitles | burn |
audioBoost |
Optional<Double> | ➖ | The audio boost | 100 |
location |
Optional<String> | ➖ | The location of the transcode session | lan |
mediaBufferSize |
Optional<Double> | ➖ | The size of the media buffer | 102400 |
session |
Optional<String> | ➖ | The session ID | zvcage8b7rkioqcm8f4uns4c |
addDebugOverlay |
Optional<Double> | ➖ | Whether to add a debug overlay or not | 0 |
autoAdjustQuality |
Optional<Double> | ➖ | Whether to auto adjust quality or not | 0 |