TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Video Motion Scanner App in Python (My First UI)

1 pointsby Breakthrough3 months ago
<a href="https:&#x2F;&#x2F;www.dvr-scan.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dvr-scan.com&#x2F;</a><p>A tool I wrote a few years ago that extracts motion clips from videos, completely free and open source. I released this as a CLI-only program a few years ago, but just updated to have a new GUI. This is the first GUI program I&#x27;ve personally shipped, so I&#x27;m excited to hear any feedback.<p>Works on all platforms anywhere Python is installed with: pip install dvr-scan[opencv]<p>Windows installer&#x2F;builds are also available above. Feedback is welcome! <a href="https:&#x2F;&#x2F;github.com&#x2F;Breakthrough&#x2F;DVR-Scan">https:&#x2F;&#x2F;github.com&#x2F;Breakthrough&#x2F;DVR-Scan</a><p>One constraint I gave myself was that the GUI had to be completely done with tkinter since it comes with most Python distributions, and avoid bringing in too many extra dependencies. The software aims to be able to run on low-end systems with ease, and tries to have as little dependencies as possible.

no comments

no comments