Skip to content

Instantly share code, notes, and snippets.

View cmarangu's full-sized avatar
📚
studying

Chase Marangu cmarangu

📚
studying
View GitHub Profile
// Frames to Rolling Shutter
// Chase Marangu aka C010011012 aka cmarangu
// 2020 4/22
// SET NUMBER OF FRAMES HERE
int FRAMES = 75;
// optional multisampling - 1 is grainy, 10 is blurry and lags when generating
// u find the balance
int SAMPLES = 1;
// Video to Frames
// C010011012 (@cmarangu) 2020 3/10
// can use with my rollingshutter.pde
import java.util.ArrayList;
import processing.video.*;
ArrayList<PImage> imgs;
Movie mov1;
/**
* Glittery Hills
* C010011012 (@cmarangu) 2019 12/8
* Looped animation inspired by Eteinne Jacob
* works in Processing.org (download)
**/
float arg;
float altarg;