mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
docs: fix confustion about libmali in hardware-transcoding.md (#13226)
This commit is contained in:
parent
52c700e9b0
commit
a8d16feb32
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ For RKMPP to work:
|
||||||
|
|
||||||
- You must have a supported Rockchip ARM SoC.
|
- You must have a supported Rockchip ARM SoC.
|
||||||
- Only RK3588 supports hardware tonemapping, other SoCs use slower software tonemapping while still using hardware encoding.
|
- Only RK3588 supports hardware tonemapping, other SoCs use slower software tonemapping while still using hardware encoding.
|
||||||
- Tonemapping requires `/usr/lib/aarch64-linux-gnu/libmali.so.1` to be present on your host system. Install [`libmali-valhall-g610-g6p0-gbm`][libmali-rockchip] and modify the [`hwaccel.transcoding.yml`][hw-file] file:
|
- Tonemapping requires `/usr/lib/aarch64-linux-gnu/libmali.so.1` to be present on your host system. Install the [`libmali`][libmali-rockchip] release that corresponds to your Mali GPU (`libmali-valhall-g610-g13p0-gbm` on RK3588) and modify the [`hwaccel.transcoding.yml`][hw-file] file:
|
||||||
- under `rkmpp` uncomment the 3 lines required for OpenCL tonemapping by removing the `#` symbol at the beginning of each line
|
- under `rkmpp` uncomment the 3 lines required for OpenCL tonemapping by removing the `#` symbol at the beginning of each line
|
||||||
- `- /dev/mali0:/dev/mali0`
|
- `- /dev/mali0:/dev/mali0`
|
||||||
- `- /etc/OpenCL:/etc/OpenCL:ro`
|
- `- /etc/OpenCL:/etc/OpenCL:ro`
|
||||||
|
|
Loading…
Add table
Reference in a new issue