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:
or using shrinked frames as bars (with --alt
argument):
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 [-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
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.1.0.tar.gz
(4.7 kB
view details)
File details
Details for the file moviecolor-1.1.0.tar.gz
.
File metadata
- Download URL: moviecolor-1.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8f9a39c36c8ae1c2d3df1f0bc275edc979c54b48c79b767548548a9133f7383 |
|
MD5 | ffc6154faca635d0b91609e49429e9ff |
|
BLAKE2b-256 | a3034d818f76db296585923e8a3d4ade7a2f464f7c37ae0947d80106c4b943a7 |