mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Enable Rockchip MJPEG encoder for Trickplay (#12610)
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user