videohashes
videohashes copied to clipboard
A small tool that generates Stash and StashBox compatible PHash and OSHash hashes.
```sh make macos-arm64 GOOS=darwin GOARCH=arm64 EXTRA_LDFLAGS='-extldflags=-static -s -w' \ go build -o dist/videohashes-arm64-macos ./cmd/videohashes # github.com/peolic/videohashes/internal internal/common.go:52:84: undefined: file.VideoFile internal/common.go:58:21: undefined: file.VideoFile internal/common.go:59:19: undefined: file.BaseFile ```
Bumps [github.com/stashapp/stash](https://github.com/stashapp/stash) from 0.18.0 to 0.20.2. Release notes Sourced from github.com/stashapp/stash's releases. v0.20.2 Release Notes v0.20.2 - 2023-04-08 Please view the release notes for 0.20.0 if you are upgrading from...
This downloads ffmpeg/ffprobe if no acceptable ffmpeg/ffprobe is on the path. By default the download is in the same dir as the executable, but may be overridden with the new...
I needed some files to quickly test against and these are nice and small and worked well for me test. https://github.com/ffeast/samplelib has the video and audio test files https://samplelib.com/ has...
Here namer detects the presence of ffmpeg and ffprobe (for it's own uses), and video hashes cannot detect them: https://github.com/ThePornDatabase/namer/issues/124#issuecomment-1364423445 Any help appreciated.
closes #11