mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:30:05 +03:00
Update index.mdx
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user