mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update wmv param
This commit is contained in:
parent
8c40c1c6dd
commit
297e5efead
@ -313,7 +313,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
// asf/wmv
|
// asf/wmv
|
||||||
if (videoCodec.Equals("wmv2", StringComparison.OrdinalIgnoreCase))
|
if (videoCodec.Equals("wmv2", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
return "-g 100 -qmax 15";
|
return "-qmin 2";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (videoCodec.Equals("libx264", StringComparison.OrdinalIgnoreCase))
|
if (videoCodec.Equals("libx264", StringComparison.OrdinalIgnoreCase))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user