Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

VERY COOL: the web app for review & approve

I have downloaded the package at

http://developer.apple.com/samplecode/FinalCutServerIntegrationSample/

read the readme, which is actually a manual, and set up everything accordingly. And now I have a very cool web app for review & approve with the same look and feel as the client. This is such a great feature that I really have no clue why apple is hiding it. There are third party apps that are less cool and cost a lot and don't send comments and flag back to FCsvr as this web app does.

And the best thing: it's very easy to install.

willard

macPro, PPC Quad (2), Imac, Macbook Pro, Mac OS X (10.5.3), Final Cut Studio, Final Cut Server

Posted on Jul 2, 2008 5:12 AM

Reply
82 replies

Jul 2, 2008 2:29 PM in response to ryansalazar

Ryan,

Did you install the compressor settings as explained op page 4. And more relevant to the stage where you are: in the the admin/transcode settings is the JPEG Thumbnail available? And did you ad the device Review in the preference pane as described on page 6? And did you flag the settings: No Conversion, JPEG Thumbnail, Web review - large and Web review - small?

Maybe you missed one?

good luck

Willard

Jul 3, 2008 1:46 AM in response to ryansalazar

Good for you. Nice app right? I think the setting for Large video is a bit to heavy. I tweaked it down a little. I als found that you should not change the filename I did that and the the add_asset.rb script would crash on reading the xml file. Don't know why cause the write xml response is only passing '-t "Title"'. By the way don't forget the " " around Title, they are needed. The Title you can change though.

Now we have to figure out how we can make this work for different asset sets (different pages for different clients) and a login/password would be nice, kinda like the Leopard wiki. I'll be working on customization a bit now.

willard

Jul 3, 2008 9:05 AM in response to Willard Jansen

Thanks a million or the info !!

I have been sniffing around for this information for a while. Ok I have installed everything, got Ruby running, got all the transcoding and file creations running, I send to web, I can see the job in the jobs window, it creates the JPG, QT small and Large and spits out a XML, then nothing, I can see in terminal that it is rendering the assets, I can even goto the directory and see the thumbnails, QTs and XMLs, but the application @ :3000/clips doesn't show the assets. ????

Any ideas ?

Jul 3, 2008 9:31 AM in response to craigrussillroy

You say you can see the thumbnails in the directory - in public/media/cache/thumbs or public/media/thumbs? The first is where FCSVR writes them to, but the latter is where Rails reads them from. The add_asset.rb script does the copy.

Is add_asset.rb runing properly? You have to look in Logs it doesn't show up in Jobs.

You can also use the Terminal to look at the database that backs the Rails site to see if records got added.

Jul 4, 2008 1:30 PM in response to craigrussillroy

Don't give up so soon..

Delete all XML files in the xmlin folder. try it again and when you see in "search all jobs" go to the administrator/log panel en double click on the upmost row (the one that inform you that the script has run). If it says cannot read XML file, the go to the xmlin folder and check if there is a new XML file. There probably is but not with the title you gave to the asset. This means that the script had problems assigning the title to the name of the XML file.

Try now uploading a new file. Don't change the filename and give a tite of something without spaces. See if it works then.

Also be aware that you set the priority probably to medium. A normal device scan would probably stop this.

willard

Message was edited by: Willard Jansen

Jul 5, 2008 8:56 AM in response to craigrussillroy

I've got this sample code running fine on Leopard Client - it does come with sqlite3. The trouble I had (and this might only apply to Client not Leopard Server) was updating the sqlite3-ruby gem: it would refuse to compile.

That's because Leopard's Xcode Tools need to be installed to compile the gem. Once they were installed the "sudo gem update sqlite3-ruby" command worked just fine.

Greg

Jul 7, 2008 4:12 AM in response to craigrussillroy

Be aware that this is a non-supported development release. But everything seems to work perfect. When running script/server mongrel starts up in the development environment which slows things down because it compiles every page on load. but in environments.rb you can force mongrel to start in the production mode, by un-commenting one specific line (it is explained in the file). Mongrel is the rails server that runs the application. Running it in production mode makes quicker.

The normal command for starting mongrel in the production environment ("script/server -e production") starts mongrel in the production environment alright, but the application doesn't work. Does anybody now why??

willard

VERY COOL: the web app for review & approve

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.