diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-30 12:23:36 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-11-30 12:23:36 -0500 |
| commit | 6e9ba48f94aacbdbb63ddd7c1a142bac83e5c83a (patch) | |
| tree | 348c59e2afc313ba3d17349dbfb10c5135aa2188 | |
| parent | 323baa2bdc83950988fd41adfe50494a4cd62c4c (diff) | |
adjust encoding params
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 2 |
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)) |
