An add-on for XBMC that creates a palette of the used colors in a video.
'Avatar' trailer
'Finding Nemo' trailer
'Life of Pi' trailer
It samples the video every second and calculates the most dominant color. It creates a PNG image with the colors and/or a HTML page. The HTML page uses a mouse-over effect to show the image it sampled, and optionally updates a Philips Hue light bulb to the selected color.
'Life of Pi' HTML output
Complete HTML code available in samples/html_sample.tar.gz
.
Notes
- XBMC add-on is only tested on Ubuntu
- HTML output is only tested on Chrome
This add-on is based on script.xbmc.hue.ambilight. The original project does color corrections/adjustments for better results on Philips Hue bulbs. The color corrections exluded from this project.