<smil xmlns="http://www.w3.org/2005/SMIL21/Language"
      xmlns:it="http://www.w3.org/2005/SMIL21/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.rm" dur="20" fit="hidden">
        <it:transitionFilter id="trans1" type="clockWipe" subtype="clockwiseTwelve" dur="6" values="0.083; 0.166; 0.250; 0.333; 0.416; 0.500; 0.583; 0.666; 0.750; 0.833;
0.916; 1.000;" calcMode="linear" accumulate="none" repeatCount="2" fill="freeze"/>
      </video>
    </par>
  </body>
</smil>