Skip to main content

Fast program to generate a 'Moviebarcode' of a video from average color of its frames with embedded ffmpeg and real-time progress interface.

Project description

MovieColor

Create a "MovieBarcode" using average color of each frame as bars:

image of test output

or using shrinked frames as bars (with --alt argument):

image of test output2

Usage:

Install python dependencies in Virtual Environment:

python -m venv venv
venv\Scripts\activate (on Windows)
source venv/bin/activate (on Linux)
pip install -r requirements.txt

Run it with:

python moviecolor.py input.mp4 [-l 30] [-o output_name] [--alt] [--help]

-l , --length: chosen part of the video from start (in Minutes)

-a , --alt: instead of using average color, use shrinked frames

Usage

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

moviecolor-1.0.2.tar.gz (4.4 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