[PR #7460] [MERGED] feat(server): easy RKMPP video encoding #11638

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

📋 Pull Request Information

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

Base: mainHead: refactor/easy-rkmpp-video-transcode


📝 Commits (2)

  • 1920e43 feat(server): easy RKMPP video encoding
  • bb214a2 make linter happy

📊 Changes

5 files changed (+11 additions, -63 deletions)

View changed files

📝 docker/hwaccel.transcoding.yml (+0 -6)
📝 server/src/domain/media/media.service.spec.ts (+5 -14)
📝 server/src/domain/media/media.util.ts (+5 -28)
📝 server/src/domain/repositories/media.repository.ts (+0 -2)
📝 server/src/infra/repositories/media.repository.ts (+1 -13)

📄 Description

uses the RKMPP encoder built into the recent jellyfin-ffmpeg release.
This simplifies both the code and especially usage (no need to mount binaries into the container)!

Downsides: Slower transcoding due to software decoding and scaling. Previously, hardware decoding and scaling was used. We might be able to re-enable hardware decoding in the future (follow-up PR).


🔄 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/7460 **Author:** [@fyfrey](https://github.com/fyfrey) **Created:** 2/27/2024 **Status:** ✅ Merged **Merged:** 2/27/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `refactor/easy-rkmpp-video-transcode` --- ### 📝 Commits (2) - [`1920e43`](https://github.com/immich-app/immich/commit/1920e437c2736c7ba788278653b20f02f3b0a7ad) feat(server): easy RKMPP video encoding - [`bb214a2`](https://github.com/immich-app/immich/commit/bb214a2238f536d84c498807a3178115f318f6b5) make linter happy ### 📊 Changes **5 files changed** (+11 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `docker/hwaccel.transcoding.yml` (+0 -6) 📝 `server/src/domain/media/media.service.spec.ts` (+5 -14) 📝 `server/src/domain/media/media.util.ts` (+5 -28) 📝 `server/src/domain/repositories/media.repository.ts` (+0 -2) 📝 `server/src/infra/repositories/media.repository.ts` (+1 -13) </details> ### 📄 Description uses the RKMPP encoder built into the recent jellyfin-ffmpeg release. This simplifies both the code and especially usage (no need to mount binaries into the container)! Downsides: Slower transcoding due to software decoding and scaling. Previously, hardware decoding and scaling was used. We might be able to re-enable hardware decoding in the future (follow-up PR). --- <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:12 +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#11638