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!
Use pip install video_summarizer
.
Tested video formats:
- .mp4
- .mpg
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")
... Work in progress ...
... Work in progress ...