Skip to content

Immich problem with Video thumbnails exif dates timeΒ #9643

@ccoles146

Description

@ccoles146

βœ… Have you read and understood the above guidelines?

yes

πŸ”Ž Did you run the script with verbose mode enabled?

No (this issue will likely be closed automatically)

πŸ“œ What is the name of the script you are using?

immich

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)"

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 13

πŸ“ˆ Which Proxmox version are you on?

9.0.11

πŸ“ Provide a clear and concise description of the issue.

I uploaded a lot of images and videos to Immich. I found that quite a few of the images, by no means all of them, had incorrect dates - it hadn't used the exif dates but instead the file-system dates. Also thumbnails were not generated for many videos. I thought maybe because the dates were for 2037 and so it had problems with thumbnails. This was not the case.
I examined the logs and saw the problem was related to this line:
`ffprobe is missing at /opt/immich/app/node_modules/.pnpm/[email protected]/node_modules/fluent-ffmpeg/lib/ffprobe.js:145:31'

A quick fix to resolve it was to install ffmpeg inside the container. However, I think that the container normally uses a different binary and not the standard ffmpeg install. Can you investigate to see if it is an issue or not and what the long-term fix is?

πŸ”„ Steps to reproduce the issue.

I'm not exactly sure.
I have files where filesystem date and the exif date differ. This may be enough to see which date it used during upload. In my case I uploaded using immich-cli.
Another way of checking is to attempt:

  • Open a file and try to change the date with the simple edit. The date does not update.
    I'm not sure if it only applies to some files as it's not too late to test retrospectively without spinning up a new container. Maybe another day I'll check this.

❌ Paste the full error output (if available).

[Nest] 41271 - 12/04/2025, 11:26:56 AM ERROR [Microservices:{"id":"344b8f91-2787-4914-a4ec-bcc452ce6ef5","source":"sidecar-write"}] Unable to run job handler (AssetExtractMetadata): Error: Cannot find ffprobe
Error: Cannot find ffprobe
at /opt/immich/app/node_modules/.pnpm/[email protected]/node_modules/fluent-ffmpeg/lib/ffprobe.js:145:31

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions