mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 09:21:55 +00:00
Enable Rockchip MJPEG encoder for Trickplay (#12610)
This commit is contained in:
parent
0d85af019c
commit
36d934f4c0
3 changed files with 34 additions and 20 deletions
|
|
@ -93,7 +93,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"hevc_videotoolbox",
|
||||
"mjpeg_videotoolbox",
|
||||
"h264_rkmpp",
|
||||
"hevc_rkmpp"
|
||||
"hevc_rkmpp",
|
||||
"mjpeg_rkmpp"
|
||||
};
|
||||
|
||||
private static readonly string[] _requiredFilters = new[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue