• Final Cut Server,  Network Infrastructure

    Using Final Cut Server to edit over a WAN?

    Maybe you will, maybe not… In terms of how it taxes the network, clips will typically be 5 to 25MB per second (big B there By the Way) according to how many frames per second and other design considerations. Obviously even if there is a 5MB pipe, the clips are likely too big to edit given a live master asset so you’d need to cache locally, which means for each clip (and however many clips in a project) you’re talking about that much data caching to the local host before you can start editing. To put this into a pseudo-real-world scenario (taking collisions, encryption and network latency out of the…

  • Final Cut Server,  Mac OS X Server,  Xsan

    Another Widget: FCSMonitor

    So the more the merrier, right?  Another widget, this time dedicated to Final Cut Server is now available for download.  I also went ahead and posted the https://krypted.com/ reader as well.  Both widgets are available here.  Please let me know if you have any problems with either one of them.  –Charles

  • Final Cut Server

    Final Cut Server: Creating a Device

    Final Cut Server is able to see files and folders that are available to a system through a variety of means.  This could be an Xsan or a folder on an Xsan, an nfs mount from another host, a folder through FTP, etc.  Basically, if you can see some data through the Finder reliably then you can go ahead and add it to Final Cut Server.  Speeds of clients to access the data then depend on the ability of the clients to access that data either in place or through the Final Cut Server application. Each top level folder that you will be accessing through Final Cut Server can be…

  • Final Cut Server

    Final Cut Server: Atom and FCS

    Atom, an alternative to RSS, is used extensively in Final Cut Server.  Atom allows one to, for example show a list of assets and parse the information in a manner that makes sense to a browser to read.  Atom also makes internationalization easier for developers.  For more information on Atom see it’s wikipedia entry at http://en.wikipedia.org/wiki/Atom_(standard) In the px PostgreSQL database for Final Cut Server, you’ll notice the pxatommap, which is used by Final Cut Server to parse the nearly 2,000 fields of data used by Final Cut Server into information easily readable by clients using Atom, similar to how the widget that I recently posted on this site uses RSS…

  • Final Cut Server

    Final Cut Server: PostgreSQL and FCS

      The database that stores the configuration information and assets that you are using with Final Cut Server is built in PostgreSQL.  The name of the PostgreSQL database is px.  The implementation of PostgreSQL that runs on Mac OS X for Final Cut Server uses port 5433 by default, although only through the localhost.  There are two sets of PostgreSQL binaries on a Final Cut Server.  The first is in the /Library/Application Support/Final Cut Server/Final Cut Server.bundle/Contents/PostgreSQL/bin directory.  However, the tools here do not function.  Use the PostgreSQL binary files to manage the database located in the /System/Library/CoreServices/RemoteManagement/rmdb.bundle/bin directory.  The actual database information is stored in /var/db/FinalCutServer. Given the above…

  • Final Cut Server

    Final Cut Server: Using Amazon S3 for Archival

    Final Cut Server allows you to archive the primary representation (or the original file) for assets that are cataloged.  When you do so, the proxy clips (low resolution versions) of your assets still live on the Final Cut Server.  However, the primary representation, once moved to your archive device can then be archived off to another form of media. There are a variety of strategies to manage archived media. The one I will describe here is using the Amazon S3 storage service at a cost of approximately $.12 to $.15 per gigabyte. As a conduit to and from Amazon S3 we will use the Jungle Disk application, which uses the…

  • Final Cut Server

    Encoding.com

    The cloud just got even more useful for every day video environments.  Encoding.com offers a SaaS cloud solution that will encode videos on a cluster for you, so you don’t have to have a render farm if you haven’t grown into that, or if you just don’t want to support it.  you can use the web portal to upload files and they will be encoded on the fly.  Also, download API documentation to integrate Final Cut Server, Podcast Producer and other solutions with their the XML encoding API.

  • Final Cut Server

    Final Cut Server: iMovie Integration

    Final Cut Server isn’t built for working with iMovie and iMovie isn’t built for working with Final Cut Server. Therefore, when you’re using the two of them together it is important to keep a few things in mind.   Using Final Cut Server Assets with iMovie First, when importing media into iMovie from Final Cut Server then it will need to be in either dv, mpeg-2 or mpeg-4 formats. Next, if you’re importing 1080i media then by default it will be converted into 960×540, a significant change from working with uncompressed media. Additionally, when you import media into iMovie, the default setting is to copy the media into the iMovie…