<smil xmlns="http://www.w3.org/2001/SMIL20/Language"
      xmlns:it="http://www.w3.org/2001/SMIL20/InlineTransitions"
      systemRequired="it">
  <head>
    <layout>
      <root-layout backgroundColor="white" width="640" height="480"/>
      <region top="270" left="10" />
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <video region="r" id="m1" src="../videos/nasa.qt" dur="8" fit="hidden">
        <it:transitionFilter id="trans1" type="barWipe" subtype="leftToRight" dur="2" from=".66" to=".33" calcMode="paced" accumulate="sum" repeatDur="4" mode="out" fill="freeze"/>
      </video>
    </par>
  </body>
</smil>