v1.119.0 #13778
Replies: 4 comments 10 replies
-
Thank you for the update! As always, it is greatly appreciated. Would hardware decoding let me disable h264 encoding of all my videos, saving space on disk, by encoding video on-the-fly when a user wants to play a video? That would probably be ideal for me, since I only have 1-3 max concurrent users at all time. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Android app still at 1.118.0 in play store? |
Beta Was this translation helpful? Give feedback.
-
v1.119.0
Caution
The env variable for the host binding was erroneously named
HOST
instead ofIMMICH_HOST
(which is how it was listed in the docs). This has been corrected in this release.If you were using the
HOST
env var in your setup before, please update it toIMMICH_HOST
.If you are using the built-in Prometheus endpoint for monitoring, please read on. If not, you can ignore this section.
The following env variables have been removed:
IMMICH_METRICS
IMMICH_API_METRICS
IMMICH_HOST_METRICS
IMMICH_IO_METRICS
IMMICH_JOB_METRICS
Use
IMMICH_TELEMETRY_INCLUDE
/IMMICH_TELEMETRY_EXCLUDE
instead.Examples:
Welcome to release
v1.119.0
of Immich. This release focuses on fixing issues surrounding video encoding and thumbnail generation for a variety of old and new formats, along with minor improvements across the app. Some of the highlights below:VAAPI hardware decoding
Prior to this release, Immich only used VAAPI for video encoding; it still used the CPU for decoding and tone-mapping. This release adds end-to-end acceleration for VAAPI, making transcoding much faster with lower CPU utilization. With this addition, every supported acceleration API now has end-to-end acceleration in Immich.
If you use VAAPI hardware acceleration, you can enable hardware decoding in the transcoding settings to take advantage of this change.
Transcoding fix for mobile
When the source video is Dolby Vision, transcodes sometimes either didn't play in the mobile app, or only the audio was played. In particular, this meant that many videos captured on iOS could not be viewed on Android.
This issue has been fixed. However, existing transcodes of Dolby Vision videos created using Immich 1.114.0 - 1.118.2 will still have the issue and will need to be re-transcoded for correct playback in these cases.
To re-transcode affected videos, you can either select them in the web app and choose the Refresh encoded videos option or go to the Job Status page and click All next to Transcode Videos.
Note: you only need to do this if you encounter playback issues for these videos.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
Cheers! 🍻
What's Changed
🚨 Breaking Changes
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: v1.118.2...v1.119.0
This discussion was created from the release v1.119.0.
Beta Was this translation helpful? Give feedback.
All reactions