pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add start and end to queue

mrjvs 23e711cc 76073043

+1 -1
+1 -1
src/components/player/internals/ThumbnailScraper.tsx
··· 88 88 89 89 // TODO make a queue based on refinement algorithm 90 90 91 - const queue = [0.5, 0.25, 0.75]; 91 + const queue = [0.5, 0, 1, 0.25, 0.75]; 92 92 for (let i = 0; i < queue.length; i += 1) { 93 93 if (this.interrupted) return; 94 94 await this.takeSnapshot(vid.duration * queue[i]);