<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.gluetools.com/FUDforum2/index.php">
	<title>Glue Tools - Discussion Forum RDF feed</title>
	<link>http://www.gluetools.com/FUDforum2/index.php</link>
	<description>Glue Tools - Discussion Forum RDF feed</description>
	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=539&amp;th=214#msg_539" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=670&amp;th=214#msg_670" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=671&amp;th=214#msg_671" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=672&amp;th=214#msg_672" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=673&amp;th=214#msg_673" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=755&amp;th=214#msg_755" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=756&amp;th=214#msg_756" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=757&amp;th=214#msg_757" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=758&amp;th=214#msg_758" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=763&amp;th=214#msg_763" />
			<rdf:li rdf:resource="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=764&amp;th=214#msg_764" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=539&amp;th=214#msg_539">
	<title>Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=539&amp;th=214#msg_539</link>
	<description><![CDATA[*Finally*<br />
<br />
I have discovered the reason why some Cine files will open, and others will not, in Final Cut Pro.<br />
<br />
It turns out that there is a set of &quot;Extended&quot; permissions that are added to a Cine file by the PC or the Mac. Sometimes these permissions get corrupt or set incorrectly, causing Final Cut Pro to not open the files.<br />
<br />
To strip these permissions, open a Terminal, and find the directory with your files.<br />
Then run the following command:<br />
<br />
xattr -d com.apple.FinderInfo &lt;your cine file name&gt;<br />
<br />
This will remove the extended permissions.<br />
<br />
Bob.<br />
<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>robertmonaghan</dc:creator>
	<dc:date>2008-10-26T01:18:25-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=670&amp;th=214#msg_670">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=670&amp;th=214#msg_670</link>
	<description><![CDATA[In order to run the UNIX command in the Terminal window to fix permissions on a directory full of CINE files, how would you do that?<br />
<br />
Would it be <font color="orangered">xattr -d com.apple.FinderInfof*.cine</font>  whereby the <b>*</b> is recursive?<br />
<br />
I noticed that I cannot change a single file when I put a space between the command and the file name:<br />
<br />
xattr -d com.apple.FinderInfo <b>f24.cine</b><br />
<br />
<br />
Is that correct?<br />
<br />
Many thanks.<br />
<br />
Scott   <img src="http://www.gluetools.com/FUDforum2/images/smiley_icons/icon_cool.gif" border=0 alt="Cool"> ]]></description>
	<dc:subject></dc:subject>
	<dc:creator>scottaettin</dc:creator>
	<dc:date>2009-02-26T18:24:45-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=671&amp;th=214#msg_671">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=671&amp;th=214#msg_671</link>
	<description><![CDATA[Hi Scott,<br />
<br />
Some knowledge of Unix is required for this fix.<br />
While I can't provide a course in learning unix, here are a few tips.<br />
<br />
- change the directory, so that you are in the same directory before issuing the 'xattr' command. (You do this with the &quot;cd&quot; command, first)<br />
<br />
- the '*' is a wildcard. So by using &quot;*.cine&quot; you would be asking for all of the files with a &quot;.cine&quot; extenson.<br />
<br />
bob.<br />
<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>robertmonaghan</dc:creator>
	<dc:date>2009-02-26T18:32:13-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=672&amp;th=214#msg_672">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=672&amp;th=214#msg_672</link>
	<description><![CDATA[Bob,<br />
<br />
Thank you.<br />
<br />
I do have pretty good tourist unix chops and can drive via <b>cd ../</b> and check listings via <b>ls -al</b><br />
<br />
<br />
I can drive right to the directory where the CINE files reside and then issue your command on a single file.<br />
<br />
Just trying to remember the way to do it recursively.<br />
<br />
Scott]]></description>
	<dc:subject></dc:subject>
	<dc:creator>scottaettin</dc:creator>
	<dc:date>2009-02-26T18:34:54-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=673&amp;th=214#msg_673">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=673&amp;th=214#msg_673</link>
	<description><![CDATA[One more thing,<br />
<br />
this command is only available under MacOSX 10.5.<br />
<br />
Attached is a similar tool for MacOSX 10.4. The command to delete the extended attributes using this tool is:<br />
<br />
xattr --delete com.apple.FinderInfo *.cine<br />
<br />
bob..<br />
<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>robertmonaghan</dc:creator>
	<dc:date>2009-02-26T18:35:20-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=755&amp;th=214#msg_755">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=755&amp;th=214#msg_755</link>
	<description><![CDATA[Can someone please explain the Terminal process more clearly (new to using Terminal) . I am experiencing same problem. I can view the cine files in Quicktime but cannot view anything in Final Cut Studio 2.  It imports and when i double click it to view its just black. No image. Then says error 44 or something. I am away from my desk but if anyone has a solution a reply is greatly appreciated. <br />
<br />
<br />
Thanks.<br />
<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>ricardo</dc:creator>
	<dc:date>2009-06-22T22:23:50-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=756&amp;th=214#msg_756">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=756&amp;th=214#msg_756</link>
	<description><![CDATA[You will need to learn this on your own.<br />
Learning Unix is a huge topic.<br />
<br />
Sorry.<br />
<br />
bob.<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>robertmonaghan</dc:creator>
	<dc:date>2009-06-23T17:48:45-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=757&amp;th=214#msg_757">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=757&amp;th=214#msg_757</link>
	<description><![CDATA[But why doesn't this 900 dollar plug in just work upon installation? I have to learn Terminal as well? The real question is how to apply the command to ALL the clips. I have about 80 clips and need to get this stuff into Final Cut.  Should I just call Glue Tools support?<br />
<br />
<br />
Thanks.<br />
<br />
<br />
<br />
<br />
<br />
<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>ricardo</dc:creator>
	<dc:date>2009-06-23T17:52:05-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=758&amp;th=214#msg_758">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=758&amp;th=214#msg_758</link>
	<description><![CDATA[The problem isn't with our software. It is a known bug with Final Cut Pro.<br />
There is nothing we can do about it.<br />
<br />
We have posted the necessary fix, in the messages above. You need to have some unix knowledge in order to perform the fix so that Final Cut Pro will work.<br />
<br />
Until Apple provides a fix for Final Cut Pro, you need to do these steps.<br />
<br />
If there is a bug or defect with our software, we will certainly fix it free of charge. But the price of the software doesn't include free unix training.<br />
<br />
I would suggest doing a Google search for some Howto's or Guides on using the unix shell. The basics are pretty simple. With a bit of reading, you should be able to learn enough to run the commands provided.<br />
<br />
bob.<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>robertmonaghan</dc:creator>
	<dc:date>2009-06-23T18:04:37-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=763&amp;th=214#msg_763">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=763&amp;th=214#msg_763</link>
	<description><![CDATA[thanks Bob, <br />
<br />
I used the fcp command for 10.4 you have up here by downloading your dmg and after double clicking it it said command executed but still i cannot watch and CIN files in fcp or QT. <br />
<br />
Im running powerpc g4, 1.3ghz, osx10.4.11on final cut 5. <br />
thanks again for any help. <br />
j]]></description>
	<dc:subject></dc:subject>
	<dc:creator>fold7</dc:creator>
	<dc:date>2009-07-02T17:45:07-00:00</dc:date>
</item>

<item rdf:about="http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=764&amp;th=214#msg_764">
	<title>Re: Final Cut Pro unable to open files: Fix</title>
	<link>http://www.gluetools.com/FUDforum2/index.php?t=rview&amp;goto=764&amp;th=214#msg_764</link>
	<description><![CDATA[Please read the instructions in this thread.<br />
Only by following the posted instructions can you fix the problem you are experiencing.<br />
<br />
bob.<br />
]]></description>
	<dc:subject></dc:subject>
	<dc:creator>robertmonaghan</dc:creator>
	<dc:date>2009-07-02T18:08:07-00:00</dc:date>
</item>
</rdf:RDF>