slavabarkov / tidy

Offline semantic Text-to-Image and Image-to-Image search on Android powered by quantized state-of-the-art vision-language pretrained CLIP model and ONNX Runtime inference engine
GNU General Public License v3.0
159 stars 13 forks source link

Video thumbnails #4

Open alnmy opened 10 months ago

alnmy commented 10 months ago

Possibly create an option which includes videos in the index by generating an image from the first frame.

(Side note; this program is great and easily one of the best OSS apps i've seen in a while so i really appreciate you making this)

slavabarkov commented 10 months ago

@alnmy Thank you for the kind words! It's a great idea for a feature for sure and I will consider implementing it.

alnmy commented 10 months ago

Since making this issue I noticed that animated GIFs are included in the gallery, how does that work? Is only the first frame of the GIF considered?