<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Quicktime Track &#8211; Markers from FCP-&gt;Jitter</title>
		<atom:link href="http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 03:38:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-23895</guid>
					<title><![CDATA[Quicktime Track &#8211; Markers from FCP-&gt;Jitter]]></title>
					<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-23895</link>
					<pubDate>Tue, 04 Oct 2005 03:43:59 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>Another one for the Hive Mind:</p>
<p>I would like to be able to view the markers that I place on quicktime  <br />
tracks from FCP  5. If I export a  video track from my sequence that  <br />
has markers, I am given the option to include all of my markers with  <br />
the saved out QT file. When reading this exported quicktime with  <br />
Jitter, I am able to see there is a timecode track, but I have not  <br />
been able to decipher how to get the frames the markers are on from  <br />
this extra track.</p>
<p>Ive checked the Jitter tutorials, and the Docs, and don&#8217;t see  <br />
anything specifically about this, or how to get data from other  <br />
tracks that dont necessarily contain video/audio data.</p>
<p>Essentially, id like to use the markers as metadata for &#8220;interesting  <br />
temporal points in a movie&#8221;, and synch them to BPM, so for example,  <br />
if I have a somewhat cyclical movie of someone walking, or some  <br />
process like a glass breaking, I can add a marker at that point, save  <br />
the file, read it in with Jitter and be able to interpolate the  <br />
proper speed to always land on these interesting points.</p>
<p>Make sense?</p>
<p>If I use a quicktime track, the metadata stays with the QT as well,  <br />
which is the most preferable and portable way of doing it.</p>
<p>Any hints?</p>
<p>Thanks</p>
<p>
v a d e //</p>
<p><a href="http://homepage.mac.com/doktorp/" rel="nofollow">http://homepage.mac.com/doktorp/</a><br />
<a href="mailto:doktorp@mac.com">doktorp@mac.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68203</guid>
					<title><![CDATA[Re: Quicktime Track &#8211; Markers from FCP->Jitter]]></title>
					<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68203</link>
					<pubDate>Tue, 04 Oct 2005 11:41:32 +0000</pubDate>
					<dc:creator>Jeremy Bernstein</dc:creator>

					<description>
						<![CDATA[
						<p>Sure. However&#8230;</p>
<p>FCP markers are stored, not in the Timecode track, but rather in a  <br />
Text (Chapter) track. At this time, there&#8217;s no way to get the data  <br />
out of a Text track using Jitter; neither the text nor the time  <br />
positions of the samples in it. This sort of thing has been on my to- <br />
do list for a while, though, and will hopefully get added at some point.</p>
<p>You may be able to do some fancy exporting and parsing of the Text  <br />
track using Jitter or AppleScript. From QT Player, I turned my Text  <br />
track into this file:</p>
<p> {QTtext}{font:Geneva}{bold}{clipToTextBox:on}{size:12}{textC olor: 0,  <br />
0, 0}{backColor: 65535, 65535, 65535}{justify:center}{timeScale:2997} <br />
 {width:720}{height:20}{timeStamps:absolute}{language:0}{text Encoding: <br />
256}<br />
[00:00:00.0000]<br />
Markierung 1<br />
[00:00:01.0903]<br />
{textEncoding:256}Markierung 2<br />
[00:00:02.1206]</p>
<p>You could do similar using Jitter&#8217;s export message, use regexp or js  <br />
to parse the data into time code values, and then convert these to  <br />
frame #s using the movie&#8217;s timescale information.</p>
<p>Sorry it&#8217;s not the easy solution I&#8217;m sure you were hoping for. I&#8217;ll  <br />
see what we can do for a future release of Jitter.</p>
<p>jb</p>
<p>Am 04.10.2005 um 05:43 schrieb vade:</p>
<p>> Essentially, id like to use the markers as metadata for  <br />
> &#8220;interesting temporal points in a movie&#8221;, and synch them to BPM, so  <br />
> for example, if I have a somewhat cyclical movie of someone  <br />
> walking, or some process like a glass breaking, I can add a marker  <br />
> at that point, save the file, read it in with Jitter and be able to  <br />
> interpolate the proper speed to always land on these interesting  <br />
> points.<br />
><br />
> Make sense?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68204</guid>
					<title><![CDATA[Re: Quicktime Track &#8211; Markers from FCP->Jitter]]></title>
					<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68204</link>
					<pubDate>Tue, 04 Oct 2005 12:49:15 +0000</pubDate>
					<dc:creator>vade</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Jeremy,</p>
<p>Its nice to know im at least pushing some boundaries. ;)</p>
<p>v a d e //</p>
<p><a href="http://homepage.mac.com/doktorp/" rel="nofollow">http://homepage.mac.com/doktorp/</a><br />
<a href="mailto:doktorp@mac.com">doktorp@mac.com</a></p>
<p>
On Oct 4, 2005, at 7:41 AM, Jeremy Bernstein wrote:</p>
<p>><br />
> FCP markers are stored, not in the Timecode track, but rather in a  <br />
> Text (Chapter) track. At this time, there&#8217;s no way to get the data  <br />
> out of a Text track using Jitter; neither the text nor the time  <br />
> positions of the samples in it. This sort of thing has been on my  <br />
> to-do list for a while, though, and will hopefully get added at  <br />
> some point.<br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68205</guid>
					<title><![CDATA[Re: Quicktime Track &#8211; Markers from FCP->Jitter]]></title>
					<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68205</link>
					<pubDate>Mon, 16 Mar 2009 10:15:44 +0000</pubDate>
					<dc:creator>Jan Klug</dc:creator>

					<description>
						<![CDATA[
						<p>hi, </p>
<p>i was wondering how far the borders have been pushed in this matter <img src="images/smiley_icons/icon_wink.gif" border=0 alt="Wink"/></p>
<p>is there a &#8216;getchapters&#8217; message in the pipeline, or did anybody find a nice way to automatically pull movie chapter information out of a movie into max?  </p>
<p>thanks,</p>
<p>jan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68206</guid>
					<title><![CDATA[Re: Quicktime Track &#8211; Markers from FCP->Jitter]]></title>
					<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68206</link>
					<pubDate>Fri, 08 Jul 2011 08:49:11 +0000</pubDate>
					<dc:creator>Yoann</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I&#8217;m having the same question now: get the marker from fcp to jitter.<br />
Any progress ?</p>
<p>Thanks.</p>
<p>Yoann</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68207</guid>
					<title><![CDATA[Re: Quicktime Track &#8211; Markers from FCP->Jitter]]></title>
					<link>http://cycling74.com/forums/topic/quicktime-track-markers-from-fcp-jitter/#post-68207</link>
					<pubDate>Tue, 02 Apr 2013 20:57:42 +0000</pubDate>
					<dc:creator>ctrlzjones</dc:creator>

					<description>
						<![CDATA[
						<p>may I humbly leave a *bump* here &#8230;</p>
<p>would be lovely to get these into [coll];<br />
or even address them via a &#8216;go to&#8217; message &#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

