|
|
@ -1639,10 +1639,10 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|
|
|
if (width.HasValue && height.HasValue)
|
|
|
|
if (width.HasValue && height.HasValue)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
videoSizeParam = string.Format(
|
|
|
|
videoSizeParam = string.Format(
|
|
|
|
CultureInfo.InvariantCulture,
|
|
|
|
CultureInfo.InvariantCulture,
|
|
|
|
"scale={0}x{1}",
|
|
|
|
"scale={0}x{1}",
|
|
|
|
width.Value,
|
|
|
|
width.Value,
|
|
|
|
height.Value);
|
|
|
|
height.Value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// For QSV, feed it into hardware encoder now
|
|
|
|
// For QSV, feed it into hardware encoder now
|
|
|
|