mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
adjust encoding params
This commit is contained in:
parent
323baa2bdc
commit
6e9ba48f94
@ -318,7 +318,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
{
|
{
|
||||||
param = "-preset superfast";
|
param = "-preset superfast";
|
||||||
|
|
||||||
param += " -crf 23 -rc-lookahead 0 -muxdelay 0 -refs 1";
|
param += " -crf 23";
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (string.Equals(videoCodec, "libx265", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(videoCodec, "libx265", StringComparison.OrdinalIgnoreCase))
|
||||||
|
Loading…
Reference in New Issue
Block a user