/vidsum

Generate summary of any video :tv: anywhere and anytime

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Generate summary of any video

Generate a summary of any video through its subtitles.

This is the community driven approach towards the summarization by the OpenGenus community.

Usage

$ git clone https://github.com/AdiChat/vidsum.git

$ cd vidsum/code

To generate summary of a video file sample.mp4 with subtitle file subtitle.srt :

python sum.py -i sample.mp4 -s subtitle.srt 

To download a YouTube video from url:

python sum.py -u "url"

Future developments

For future development to this approach, see Wiki and check out other approaches.

Contributions

All contributions are welcomed. See all contributors here.