···88888989 // TODO make a queue based on refinement algorithm
90909191- const queue = [0.5, 0.25, 0.75];
9191+ const queue = [0.5, 0, 1, 0.25, 0.75];
9292 for (let i = 0; i < queue.length; i += 1) {
9393 if (this.interrupted) return;
9494 await this.takeSnapshot(vid.duration * queue[i]);