// Use this for initialization
 void Start()
 {
     videoCreatorUnity = new VideoCreator.VideoCreatorUnity(Application.temporaryCachePath + "/tmp.mov", true, 1920, 1080);
 }