revert qsv encoding
This commit is contained in:
parent
fab2bfed49
commit
db8e51edb6
|
@ -291,10 +291,10 @@ namespace MediaBrowser.Api.Playback
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (string.Equals(ApiEntryPoint.Instance.GetEncodingOptions().HardwareVideoDecoder, "qsv", StringComparison.OrdinalIgnoreCase))
|
//if (string.Equals(ApiEntryPoint.Instance.GetEncodingOptions().HardwareVideoDecoder, "qsv", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
//{
|
||||||
return "h264_qsv";
|
// return "h264_qsv";
|
||||||
}
|
//}
|
||||||
|
|
||||||
return "libx264";
|
return "libx264";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user