Mert

Results 543 comments of Mert

The models only take that long the first time they're compiled. You can preload them and set a really high timeout for the probes to let it get compiled.

How many of those errors do you see? Could you share an image that has that issue? Also, is your preview resolution default or did you change it?

You can get some info about the asset for the failed job you shared by running this: `docker compose exec -it database psql -U postgres -c "SELECT jsonb_pretty(jsonb_build_object('id', a.id, 'type',...

That's interesting, this thumbnail has apparently never been generated successfully. Do you know around when this asset was added to Immich? You can add `'createdAt', a."createdAt"` to the start of...

I reproduced the issue with that image. There's a discrepancy between when we flip the dimensions based on orientation and when sharp does. In this case, we flip width and...

With the fix in the next release, you can change the feature photo for a person (it can be the same image) and it will re-generate that person's thumbnail. Re-running...

There have been mentions that videos on mobile can take a while to start playing, suggesting that it's downloading the full video and not streaming it. Could that be causing...

That's a good point! Non-transcoded videos would have to download the full video to get the moov atom at the end. @thefirstofthe300 Can you confirm if you have transcoding disabled...

I have to agree that AVIF makes more sense right now. It's supported by major browsers and there's a convenient package for it in Flutter. Granted, it's not like every...