mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
update wmv param
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user