Skip to content

Instantly share code, notes, and snippets.

@atomicules
Created March 24, 2011 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicules/884871 to your computer and use it in GitHub Desktop.
Save atomicules/884871 to your computer and use it in GitHub Desktop.
XML Template for batch capture in Apple's Final Cut Express. Note that this information is probably out of date. It is being added here for reference/archival purposes and relates to a blog post from 2005.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xmeml>
<xmeml version="1">
<bin>
<name>***BIN NAME***</name>
<children>
<clip id="***CAPTURE NAME***">
<name>***CAPTURE NAME***</name>
<duration>
125
</duration>
<rate>
<ntsc>FALSE</ntsc>
<timebase>25</timebase>
</rate>
<logginginfo>
<lognote>***LOG NOTE***</lognote>
<good>
FALSE
</good>
</logginginfo>
<timecode>
<string>00:12:02:00</string>
<frame>18050</frame>
<source>
source
</source>
<reel>
<name>***REEL NAME***</name>
</reel>
</timecode>
</clip>
</children>
</bin>
</xmeml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment