Immich: Update JSON (#5085)

- Provide more clarity around OpenVINO, hardware transcoding, and how to
change upload locations
This commit is contained in:
Chris 2025-06-10 10:01:48 -04:00 committed by GitHub
parent b1f8992933
commit ed834bf424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,15 +33,15 @@
}, },
"notes": [ "notes": [
{ {
"text": "During installation, HW-accelerated machine-learning (with OpenVINO) is an available option. This also allows for HW-accelerated transcoding, but it must be enabled in Video Transcoding Settings", "text": "During installation, you will be prompted with the option to install Intel OpenVINO for hardware-accelerated machine-learning. If you opt in, increase your LXC RAM after installation, as OpenVINO is memory-intensive",
"type": "info" "type": "info"
}, },
{ {
"text": "If using OpenVINO HW machine-learning, increase RAM because OpenVINO is memory-intensive", "text": "HW-accelerated video transcoding is supported, but must be enabled in Immich Settings",
"type": "info" "type": "info"
}, },
{ {
"text": "To change upload location, edit 'IMMICH_MEDIA_LOCATION' in `/opt/immich/.env`", "text": "To change upload location, edit 'IMMICH_MEDIA_LOCATION' in `/opt/immich/.env`, and create the symlink 'upload' in /opt/immich/app & /opt/immich/app/machine-learning to your new upload location",
"type": "info" "type": "info"
} }
] ]