All Projects → OpenGenus → Vidsum

OpenGenus / Vidsum

Licence: gpl-3.0
Generate summary of any video 📺 anywhere and anytime

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vidsum

Yt Metabot User Js
userscript for highlighting suspicious profiles on youtube
Stars: ✭ 159 (-6.47%)
Mutual labels:  youtube
Dualsub Support
General purpose subtitle renderer
Stars: ✭ 163 (-4.12%)
Mutual labels:  youtube
Ablemusicplayer
🎵 A Youtube Music like app with a Spotify like design - ad free and open source. Feel free to PR. NOTE: BEING REWRITTEN, HENCE THE REPO WILL BE INACTIVE FOR A WHILE
Stars: ✭ 167 (-1.76%)
Mutual labels:  youtube
Java Youtube Downloader
Simple, almost zero-dependency java parser for retrieving youtube video metadata
Stars: ✭ 160 (-5.88%)
Mutual labels:  youtube
Album Splitter
Split a single-file mp3 album into its tracks. Supports downloading from YouTube.
Stars: ✭ 160 (-5.88%)
Mutual labels:  youtube
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+2033.53%)
Mutual labels:  youtube
Web Learn
A free service which provides simple access to thousands of video lessons on web developing and programming
Stars: ✭ 156 (-8.24%)
Mutual labels:  youtube
Dragview
Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube New graphic component.
Stars: ✭ 171 (+0.59%)
Mutual labels:  youtube
Discord Player
🎧 Complete framework to simplify the implementation of music commands using discords.js v12
Stars: ✭ 161 (-5.29%)
Mutual labels:  youtube
Nodetube
Open-source YouTube alternative that offers video, audio and image uploads, livestreaming and built-in monetization
Stars: ✭ 2,066 (+1115.29%)
Mutual labels:  youtube
Chat Downloader
A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
Stars: ✭ 160 (-5.88%)
Mutual labels:  youtube
Home
【墙外到墙内搬运工】郭文贵 推特党 兲朝浮世绘 小民之心 辛灏年 曹长青 袁红冰 旗袍 袁腾飞 翻墙 科学上网 | 搬运工 自由 民主 法治 宪政 人权 平等 视频 音频 文字版 在线 播放 下载 民运 维权 王岐山 孟建柱 孙力军 傅振华 江棉恒 江泽民 习近平 温家宝 王芳 董卿 杨澜 周小平 吴征 唐柏桥 e租宝 泛亚 共产党 赵家 盜国贼 内幕 黑暗 灾难 专政 上访 游行 暴乱 欺骗 谎言 腐败 通奸 权贵 马航 老兵 活摘 启蒙 墙外 墙内 防火墙 防火长城 功夫网 党文化 民阵 爆料 九评 杨建利 郭宝胜 昭明 反共 法轮功 自媒体 Youtube 油管 推特 Twitter 网盘 传播 关注 五毛 自干五 特务 红二代 红三代 官二代 土共 共匪
Stars: ✭ 161 (-5.29%)
Mutual labels:  youtube
Dual Captions
🌐 Subtitles in two languages for YouTube, Netflix & Disney+
Stars: ✭ 164 (-3.53%)
Mutual labels:  youtube
Streamwall
Display a mosaic of livestreams. Built for streaming.
Stars: ✭ 160 (-5.88%)
Mutual labels:  youtube
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (-0.59%)
Mutual labels:  youtube
Web
Angular6 music player to search and play YouTube, SoundCloud and Mixcloud tracks
Stars: ✭ 156 (-8.24%)
Mutual labels:  youtube
Botamusique
Bot to play youtube / soundcloud / radio / local music on Mumble (using pymumble).
Stars: ✭ 163 (-4.12%)
Mutual labels:  youtube
Facepause
Look Away to Pause Youtube - Experimental Chrome Extension
Stars: ✭ 171 (+0.59%)
Mutual labels:  youtube
Youtubeextractor
A helper to extract the metadata, including streaming video Urls from a YouTube video
Stars: ✭ 170 (+0%)
Mutual labels:  youtube
Kubernetes 101
Kubernetes 101 - by Jeff Geerling
Stars: ✭ 169 (-0.59%)
Mutual labels:  youtube

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.

Installing vidsum

In order to install vidsum, simply clone the repository to a local directory. You can do this by running the following commands:

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

$ cd vidsum/code

Please note that vidsum requires the following packages to be installed:

If you do not have these packages installed, then you can do so by running this command:

$ pip install -r requirements.txt

Usage

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

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

To summarize a YouTube video from its url:

python sum.py -u <url>

If you want to remain the downloaded YouTube video and subtitles:

python sum.py -u <url> -k

Future developments

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

Contributions

All contributions are welcomed. Please see COMMIT_TEMPLATE.md before making pull requests to this repository. See all contributors here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].