mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
Merge branch 'master' into AsyncKeyedLock-migration
This commit is contained in:
@@ -1068,7 +1068,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
|
||||
// hw transpose filters should be added manually.
|
||||
args.Append(" -autorotate 0");
|
||||
args.Append(" -noautorotate");
|
||||
|
||||
return args.ToString().Trim();
|
||||
}
|
||||
@@ -1159,7 +1159,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
var isSwDecoder = string.IsNullOrEmpty(GetHardwareVideoDecoder(state, options));
|
||||
if (!isSwDecoder && _mediaEncoder.EncoderVersion >= new Version(4, 4))
|
||||
{
|
||||
arg.Append(" -autoscale 0");
|
||||
arg.Append(" -noautoscale");
|
||||
}
|
||||
|
||||
return arg.ToString();
|
||||
|
||||
Reference in New Issue
Block a user