aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-30 18:34:10 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-30 18:34:10 -0400
commit0cb34993be76376eb3797fbdd1867bf9e2350117 (patch)
tree7239ccb519d9bb7a007d31fddb8b984bb8766c95
parent173ed019d1870337e0011fd32519ca8e46024b18 (diff)
dashboard video tweaks
-rw-r--r--MediaBrowser.Api/Playback/Progressive/VideoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
index a291c17ae..eb04570ed 100644
--- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
@@ -260,7 +260,7 @@ namespace MediaBrowser.Api.Playback.Progressive
// webm
if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase))
{
- args = "-quality realtime -profile:v 0 -slices 4";
+ args = "-quality realtime -cpu-used 0 -qmin 0 -qmax 20 -profile:v 0 -slices 8";
}
// asf/wmv