We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, all, I'm using saveFrame() because I need to make a video. The code I have is an audio visualization the nI have a song which is playing. the song is about 3 minutes and I'm running the sketch at 60fps. However when the song is finished and I stop the sketch I will have only (more or less) 7200 frames. 7200/60 is about 2 minutes while the song is instead 3+ minutes..why is that?? I also tried to set the framerate at 30 fps but I get the same issue. Am I missing anything?
Thank you
P.
Answers
https://forum.Processing.org/two/discussion/14501/render-an-animation-while-using-the-minim-library
oh ok..I had no idea it was something specific with minim..however, why saveframe() is not able to save 60fps? I mean, is it "conditioned" by the use of minim?
I didn't say that! I said all IO operations are heavy and slows down everything! :-\"
ok..I read the other topics..I'm a bit confused but I'll try it as soon as I have time..for now, thank you :)