mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
adjust webm quality
This commit is contained in:
parent
2659304047
commit
378beb7bad
@ -258,7 +258,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
|||||||
// webm
|
// webm
|
||||||
if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase))
|
if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
args = "-quality realtime -cpu-used 0 -qmin 0 -qmax 20 -profile:v 0 -slices 8";
|
args = "-quality realtime -speed 0 -qmin 0 -qmax 30 -profile:v 0 -slices 8";
|
||||||
}
|
}
|
||||||
|
|
||||||
// asf/wmv
|
// asf/wmv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user