From 049ffa2b4ef6298ac36f1c92fa9f35a7b68ad3e2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 7 May 2013 00:39:48 -0400 Subject: [PATCH] adjusted webm settings --- MediaBrowser.Api/Playback/Progressive/VideoService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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