A time saver tool that transform long footage in a short video keeping the meaningful parts. Useful to compress video surveillance footage.
Project description
Video Summarizer
A time saver tool that transform long footage in a short video, keeping the meaningful parts. Useful to compress video surveillance footage.
Note: This project started recently, so it is in initial form. Your suggestions are welcome and feel free to contribute!
Installation
Use pip install video_summarizer
.
Features / Usage
Tested video formats:
- .mp4
- .mpg
Video Summarization
Motion summarization
Usage:
import video_summarizer as vidsum
input_video_path = "input_videos/original.mp4"
output_video_path = "output_videos/processed.mp4"
vidsum.summarize(input_video_path, output_video_path, mode="motion")
Movement Detector
... Work in progress ...
Heatmap
... Work in progress ...
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
File details
Details for the file video_summarizer-0.0.1.tar.gz
.
File metadata
- Download URL: video_summarizer-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa337b59e864d6103899a8d8fd429a9a7eb659dbc7b77f0a4c58662634d6c05 |
|
MD5 | a7ee065bf5822e511e7321bb9881532b |
|
BLAKE2b-256 | 6343b7f5442099a0880bb0e7e0489cac8f9768c77268886294d4e0c449a23ea6 |