• Final Cut Server,  Mac OS X Server,  Xsan

    Scripting Video Changes in Lion: avconvert, pcastaction & podcast

    The avconvert command is a new addition in OS X Lion that allows administrators to quickly and easily convert video from one format to another using presets for video conversion. The presets are mostly common Apple formats tuned to specific devices. In its simplest form, avconvert uses a preset, a source and then an output to convert the source to the output using the preset to define the format to use for conversion. A useful preset is the 640×480 one. To convert this using this idea: /usr/bin/avconvert --preset Preset640x480 --source /Convert/test.mov --output Converted/test.mov While some of the presets are pretty self explanatory, I haven’t gone through them all to see…

  • 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…