mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Add full Raspberry Pi hardware decoding support
This commit is contained in:
parent
47e6eede71
commit
94ef239de0
2 changed files with 18 additions and 2 deletions
|
|
@ -18,7 +18,10 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"h264_qsv",
|
||||
"hevc_qsv",
|
||||
"mpeg2_qsv",
|
||||
"mpeg2_mmal",
|
||||
"mpeg4_mmal",
|
||||
"vc1_qsv",
|
||||
"vc1_mmal",
|
||||
"h264_cuvid",
|
||||
"hevc_cuvid",
|
||||
"dts",
|
||||
|
|
@ -26,6 +29,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"aac",
|
||||
"mp3",
|
||||
"h264",
|
||||
"h264_mmal",
|
||||
"hevc"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue