Add option to generate image thumbnails during generate (#4602)

* Add option to generate image thumbnails
* Limit number of concurrent image thumbnail generation ops
This commit is contained in:
WithoutPants
2024-02-22 11:19:23 +11:00
committed by GitHub
parent c4a91d15a6
commit a8c909e0c9
14 changed files with 332 additions and 222 deletions

View File

@@ -18,6 +18,7 @@ type GenerateMetadataOptions struct {
Transcodes bool `json:"transcodes"`
Phashes bool `json:"phashes"`
InteractiveHeatmapsSpeeds bool `json:"interactiveHeatmapsSpeeds"`
ImageThumbnails bool `json:"imageThumbnails"`
ClipPreviews bool `json:"clipPreviews"`
}