davepagurek / rolling-shutter

A script to offset rows of pixels in time to produce an extreme rolling shutter effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rolling-shutter

A script to offset rows of pixels in time to produce an extreme rolling shutter effect.

Updating rowsPerFrame in src/ofApp.cpp changes the strength of the rolling shutter. With a 1080p video at 30fps, if you have one row per frame, you have 1080 / 30 = 36 seconds of difference between the first row of pixels and the last, resulting in an extreme amount of distortion.

About

A script to offset rows of pixels in time to produce an extreme rolling shutter effect.


Languages

Language:Makefile 66.1%Language:C++ 33.9%