49
submitted 2 days ago by Babalugats@lemmy.ml to c/linux@lemmy.ml

Does anyone know of any good, reasonably fast software to scan through a load of video files. Hours/weeks of footage to sift out any motion detected reasonably quickly. Preferably with a GUI.

I have tried a few, and DVR-SCAN seems to do a decent job, but it's very slow, and without the GUI, I need to manually open every video file that it has saved (taking up a ton of space) to see if they have what i am looking for.

Ideally free software, as I am broke. But if there are good recommended paid options I will happily consider them, My head is close to exploding digging through these. I am using Linux Mint, but will happily use any distro that may help me better. Hopefully this post it allowed here, if not could someone please point me in the right direction. Thanks.

you are viewing a single comment's thread
view the rest of the comments
[-] chrash0@lemmy.world -4 points 2 days ago

i’d vibe code something in Python for this tbh, but i have some expertise in this area already. you could even get some classification going with a YOLO model to help you narrow down the search. it won’t have a GUI unless you count Jupyter notebooks.

[-] Eggymatrix@sh.itjust.works 5 points 1 day ago

This problem was already solved before AI, no need to hallucinate using 100x more compute and time than what is necessary

[-] utopiah@lemmy.ml 1 points 23 hours ago* (last edited 23 hours ago)

Gosh... wish I could upvote twice. Feels like we just gave a low cost (for now) chainsaw to anybody who wish they had a pocket knife then say "There, you can cut anything with that!" and somehow they forgot they can just buy some OK stuff from Ikea or a nice artisan. The need to "build" anything without taking a minute to know, not even the state of the art, whatever already exist out there and "fix" it by "personalizing" it is nuts.

Let's not "vibe code" anything when reliable solutions already exist!

[-] chrash0@lemmy.world 0 points 1 day ago

someone was asking for a GUI, so not going to be an ffmpeg expert. likely the LLM would recommend ffmpeg anyway. plus you would run YOLO (or maybe CLIP) locally; it has been running on Android phones since 2020 at least. a Jupyter notebook would also give a quick and dirty GUI to visualize and document the solution. plus “motion detection” is probably not the full story, and any video will probably have artifacting that means you’d have to tune the motion detection algorithm or end up with a bunch of garbage artifacts/false positives in the end. also, sounds like the user isn’t looking for something long-running like Frigate. if the user isn’t familiar with Python and wants to do something downstream like sort the outputs or whatever, an LLM would help with that.

sure, programmatically, it’s not a difficult problem, but like it or not it can be solved by someone without an advanced CS degree with an LLM precisely because the problem is easy. no easily ready solution exists, but that doesn’t mean it can’t be done. “just use ffmpeg” to someone like my dad who might have the know how to install Linux but isn’t a programmer isn’t exactly the simple advice it sounds like.

[-] Eggymatrix@sh.itjust.works 1 points 1 day ago

So you are telling someone like your dad to vibe code something in python?

this post was submitted on 17 Jan 2026
49 points (100.0% liked)

Linux

57274 readers
1257 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS