public static function tearDownAfterClass()
 {
     self::$outFilePath = null;
     self::$moviePath = null;
 }
 public static function tearDownAfterClass()
 {
     self::$anim = null;
     self::$outFilePath = null;
     self::$moviePath = null;
     self::$movie = null;
     self::$frame1 = null;
     self::$frame2 = null;
     self::$anim = null;
 }