[Fluxus] capturing video

gabor papp gabor.lists at mndl.hu
Fri Oct 2 01:55:57 PDT 2009


> Unfortunately I must have miscalculated the amount of time that the code
> took to write because the song runs out before the end :(
as far as i remember, if you want a 25fps video with audio at 44100 
samplerate, that means 44100/25 = 1764 samples per frame.

use this in start-audio:
(start-audio "system:capture_1" 1764 44100) ; i assume you are on osx
(process "music.wav")
(start-framedump "frame" "jpg")

on the other hand, it's much easier to use a screen capture software. 
they are pretty good nowadays.

best,
gabor




More information about the Fluxus mailing list