Force original aspect ratio can be used for QSV subtitle scaling
This commit is contained in:
parent
8368815788
commit
7d2bfabb32
|
@ -1593,14 +1593,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
state.VideoStream.Width.Value,
|
||||
state.VideoStream.Height.Value);
|
||||
|
||||
videoSizeParam += ":force_original_aspect_ratio=decrease";
|
||||
|
||||
//For QSV, feed it into hardware encoder
|
||||
if (string.Equals(outputVideoCodec, "h264_qsv", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
//For QSV, feed it into hardware encoder
|
||||
videoSizeParam += ",hwupload=extra_hw_frames=64";
|
||||
}
|
||||
else
|
||||
{
|
||||
videoSizeParam += ":force_original_aspect_ratio=decrease";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user