diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-02 08:54:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-02 08:54:59 -0500 |
| commit | 297e5efeadf82ad4abebe214c604ae5398e17e11 (patch) | |
| tree | b9992a9d6f8381869bdaa285f13b380fda5bda39 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | 8c40c1c6dd8faddb832c04370dca93d3a9e5dccc (diff) | |
update wmv param
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index 67f06c792..5f6047e0d 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -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)) |
