-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
It takes quite a while to hash a video.
To Reproduce
from videohash import VideoHash
import time
start = time.time()
url = 'https://user-images.githubusercontent.com/47534140/185008752-da1f09c7-a177-4a46-9c64-230744e998c1.mp4'
v1 = VideoHash(url=url, frame_interval=12)
print(f"Finished in {time.time() - start} secs")
Expected behavior
It should realistically be doable in under a second
Please complete the following information:
- Operating system: Windows 10
- Python Version: 3.10.2
- VideoHash version: 2.1.9
Additional context
Currently takes about 3/4 seconds
96jaco96
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working