Hi Christian.

FlattenMovieMBS seems to don't work on Lion with following code.

  dim f,f2 As FolderItem
  dim theMovie As movie
  dim e As Integer
  
  f=SpecialFolder.Desktop.Child("myMovie.mp4") // I confirmed that f isn't nil
  
  theMovie=f.OpenAsMovieMBS // I confirmed that theMovie isn't nil
  
  f2=SpecialFolder.Desktop.Child("FlattenedMovie.mov")
  
  e=theMovie.FlattenMovieMBS(f2,"",true,"")
  MsgBox str(e) // e returns -2010 and f2 doesn't be generated

Can you fix it please?

------------------------
Hazime Gushi

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

Reply via email to