[PR #7472] [MERGED] feat(server): rkmpp hardware decoding scaling #11645

Closed
opened 2026-02-05 14:43:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7472
Author: @fyfrey
Created: 2/27/2024
Status: Merged
Merged: 2/28/2024
Merged by: @mertalev

Base: mainHead: feat/rkmpp-hardware-decoding-scaling


📝 Commits (2)

  • f9aa257 feat(server): RKMPP hardware decode & scaling
  • 8a315e4 disable hardware decoding for HDR

📊 Changes

2 files changed (+27 additions, -11 deletions)

View changed files

📝 server/src/domain/media/media.service.spec.ts (+6 -6)
📝 server/src/domain/media/media.util.ts (+21 -5)

📄 Description

enables full hardware transcoding via RKMPP on RK3588 platform: decode, scale filter, encode

transcode speed: 20x realtime for hevc, 27x realtime for h264 🚀


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/7472 **Author:** [@fyfrey](https://github.com/fyfrey) **Created:** 2/27/2024 **Status:** ✅ Merged **Merged:** 2/28/2024 **Merged by:** [@mertalev](https://github.com/mertalev) **Base:** `main` ← **Head:** `feat/rkmpp-hardware-decoding-scaling` --- ### 📝 Commits (2) - [`f9aa257`](https://github.com/immich-app/immich/commit/f9aa257034330fc13b0771f6fcee68c575a5ef6c) feat(server): RKMPP hardware decode & scaling - [`8a315e4`](https://github.com/immich-app/immich/commit/8a315e4864aa87e937b15fa9934c4006f1ff481b) disable hardware decoding for HDR ### 📊 Changes **2 files changed** (+27 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/media/media.service.spec.ts` (+6 -6) 📝 `server/src/domain/media/media.util.ts` (+21 -5) </details> ### 📄 Description enables full hardware transcoding via RKMPP on RK3588 platform: decode, scale filter, encode transcode speed: 20x realtime for hevc, 27x realtime for h264 :rocket: --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:43:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11645