site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=w0KRMwGhuDfAHYvYT6aYJMfKvzr9Abq666cztOpXkXyvu/bsqF4isArfQ/BfDRaM+7Tvehhv+ftMW38mY09fW8Ns/dGJHgHTIt0WmDk+k9jFp3MAB8OhdUCem/gF5Oc6c1fNpta39XdPCBfTo4mqZakpCG4JAeb9bKrqFp3hV5Y= ; Hello, all. For example, what I have for the FCP project is like : <timecode> <rate> <ntsc>TRUE</ntsc> <timebase>30</timebase> </rate> <string>01:00:00:00</string> <frame>108000</frame> <source>source</source> <displayformat>NDF</displayformat> </timecode> <in>102</in> _______________________________________________ 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 have a question about the timebase property of an exported FCP project as XML format and fTimeScale. Do they mean to be same or...? But to add a timecode track, it requires to populate this structure : struct TimeCodeDef { long flags; TimeScale fTimeScale; TimeValue frameDuration; UInt8 numFrames; UInt8 padding; }; I would like to know what value should be used for the fTimeScale. Should I use the timebase from the FCP project, or QTMovieTimeScaleAttribute property of a movie? Also, I am not quire sure what values to use for frameDuration and numFrames. Probably, QTMovie's duration and some other value for numFrames? Thank you. This email sent to site_archiver@lists.apple.com