Activity › Forums › Apple Final Cut Pro Legacy › XML
-
Posted by Martin Sterling on November 28, 2005 at 2:46 am
Can somebody give me a good explanation on XML and what its good for and how to use it. THANKS
G5 Dual 2.0 GHz processor, OSX.3.9
David Chai replied 20 years, 5 months ago 3 Members · 4 Replies -
4 Replies
-
Andy Mees
November 28, 2005 at 7:25 amwow … thats an enormous question !
what is XML? it stands for Extensible Markup Language
here’s a link to help you out (but you wouldn’t catch me reading that stuff) https://www.w3.org/XML/with respect to FCP, XML is an interchange format for describing anything from a clip or sequence to an entire project
beacuse its text based it is a very open format, which means that with a little effort, anyone can write a script to parse the raw xml file and extract or manipulate the data they need
check out Apples pdf on the subject
https://developer.apple.com/appleapplications/download/FinalCutPro_XML.pdfas to what its good for .. here are some examples:
https://www.xmedit.com
https://www.gallery.co.uk/XMLPro/xmlpro.html
https://www.spherico.com/filmtools/i’ve used it to parse rtf documents and automagically create text generator items for subtitling, and also used it for converting Avid .ale files to fcp clip bins
whether or not XML is useful to you depends entirely on your workflow and needs
hope that helps
Andy -
David Chai
November 28, 2005 at 3:42 pmHow did you convert ALE’s into FCP bins?
David 😀
—————–
David Chai
Director . Camera . Editor
http://www.davidchai.com
dc@davidchai.com
212 363 0159 -
Andy Mees
November 28, 2005 at 4:20 pmsimply put …
1. create an empty fcp xml file
2. write an fcp xml bin item to the file
3. read the ALE file
4. for every clip item: rewrite the clip as an xml clip item
5. save the fcp xml filescripted using php as part of a larger web based project management system
obviously some time and energy in creating the script, but it saves us a lot of time not having to use SebskyTools to first convert ale’s to batch lists, create bins and import (also Sebsky Tools hasn’t been updated for FCP5 multi channel audio, so it wasn’t quite working for us anyway) -
David Chai
November 29, 2005 at 9:51 pmDo you have any plans on releasing this as a commercial product???
I’m sure there would be a lot of people interested in this.—————–
David Chai
Director . Camera . Editor
http://www.davidchai.com
dc@davidchai.com
212 363 0159
Reply to this Discussion! Login or Sign Up