mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
dashboard video tweaks
This commit is contained in:
parent
173ed019d1
commit
0cb34993be
@ -260,7 +260,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
// webm
|
||||
if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
args = "-quality realtime -profile:v 0 -slices 4";
|
||||
args = "-quality realtime -cpu-used 0 -qmin 0 -qmax 20 -profile:v 0 -slices 8";
|
||||
}
|
||||
|
||||
// asf/wmv
|
||||
|
Loading…
Reference in New Issue
Block a user