Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 893 Bytes

File metadata and controls

38 lines (24 loc) · 893 Bytes

MovieColor

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

Example: John Wick Movie

John Wick normal

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

John Wick alt

Installation:

Install with uv:

uv tool install moviecolor

Or clone the project and use uv run moviecolor.

* Make sure you have ffmpeg installed.

Usage:

Run it with:

moviecolor input.mp4 [--alt] [--help]

or without installing:

uvx moviecolor input.mp4 [--alt] [--help]

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

Usage