lanzani / video_summarizer

๐ŸŽž๏ธโœ‚๏ธ A time saver tool that transform long footage in a short video, keeping the meaningful parts. Useful to compress video surveillance footage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ...

About

๐ŸŽž๏ธโœ‚๏ธ A time saver tool that transform long footage in a short video, keeping the meaningful parts. Useful to compress video surveillance footage.

License:MIT License


Languages

Language:Python 100.0%