Hi.
It seems that QTKitMovieMBS.addImage crashes with some measure of images. 
The number of images is about 1500. Sometimes crashes with 1400 images and 
sometimes 1550. I think it's not so huge number.
I think you can see the issue with modifying "QTKit Create Movie.rbp" example 
in the QTKit examples as bellow. 

  // frames must be 501*10=5010
  for j as integer = 0 to 500
    for i as Integer=50 to 500 step 50 // 10 lines must be drawn
      // draw something. e.g. a line
      g.ForeColor = &cFF0000
      g.drawline i,0,i,j
      
      // add the image
      dim image as new NSImageMBS(p)
      q.addImage image, duration, "tiff", QTKitModuleMBS.codecHighQuality
    next
  next

Can you improve it or any workaround?

-------------------------
Hazime Gushi
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to