[PR #7655] feat(server): hardware HDR tonemapping for RKMPP #11731

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

Original Pull Request: https://github.com/immich-app/immich/pull/7655

State: closed
Merged: Yes


enables full hardware transcoding for HDR videos on Rockchip SoCs

  • pipeline: hardware decode -> scaling -> opencl tonemapping -> hardware encoding
  • only RK3588 supports tonemapping, other Rockchips SoCs still use software decoding/scaling/tonemapping but retain hardware encoding
  • users need to provide libmali.so for tonemapping
  • added docs for RKMPP transcoding
  • enables 4K HDR -> FHD SDR transcode at 8x realtime speed 🚀 (in software it's 0.25x realtime...)
**Original Pull Request:** https://github.com/immich-app/immich/pull/7655 **State:** closed **Merged:** Yes --- **enables full hardware transcoding for HDR videos on Rockchip SoCs** - pipeline: hardware decode -> scaling -> opencl tonemapping -> hardware encoding - only RK3588 supports tonemapping, other Rockchips SoCs still use software decoding/scaling/tonemapping but retain hardware encoding - users need to provide `libmali.so` for tonemapping - added docs for RKMPP transcoding - enables 4K HDR -> FHD SDR transcode at 8x realtime speed :rocket: (in software it's 0.25x realtime...)
OVERLORD added the pull-request label 2026-02-05 14:44:52 +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#11731