Skip to content

Graph | Creates a barcode image for a given video.

Notifications You must be signed in to change notification settings

lint/avg-color-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

avg-color-bar

Generates a bar of colors for a given number of images. Images must be in a folder called "images" and numbered sequentially in the order to be processed.

Finds the average rgb, hsv, hue, and uses kmeans, xyz, lab, and the most common color to create the bar.

I understand that in gen.py the tabs are very large, that is due to me producing this in Pythonista on my phone.

To extract the frames I used ffmpeg with the command:

ffmpeg -i input.mkv -vf fps=.25 images/%04d.jpg

About

Graph | Creates a barcode image for a given video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages