Created
March 24, 2011 10:50
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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