Enable Rockchip MJPEG encoder for Trickplay (#12610)

This commit is contained in:
Nyanmisaka 2024-09-09 23:24:45 +08:00 committed by GitHub
parent 0d85af019c
commit 36d934f4c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 20 deletions

View file

@ -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[]