Solution to import xml Final Cut 7 Premiere Pro CS4
by Sonia Gonzalez
on
Nov 7, 2009 at 2:22:44 am
Was the other day trying to import a xml file Final Cut 7 to Premiere and I realized, As many other users that this characteristic of Premiere had stopped working when using an xml exported from the latest Final Cut, The 7. What has happened is that those of Apple have changed the structure of Las xml tags in the latest version (I guess for the Premiere can not import them) as follows:
Example
Version Final Cut 6 :
Version Final Cut 7 :
And the last label style is what gives the problem in the Premiere. Nor was much of xml, But did not seem so difficult to change that structure, Import the xml of version 7 in Dreamwaver and simplemnete by using the find and replace using regular expressions change all Las labels to make them as in version 6 Final Cut, And voila, The Premiere the imported without problems.
I then put a workflow in case anyone wants to test:
1 - export from Final Cut 7 an XML of the chosen sequence. Choose type " Apple xml interchange format, Version 4 "
2 - open the xml with Dreamwaver and go edition, Find and replace...
3 - use the parameters FOLLOWING:
Search: Current document
Seek: Source code
Seek: <(w*)(.*)/>
Replace: <$1$2>$1>
Check the tab "using regular expression
4 - I created a search query and replacement that I posted on the internet, If you want load it directly instead of putting the previous parameters:
Re: Solution to import xml Final Cut 7 Premiere Pro CS4 by Sonia Gonzalez on Nov 7, 2009 at 6:50:02 am
The solution above is functional, but it's bad posted. This forum doesn't allow me to write correctly the examples and the Replace expression. I think it's because the html of the forum get confused with the expressión and the xml labels.