Skip to main content

Generate a 'Moviebarcode' of a video from shrinked frames or average color of frames using ffmpeg with 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


Installation:

Install via pip:

pip install moviecolor

Or clone the project and Install it in Virtual Environment:

git clone https://github.com/AsaadMe/MovieColor.git
cd MovieColor
python -m venv venv
venv\Scripts\activate (on Windows)
source venv/bin/activate (on Linux)
pip install -e .

* Make sure you have ffmpeg installed.


Usage:

Run it with:

moviecolor input.mp4 [-e 30] [-o output_name] [--alt] [--help]

-e , --end: 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.2.0.tar.gz (5.6 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