https://github.com/tpltnt/colorcode
A Processing sketch to generate colored barcodes based on film input.
https://github.com/tpltnt/colorcode
Last synced: 2 months ago
JSON representation
A Processing sketch to generate colored barcodes based on film input.
- Host: GitHub
- URL: https://github.com/tpltnt/colorcode
- Owner: tpltnt
- License: agpl-3.0
- Created: 2013-12-24T12:39:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-26T12:28:46.000Z (over 11 years ago)
- Last Synced: 2025-01-23T00:41:13.508Z (4 months ago)
- Language: Processing
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
colorcode
=========A [Processing](http://processing.org) sketch to generate colored barcodes based on film input. This is a project to explore Processing and data visualization. The frames of the input film need to be extracted first, e.g. by running ```ffmpeg -i inputfile.avi -r 1 -f image2 frame-%d.png```.
Warning: The frame analysis part becomes very slow very fast and eats lots of memory. It is not recommended for actual use.
references
----------
* [processing](http://processing.org)
* [JSON](http://json.org/)
* [Code 128](https://en.wikipedia.org/wiki/Code_128)
* [ffmpeg](http://ffmpeg.org/)