FCPXML/TC question again
FCPXML/TC question again
- Subject: FCPXML/TC question again
- From: Andreas Kiel <email@hidden>
- Date: Sat, 01 Sep 2012 14:14:34 +0200
Hi all,
I've found an quite easy way to convert different "TC-Kind" values to FCPX time. When creating an XML I just added the titles (in this case) without creating gap nodes. This works fine except for the last title. It's either ignored or at wrong time (and duration) or replaced by the first title or a new 0s title is added.
So the question is: do I need to create the gaps in the XML? And if, so why?. It's slows down speed of conversion and makes the XML bigger - this might be not a problem with just a few entries, but with a few thousands.
Below a little example. Maybe somebody finds the time to test.
-Andreas
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fcpxml> <fcpxml version="1.1"> <resources> <format id="r1" name="FFVideoFormat1080p25" frameDuration="100/2500s" width="1920" height="1080"/> <effect id="r2" name="Basic Title" uid=".../Titles.localized/Bumper:Opener.localized/Basic Title.localized/Basic Title.moti"/> </resources> <sequence duration="57433/100s" format="r1" tcStart="0s" tcFormat="DF" audioLayout="stereo" audioRate="48k"> <spine> <title offset="56218/100s" ref="r2" name="そう思う事があったら" duration="557/100s" start="3600s" role="titles.Japanese"> <text>そう思う事があったら</text> </title> <title offset="56784/100s" ref="r2" name="神様が最善だと言う事を 信じられますように" duration="403/100s" start="3600s" role="titles.Japanese"> <text>神様が最善だと言う事を 信じられますように</text> </title> <title offset="57206/100s" ref="r2" name="道の向こうにもっと いい物がある事を" duration="227/100s" start="3600s" role="titles.Japanese"> <text>道の向こうにもっと いい物がある事を</text> </title> </spine> </sequence> </project> </fcpxml> |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden