Skip to content

Inspired by Phillips Ambilight, this JavaScript plugin creates light effects around any HTML5 video player that correspond to the video content, resulting in a more immersive experience.

License

Jotune/Ambient-Video-Projection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Ambient Video Projection (Ambivid's core)

Inspired by Phillips Ambilight, this JavaScript plugin creates light effects around any HTML5 video that correspond to the video content, resulting in a more immersive experience.

##How to use

First off all, you need to create a container that will contain the video and the canvas in which we will draw our annimation. This container must be in relative or absolute position. Defining his background to black produce a cleaner effect.

Then, you just have to init avp_core providing the video's Id and the recently created container's Id.

var avp_core = new avp_core("html5video", "avpContainer");
avp_core.Start();

The AVP effect will now fill your container.

About

Inspired by Phillips Ambilight, this JavaScript plugin creates light effects around any HTML5 video player that correspond to the video content, resulting in a more immersive experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published