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