Reduce security frames

This commit is contained in:
AnimeDL 2023-08-22 20:14:51 -07:00
parent 5b43fdcc77
commit 417656fd5f

View file

@ -65,7 +65,7 @@ export type MergerOptions = {
}
}
const SECURITY_FRAMES = 20;
const SECURITY_FRAMES = 10;
const MAX_OFFSET_SEC = 20;
const LIKENESS_TARGET = 0.95;