render music visualisation movie
in
Programming Questions
•
2 years ago
hi
i'm making music visualisation with processing
and i wanted to render a movie from
my different sketches.
i load in the mp3 / or live via mic
and set the framerate to 30
at the end of draw i'm setting
saveFrame("flashigNeu2-####.png");
for making a png-sequence
but it doesnt give me all 30 frames per second
there are only like 10
the performance is then very slow,
could it be that the cpu is too slow
but it want to do it in time
so it only gives me that many fps
which it can render ?
is there another way to do something like this ?
i'm making music visualisation with processing
and i wanted to render a movie from
my different sketches.
i load in the mp3 / or live via mic
and set the framerate to 30
at the end of draw i'm setting
saveFrame("flashigNeu2-####.png");
for making a png-sequence
but it doesnt give me all 30 frames per second
there are only like 10
the performance is then very slow,
could it be that the cpu is too slow
but it want to do it in time
so it only gives me that many fps
which it can render ?
is there another way to do something like this ?
1