Video thumbnails not generating after 2.0.1 update (video previews still working)
Hey everyone,
I'm experiencing the same issue described on GitHub https://github.com/immich-app/immich/issues/16154where
thumbnails are not generating, while video previews work fine.
I had already faced this exact problem before and managed to fix it using the following command:
docker exec -i immichserver sh -c 'VER="7.0.2-9" ; ARCH="$(dpkg --print-architecture)" ; URL="https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v${VER}/jellyfin-ffmpeg7${VER}-bookworm_${ARCH}.deb" ; curl -Lo /tmp/ffmpeg.deb "$URL" && dpkg -i /tmp/ffmpeg.deb && echo && ffmpeg 2>&1 | head -n2'
However, after updating to 2.0.1, the issue reappeared.
I try to follow the new guide on the same tread on github but still dosnt work.
This is the output:
I'm experiencing the same issue described on GitHub https://github.com/immich-app/immich/issues/16154where
thumbnails are not generating, while video previews work fine.
I had already faced this exact problem before and managed to fix it using the following command:
docker exec -i immichserver sh -c 'VER="7.0.2-9" ; ARCH="$(dpkg --print-architecture)" ; URL="https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v${VER}/jellyfin-ffmpeg7${VER}-bookworm_${ARCH}.deb" ; curl -Lo /tmp/ffmpeg.deb "$URL" && dpkg -i /tmp/ffmpeg.deb && echo && ffmpeg 2>&1 | head -n2'
However, after updating to 2.0.1, the issue reappeared.
I try to follow the new guide on the same tread on github but still dosnt work.
This is the output:
message.txt5.29KB