Frame export with a steady FPS

Hi both! Thanks for your replies!

I actually never thought of using noLoop(). That is quite a neat idea!

@josephh that is indeed probably going to be tricky, as that would require fine control of the playback speed.

Another option I’m thinking of is to pre-analyse the FFT stuff. If I can get an array with the FFT value for every frame, I could just use that array instead of doing the FFT analysis in the loop itself. However, I’m not sure that is possible either :smiling_face_with_tear:

1 Like