Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

video_summarizer-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page