ofxQtVideoSaver - frames jumping on Windows [solved]

Hello,

I am using ofxQtVideoSaver to create quicktime movies on Windows. I capture a camera feed, process the frames and then I add each image to the movie.

The problem is that the movies generated have repeating frames. Exactly every 11 frames, after the 1st, a strange frame is added, so you can see the jumps in the video. Do you know what’s happening?

Thanks

Marc

my bad… I was loading the images in the wrong order

However, I found another problem: the app crashed when creating two consecutive movies. I solved it by adding

  
closeQuickTime();  

in ofxQtVideoSaver.cpp, line 424