Reverse Video Search

by Beefinon 12/27/24, 8:55 PMwith 10 comments
by hivacruzon 12/30/24, 11:10 AM

Instead of taking a image every 5 seconds from the video and embed it, you could detect when there are enough changes between frames to decide to embed or not. One frame, one scene, one vector.

For instance, Ffmpeg can do that with the filter `select=gt(scene,0.3)`. It selects the frames whose scene detection score is greater then 0.3 (the scene change detection score are values between 0 and 1).

https://ffmpeg.org//ffmpeg-filters.html#select_002c-aselect

by terrycodyon 12/31/24, 6:18 AM

I am a normal guy, how to use it though? I can't see any upload buttons?

by gardnron 12/30/24, 10:34 AM

It's cool. It just feels a bit like an advert.

by glofloon 12/30/24, 10:30 AM

> ChatGPT, generate lists of use cases.