Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
This commit is contained in:
commit
0a5db9f2d7
|
@ -341,7 +341,7 @@ namespace MediaBrowser.Api.Playback
|
||||||
// h264 (h264_nvenc)
|
// h264 (h264_nvenc)
|
||||||
else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
|
else if (string.Equals(videoCodec, "h264_nvenc", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
param = "-preset high-performance";
|
param = "-preset default";
|
||||||
}
|
}
|
||||||
|
|
||||||
// webm
|
// webm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user