mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
increase bitrate to 20Mbps for 1440p transcoding
This commit is contained in:
parent
20d6999d8c
commit
b02ceea91b
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
new ResolutionConfiguration(720, 950000),
|
||||
new ResolutionConfiguration(1280, 2500000),
|
||||
new ResolutionConfiguration(1920, 4000000),
|
||||
new ResolutionConfiguration(2560, 20000000),
|
||||
new ResolutionConfiguration(3840, 35000000)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue