aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-30 12:23:36 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-30 12:23:36 -0500
commit6e9ba48f94aacbdbb63ddd7c1a142bac83e5c83a (patch)
tree348c59e2afc313ba3d17349dbfb10c5135aa2188
parent323baa2bdc83950988fd41adfe50494a4cd62c4c (diff)
adjust encoding params
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index 43866889f..a940be763 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -318,7 +318,7 @@ namespace MediaBrowser.Api.Playback
{
param = "-preset superfast";
- param += " -crf 23 -rc-lookahead 0 -muxdelay 0 -refs 1";
+ param += " -crf 23";
}
else if (string.Equals(videoCodec, "libx265", StringComparison.OrdinalIgnoreCase))