https://github.com/ideoforms/lumin-order
Reorder a video file by frame luminosity.
https://github.com/ideoforms/lumin-order
Last synced: 4 months ago
JSON representation
Reorder a video file by frame luminosity.
- Host: GitHub
- URL: https://github.com/ideoforms/lumin-order
- Owner: ideoforms
- Created: 2013-11-20T15:57:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T21:07:02.000Z (almost 9 years ago)
- Last Synced: 2025-06-29T18:50:31.342Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lumin-order
Reorder a video file by frame luminosity.
Luminosity is processed frame by frame by taking the mean pixel
intensity from `[0..1]`. Luminosity is then rounded to `N` decimal places
to reduce fragmentation, so that in-order sequences from the original
material are represented intact. Alter the rounding factor with the
`-r` argument to achieve different levels of fragmentation.
Commissioned for the opening of [Black Tower Projects](http://www.blacktowerprojects.com/), September 2017.
Created by [Daniel Jones](http://www.erase.net/).
# Installation
To install and run the script:
```
pip install -r requirements.txt
python reorder.py
```
# History
This script replaces an earlier libcinder incarnation of LuminOrder.