Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelibaceta/chroma-key-js
And example about to how to read a video html element and replace green pixels to simulate a chroma key effect
https://github.com/joelibaceta/chroma-key-js
canvas chroma-key html5 javascript video
Last synced: 16 days ago
JSON representation
And example about to how to read a video html element and replace green pixels to simulate a chroma key effect
- Host: GitHub
- URL: https://github.com/joelibaceta/chroma-key-js
- Owner: joelibaceta
- License: mit
- Created: 2018-11-27T02:02:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T16:58:16.000Z (about 6 years ago)
- Last Synced: 2024-12-21T05:26:28.488Z (26 days ago)
- Topics: canvas, chroma-key, html5, javascript, video
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](docs/images/logo.svg)
## How it works / ¿Como funciona?
From html5 we have a specific element for video type content
_A partir de html5 contamos con un elemento específico para el contenido de tipo vídeo_```html
```