{"id":13936267,"url":"https://github.com/OpenGenus/vidsum","last_synced_at":"2025-07-19T21:32:11.983Z","repository":{"id":25700182,"uuid":"101222637","full_name":"OpenGenus/vidsum","owner":"OpenGenus","description":"Generate summary of any video :tv: anywhere and anytime","archived":false,"fork":false,"pushed_at":"2022-12-08T00:38:54.000Z","size":3572,"stargazers_count":270,"open_issues_count":18,"forks_count":70,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-07-08T09:28:45.252Z","etag":null,"topics":["opengenus","python","video","video-summarization","youtube"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenGenus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-23T20:35:18.000Z","updated_at":"2025-07-03T04:11:08.000Z","dependencies_parsed_at":"2023-01-14T03:11:54.914Z","dependency_job_id":null,"html_url":"https://github.com/OpenGenus/vidsum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenGenus/vidsum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenGenus%2Fvidsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenGenus%2Fvidsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenGenus%2Fvidsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenGenus%2Fvidsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenGenus","download_url":"https://codeload.github.com/OpenGenus/vidsum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenGenus%2Fvidsum/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264411145,"owners_count":23603802,"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":["opengenus","python","video","video-summarization","youtube"],"created_at":"2024-08-07T23:02:31.923Z","updated_at":"2025-07-19T21:32:06.974Z","avatar_url":"https://github.com/OpenGenus.png","language":"Python","readme":"## Generate summary of any video\n\nGenerate a summary of any video through its subtitles.\n\nThis is the community driven approach towards the summarization by the **[OpenGenus](https://github.com/opengenus)** community.\n\n# Installing vidsum\n\nIn order to install vidsum, simply clone the repository to a local directory. You can do this by running the following commands:\n```sh\n$ git clone https://github.com/OpenGenus/vidsum.git\n\n$ cd vidsum/code\n\n```\nPlease note that vidsum requires the following packages to be installed:\n- [pysrt](https://github.com/byroot/pysrt)\n- [imageio](https://imageio.github.io/)\n- [moviepy](https://zulko.github.io/moviepy/)\n- [pytube](https://github.com/nficano/pytube)\n- [sumy](https://github.com/miso-belica/sumy)\n\nIf you do not have these packages installed, then you can do so by running this command:\n```sh\n$ pip install -r requirements.txt\n\n```\n\n# Usage\n\nTo generate summary of a video file `sample.mp4` with subtitle file `subtitle.srt` :\n```python\npython sum.py -i sample.mp4 -s subtitle.srt\n```\nTo summarize a YouTube video from its url:\n```python\npython sum.py -u \u003curl\u003e\n```\nIf you want to remain the downloaded YouTube video and subtitles:\n```python\npython sum.py -u \u003curl\u003e -k\n```\n \n# Future developments\n\nFor future development to this approach, see [Wiki](https://github.com/OpenGenus/vidsum/wiki/Future_developments) and check out other [approaches](https://github.com/OpenGenus/vidsum/wiki/Other-approaches).\n\n# Contributions\n\nAll contributions are welcomed. Please see [COMMIT_TEMPLATE.md](https://github.com/OpenGenus/vidsum/blob/master/.github/COMMIT_TEMPLATE.md) before making pull requests to this repository. See all contributors [here](https://github.com/OpenGenus/vidsum/graphs/contributors).\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenGenus%2Fvidsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOpenGenus%2Fvidsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenGenus%2Fvidsum/lists"}