mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Fix broken links (#1787)
This commit is contained in:
parent
9e541956f2
commit
df2c9e9754
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# Stash
|
# Stash
|
||||||
|
|
||||||
[](https://travis-ci.org/stashapp/stash)
|
|
||||||
[](https://goreportcard.com/report/github.com/stashapp/stash)
|
[](https://goreportcard.com/report/github.com/stashapp/stash)
|
||||||
[](https://discord.gg/2TsNFKt)
|
[](https://discord.gg/2TsNFKt)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Dupe Checker
|
# Dupe Checker
|
||||||
|
|
||||||
[The dupe checker](/settings?tab=duplicates) searches your collection for scenes that are perceptually similar. This means that the files don't need to be identical, and will be identified even with different bitrates, resolutions, and intros/outros.
|
[The dupe checker](/sceneDuplicateChecker) searches your collection for scenes that are perceptually similar. This means that the files don't need to be identical, and will be identified even with different bitrates, resolutions, and intros/outros.
|
||||||
|
|
||||||
To achieve this stash needs to generate what's called a phash, or perceptual hash. Similar to sprite generation stash will generate a set of 25 images from fixed points in the scene. These images will be stitched together, and then hashed using the phash algorithm. The phash can then be used to find scenes that are the same or similar to others in the database. Phash generation can be run during scan, or as a separate task. Note that generation can take a while due to the work involved with extracting screenshots.
|
To achieve this stash needs to generate what's called a phash, or perceptual hash. Similar to sprite generation stash will generate a set of 25 images from fixed points in the scene. These images will be stitched together, and then hashed using the phash algorithm. The phash can then be used to find scenes that are the same or similar to others in the database. Phash generation can be run during scan, or as a separate task. Note that generation can take a while due to the work involved with extracting screenshots.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue