A collection of small programs to work with lots of video files
Project description
System for categorizing video files
This is a work in process. We are using it to help our pastime of making amateur videos of urban wildlife.
Our use case
We have multiple Blink cameras around the property and a 4K trail camera. Fortunately the most interesting videos we collect contain wild life visiting the property. We enjoy making amateur videos of interesting species and antics.
The problem is that we record hundreds of 30 sec videos per day, most of which are wind rustling plants or animals moving fast enough that they are out of the frame before the recording starts.
This project is an attempt to facilitate preprocessing and sorting the image files into different directories.
The directories we use to sort incoming files are based on what we expect. For example when we look at the blink cameras we separate them by animal after we all out people:
- bird
- cat
- coyote
- possum
- racoon
- rat
- skunk
- squirrel
- other
- furtherReview
- trash
The workflow
The vsorter
program leverages any modern browser to present the movies with the option to display
preprocessing
If the input movie recordings are in AVI format the mkmp4
program will convert the video
and adjust the volume.
MP4 movies can be bassed through the same program for automatic gain control
Programs
vsorter - command line preprocessor
The vsorter
program leverages any modern browser to present the movies with the option to display
at up to 5x speed or as slow as 0.25x. When the SUBMIT
button is pressed the indiviual movies
are moved to the apropriate directories.
vmover - flask app to respond to the web page decisions
The actual moving is done in the background by a Python web application running on the "localhost".
blink-summary - count movies by camera
When we have a lot of movies to sort I like to do it by camera. This program looks at the downloaded movies in a directory tree and count how many are from each camera.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file video_sorter-0.1.1.tar.gz
.
File metadata
- Download URL: video_sorter-0.1.1.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55fd575c47984dd9c510af8376f591336d4eef4e3b4338149bbdaa197c354f83 |
|
MD5 | c62d511bfa56d041fc4733ad13c33abf |
|
BLAKE2b-256 | dead7c3ac1e14fd8169ef2037ab9ebf22f631b96f25b3f2eb6459ff54dee6ca5 |
File details
Details for the file video_sorter-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: video_sorter-0.1.1-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4da984654b8d148715ff53d2209dd16c60ea1b36fa8cd207fe0720443cce7be3 |
|
MD5 | 07aaea5d6102b481a267bc1ff21c1b1c |
|
BLAKE2b-256 | 11d8fd31bc63797da788952e86705b7109027fa1bd8650201620b4633df9af6c |