mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 12:14:21 -04:00
Add hevc hw-decoders and encodrs to var required.
These hardware decoders should be added for letting emby recognize this hw-decoders and encoders. This in addition to #2506 and on the dev branch as wished.
This commit is contained in:
parent
c811d57bca
commit
c70dfc713b
@ -90,6 +90,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
var required = new[]
|
var required = new[]
|
||||||
{
|
{
|
||||||
"h264_qsv",
|
"h264_qsv",
|
||||||
|
"hevc_qsv",
|
||||||
"mpeg2_qsv",
|
"mpeg2_qsv",
|
||||||
"vc1_qsv"
|
"vc1_qsv"
|
||||||
};
|
};
|
||||||
@ -134,9 +135,13 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
"libvorbis",
|
"libvorbis",
|
||||||
"srt",
|
"srt",
|
||||||
"h264_nvenc",
|
"h264_nvenc",
|
||||||
|
"hevc_nvenc",
|
||||||
"h264_qsv",
|
"h264_qsv",
|
||||||
|
"hevc_qsv",
|
||||||
"h264_omx",
|
"h264_omx",
|
||||||
|
"hevc_omx",
|
||||||
"h264_vaapi",
|
"h264_vaapi",
|
||||||
|
"hevc_vaapi",
|
||||||
"ac3"
|
"ac3"
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -205,4 +210,4 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user