{"id":24496200,"url":"https://github.com/glau-bd/duplicate-video-finder","last_synced_at":"2025-10-02T16:31:02.401Z","repository":{"id":124182982,"uuid":"259888016","full_name":"glau-bd/duplicate-video-finder","owner":"glau-bd","description":"A python module to detect duplicate videos in a directory.","archived":false,"fork":false,"pushed_at":"2021-09-30T12:35:13.000Z","size":10,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-21T14:43:51.219Z","etag":null,"topics":["cleanup","data-hoarder","deduplication","duplicate-detection","python","python-3","video-processing"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glau-bd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-29T09:56:14.000Z","updated_at":"2025-01-20T09:30:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"74de3a4f-20dd-42d9-9730-91ca20a5a47f","html_url":"https://github.com/glau-bd/duplicate-video-finder","commit_stats":null,"previous_names":["glau-bd/duplicate-video-finder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glau-bd%2Fduplicate-video-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glau-bd%2Fduplicate-video-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glau-bd%2Fduplicate-video-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glau-bd%2Fduplicate-video-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glau-bd","download_url":"https://codeload.github.com/glau-bd/duplicate-video-finder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235021562,"owners_count":18923608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cleanup","data-hoarder","deduplication","duplicate-detection","python","python-3","video-processing"],"created_at":"2025-01-21T21:02:25.666Z","updated_at":"2025-10-02T16:31:02.096Z","avatar_url":"https://github.com/glau-bd.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# duplicate-video-finder\n\nDuplicateFinder is a Python module (heavily WIP) to detect duplicate videos in a directory.\n\n## Features\n\n- [x] Detect exact video duplicates\n- [ ] Detect similar video duplicates\n- [x] Recursive directory support\n- [x] Multi file format support (mp4, mov, webm)\n- [ ] Interactive Manual CLI deletion\n- [ ] Auto deletion mode\n\n## Requirements\n\n- Python 3\n- ffprobe\n\n## Usage Examples\n\nIn your script, import the module DuplicateFinder:\n\n``` Python\nimport DuplicateFinder\n```\n\nCreate a new instance of DuplicateFnder:\n\n``` Python\nduplicate_finder = DuplicateFinder(\"test-folder-here\")\n```\n\nFind duplicates:\n\n``` Python\nduplicate_finder.find_dups()\n```\n\nShow formatted results:\n\n``` Python\nduplicate_finder.get_results()\n```\n\n### Recursion\n\nRecursive searching is disabled by default. To enable it, when initialising DuplicateFinder, use:\n\n``` Python\nduplicate_finder = DuplicateFinder('path_to_dir', recursive=True)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglau-bd%2Fduplicate-video-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglau-bd%2Fduplicate-video-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglau-bd%2Fduplicate-video-finder/lists"}