ImmichI
Immich11mo ago
caglar

Transcode Videos

Hi,
I am scanning Immich using bind volume, but sometimes some videos are not transcoded due to server downtime. So far so good, how can I transcode these videos again? I tried to query the database and it shows up but I can't get it to transcode again.

immich=# SELECT "assetId" FROM asset_job_status
WHERE "previewAt" IS NULL OR "thumbnailAt" IS NULL
ORDER BY "metadataExtractedAt" DESC
LIMIT 2;
assetId
--------------------------------------
2912162d-3cb1-4840-8c2c-c655485a47de
8b791bcf-c47c-42fd-a264-3edd542c8ea7
(2 rows)
image.png
image.png
Was this page helpful?