Update index.mdx

This commit is contained in:
felix920506
2025-07-14 16:45:09 +08:00
parent 2932b9ffcf
commit 801819d335
@@ -9,9 +9,9 @@ These settings will relate to backend options that modify how the server transco
## Bitrate and Resolution
Transcoding of local sources is always requested by the Client. The client will send transcoding profile(s) to the server containing information such as supported codecs, bitrate and additional constraints. The server will then pick the best resolution and bitrate within its capabilities.
Transcoding of local sources is always requested by the client. The client will send transcoding profile(s) to the server containing information about its capabilities, such as supported codecs, resolutions, bitrate and additional constraints. The server will then pick the settings with the best quality within its capabilities.
The output resolution is a function of input resolution, input and output bitrates, input and output codecs, and client constraints. There is currently no way to manually override the resolution.
The output resolution is a function of input resolution, input framerate, target output bitrate, input and output codecs, and client constraints. There is no way to manually override the resolution.
## Hardware Acceleration