Skip to content

Instantly share code, notes, and snippets.

@kieranjol
Created December 1, 2015 18:58
Show Gist options
  • Save kieranjol/1edda63ebfd68399474f to your computer and use it in GitHub Desktop.
Save kieranjol/1edda63ebfd68399474f to your computer and use it in GitHub Desktop.
example just to show progress of revtmd python generator
<?xml version="1.0" encoding="UTF-8"?>
<revtmd xmlns:revtmd="http://nwtssite.nwts.nara/schema/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://nwtssite.nwts.nara/schema/ http://www.archives.gov/preservation/products/reVTMD.xsd">
<revtmd:reVTMD>
<revtmd:object>
<revtmd:filename>cli.mov</revtmd:filename>
<revtmd:organization>
<revtmd:organization_main>
<revtmd:name>Irish Film Institute</revtmd:name>
<revtmd:role/>
</revtmd:organization_main>
<revtmd:organization_division>
<revtmd:name>Irish Film Archive</revtmd:name>
</revtmd:organization_division>
</revtmd:organization>
<!-- Use for custodian of the content item -->
<revtmd:organization>
<revtmd:organization_main>
<revtmd:name/>
<revtmd:role/>
<revtmd:role_note/>
</revtmd:organization_main>
</revtmd:organization>
<revtmd:identifier>ifa-2010-1234</revtmd:identifier>
<revtmd:mimetype/>
<revtmd:checksum algorithm="md5" dateTime="2015-12-01T18:56:04">be7d545679a6f10a7f72451cbf289f6f</revtmd:checksum>
<!-- Checksum as generated immediately after the digitization process. -->
<revtmd:use/>
<revtmd:captureHistory>
<revtmd:digitizationDate/>
<revtmd:digitizationEngineer>Kieran O'Leary</revtmd:digitizationEngineer>
<revtmd:preparationActions/>
<revtmd:preparationActions/>
<revtmd:codingProcessHistory>
<revtmd:role>Telecine</revtmd:role>
<revtmd:description>16mm Film Digitisation</revtmd:description>
<revtmd:manufacturer>MWA</revtmd:manufacturer>
<revtmd:modelName>Flashtransfer</revtmd:modelName>
<revtmd:version/>
<revtmd:serialNumber>ABC123</revtmd:serialNumber>
<revtmd:signal>SDI</revtmd:signal>
<revtmd:settings/>
<revtmd:videoEncoding/>
</revtmd:codingProcessHistory>
<revtmd:codingProcessHistory>
<revtmd:role>Host Computer</revtmd:role>
<revtmd:description>Provides computing environment</revtmd:description>
<revtmd:manufacturer>Apple</revtmd:manufacturer>
<revtmd:modelName>Mac Pro</revtmd:modelName>
<revtmd:version>dunno</revtmd:version>
<revtmd:serialNumber>ABC123</revtmd:serialNumber>
<revtmd:signal/>
<revtmd:settings/>
<revtmd:videoEncoding/>
</revtmd:codingProcessHistory>
<revtmd:codingProcessHistory>
<revtmd:role>Host Computer Operating System</revtmd:role>
<revtmd:description>Provides computing environment operating system</revtmd:description>
<revtmd:manufacturer>Apple</revtmd:manufacturer>
<revtmd:modelName>Mavericks</revtmd:modelName>
<revtmd:version>dunno</revtmd:version>
<revtmd:serialNumber>ABC123</revtmd:serialNumber>
<revtmd:signal/>
<revtmd:settings/>
<revtmd:videoEncoding/>
</revtmd:codingProcessHistory>
<revtmd:codingProcessHistory>
<revtmd:role>Capture</revtmd:role>
<revtmd:description>SDI bitstream capture</revtmd:description>
<revtmd:manufacturer>Avid</revtmd:manufacturer>
<revtmd:modelName>Media Composer</revtmd:modelName>
<revtmd:version>8.3.0</revtmd:version>
<revtmd:serialNumber>ABC123</revtmd:serialNumber>
<revtmd:signal/>
<revtmd:settings/>
<revtmd:videoEncoding/>
</revtmd:codingProcessHistory>
<revtmd:codingProcessHistory>
<revtmd:role>File Editing</revtmd:role>
<revtmd:description>Add plate, consolidate multiple clips</revtmd:description>
<revtmd:manufacturer>Avid</revtmd:manufacturer>
<revtmd:modelName>Media Composer</revtmd:modelName>
<revtmd:version>8.3.0</revtmd:version>
<revtmd:serialNumber/>
<revtmd:signal/>
<revtmd:settings/>
<revtmd:videoEncoding/>
</revtmd:codingProcessHistory>
<revtmd:codingProcessHistory>
<revtmd:role>Transcode</revtmd:role>
<revtmd:description>Transcode to v210 in quicktime wrapper</revtmd:description>
<revtmd:manufacturer>Avid</revtmd:manufacturer>
<revtmd:modelName>Media Composer</revtmd:modelName>
<revtmd:version>8.3.0</revtmd:version>
<revtmd:serialNumber/>
<revtmd:signal/>
<revtmd:settings/>
<revtmd:videoEncoding>v210</revtmd:videoEncoding>
</revtmd:codingProcessHistory>
<revtmd:codingProcessHistory>
<revtmd:role>Transcode</revtmd:role>
<revtmd:description>Transcode to FFv1 in Matroska wrapper</revtmd:description>
<revtmd:manufacturer>ffmpeg</revtmd:manufacturer>
<revtmd:modelName>2.8.2</revtmd:modelName>
<revtmd:version/>
<revtmd:serialNumber/>
<revtmd:signal/>
<revtmd:settings/>
<revtmd:videoEncoding>FFv1</revtmd:videoEncoding>
</revtmd:codingProcessHistory>
</revtmd:captureHistory>
</revtmd:object>
</revtmd:reVTMD>
</revtmd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment