Expand description
Support for transcoding media files into lower quality versions.
Transcoding comes in two forms:
- Streaming allows for real-time playback of the media using streaming protocols such as HTTP Live Streaming and Dynamic Adaptive Streaming over HTTP.
- Offline transcoding (the mobile downloads feature) requests that the server converts the file in the background allowing it to be downloaded later.
This feature should be considered quite experimental, lots of the API calls are derived from inspection and guesswork.
Structs§
- ArtTranscode
Options - Limitation
- Limitations add a constraint to the supported media format.
- Music
Transcode Options - Defines the media formats suitable for transcoding music. The server uses these settings to choose a format to transcode to.
- Transcode
Session - Transcode
Session Stats - Video
Transcode Options - Defines the media formats suitable for transcoding video. The server uses these settings to choose a format to transcode to.