mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -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
1 changed files with 6 additions and 1 deletions
|
@ -90,6 +90,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
var required = new[]
|
||||
{
|
||||
"h264_qsv",
|
||||
"hevc_qsv",
|
||||
"mpeg2_qsv",
|
||||
"vc1_qsv"
|
||||
};
|
||||
|
@ -134,9 +135,13 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"libvorbis",
|
||||
"srt",
|
||||
"h264_nvenc",
|
||||
"hevc_nvenc",
|
||||
"h264_qsv",
|
||||
"hevc_qsv",
|
||||
"h264_omx",
|
||||
"hevc_omx",
|
||||
"h264_vaapi",
|
||||
"hevc_vaapi",
|
||||
"ac3"
|
||||
};
|
||||
|
||||
|
@ -205,4 +210,4 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue