mirror of
https://github.com/LukeHagar/plex-sdk-docs.git
synced 2025-12-06 04:20:46 +00:00
18 lines
488 B
Plaintext
18 lines
488 B
Plaintext
import GetTimeline from "./get_timeline/get_timeline.mdx";
|
|
import StartUniversalTranscode from "./start_universal_transcode/start_universal_transcode.mdx";
|
|
|
|
## Video
|
|
API Calls that perform operations with Plex Media Server Videos
|
|
|
|
|
|
### Available Operations
|
|
|
|
* [Get Timeline](/curl/video/get_timeline) - Get the timeline for a media item
|
|
* [Start Universal Transcode](/curl/video/start_universal_transcode) - Start Universal Transcode
|
|
|
|
---
|
|
<GetTimeline />
|
|
|
|
---
|
|
<StartUniversalTranscode />
|