adjust encoding params

This commit is contained in:
Luke Pulverenti 2015-11-30 12:23:36 -05:00
parent 323baa2bdc
commit 6e9ba48f94

View file

@ -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))