diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-05-06 21:53:56 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-05-06 21:53:56 -0700 |
| commit | fbcca1eabf515f77d3ef727d09c165e6829e0fee (patch) | |
| tree | bbc39c4899b158496361fc40a8d8d4eb5fcc06ab /MediaBrowser.Api | |
| parent | c0da1486ebba77b15a1982ca8be14c85d9633e6e (diff) | |
| parent | 049ffa2b4ef6298ac36f1c92fa9f35a7b68ad3e2 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs index e2d0562377..3ad8b93714 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -258,7 +258,7 @@ namespace MediaBrowser.Api.Playback.Progressive // webm if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase)) { - args = "-quality realtime -speed 0 -qmin 0 -qmax 30 -profile:v 0 -slices 8"; + args = "-speed 16 -quality good -profile:v 0 -slices 8"; } // asf/wmv |
