diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-27 08:42:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-03-27 08:42:06 -0400 |
| commit | 6de9c31c54be74e2668f5216f7b4832e63819ec2 (patch) | |
| tree | a130a7a6e8b1a3058e48a7c4ad69f02e85a9c9ac | |
| parent | 12d5bdeaed5d7b73f6108d512c2cd0a85398ca74 (diff) | |
dashboard tweaks and webm fixes
| -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 7992948d2..7a490cc70 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -235,7 +235,7 @@ namespace MediaBrowser.Api.Playback.Progressive // webm if (videoCodec.Equals("libvpx", StringComparison.OrdinalIgnoreCase)) { - args = "-g 120 -cpu-used 1 -lag-in-frames 16 -deadline realtime -slices 4 -vprofile 0"; + args = "-quality realtime -profile:v 1 -slices 4"; } // asf/wmv |
