this post was submitted on 30 Mar 2026
43 points (80.3% liked)
Asklemmy
54283 readers
704 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have a friend at work that does a lot of video. He films weddings, music videos etc. and is making a pilot for Netflix. He uses AI to go through all his footage and tag it according to content. E.g. if he needs a clip of birds, he can just search βbirdsβ and it will pull up all relevant footage. Incredibly useful.
This could come in pretty handy for me. What's he edit on that does this?
Itβs a custom app he made using ai vision and xml files I guess. He uses DaVinci resolve though
Is the AI vision local?
Multimodal local models like qwen3.5 are pretty good
Basically you grab screenshots from the video at intervals and ask the model to tag / describe them.
I should probably learn how you link all this stuff up, probably not doing myself a lot of favours ignoring it.
A 20β¬ plan of Claude Code for a month will teach you all of it.
Itβs pretty much just scripting ffmpeg and feeding the screenshots to a local model via an API (or use a CLIP model)
Cheers
that seems like a great system, i wonder how it's structured.
I feel like this was a thing before it got put under the banner of AI