Monday, March 4, 2013

SimpleCinema

A 2-channel video mixer built with Processing 2.0b8:
  • Speed control;
  • Blending options;
  • FFMPEG encoding for recorded mixes;
  • Syphon output;
  • MIDI control;
  • Automated fades.


You'll need these libraries:
controlP5
MidiBus
Syphon

Thanks to Jeff Thompson for instructions on using FFMPEG:
Creating video with Processing and FFMPEG
Installing FFMPEG on a Mac

Place your video files in the data/videos/ folder. Add the video file names to the videoFileList.txt file. Download SimpleCinema