Re: Developing final cut pro plug-in for export
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Aug 28, 2009, at 1:42 AM, Mahaboob wrote: I wandered around the docs I could find on the developer.apple.com site, but could not find anything that looked like to develop export plug-in for final cut pro. Is it possible to create a plug-in for export? If yes how can I do this? Is there any documentation regarding this? Darrin -- Darrin Cardani dcardani@apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... I need to develop an export plug-in for Final Cut Pro, which will export the project information and videos, to a destination folder. After export, the folder will be uploaded to our Digital Asset Management system via FTP. There is no plugin SDK for writing export plugins. What you can do instead is write an application which tells FCP to export its project as XML, and then you can parse and/or modify the XML to your liking. See the FCP XML documentation for details: <http://developer.apple.com/DOCUMENTATION/AppleApplications/Reference/FinalCu...
This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani