All Projects → siloor → Youtube.external.subtitle

siloor / Youtube.external.subtitle

Licence: mit
Add subtitle to Embedded YouTube videos

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Youtube.external.subtitle

Netflix To Srt
Rip, extract and convert subtitles to .srt closed captions from .xml/dfxp/ttml and .vtt/WebVTT (e.g. Netflix, YouTube)
Stars: ✭ 387 (+339.77%)
Mutual labels:  subtitle, youtube
Dualsub Support
General purpose subtitle renderer
Stars: ✭ 163 (+85.23%)
Mutual labels:  subtitle, youtube
Youtube Transcript Api
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do!
Stars: ✭ 495 (+462.5%)
Mutual labels:  subtitle, youtube
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (+92.05%)
Mutual labels:  subtitle, youtube
Youtube Auto Subtitle Download
☕️ Youtube 字幕下载,Download Youtube Subtitles (Work best on Chrome + Tampermonkey) 2020-10-7 更新:支持中英双语字幕下载,请在页面底部提供的另一个链接进行安装
Stars: ✭ 500 (+468.18%)
Mutual labels:  subtitle, youtube
Youtubedirectlinkextractor
Get the direct link to a YouTube video for AVPlayer
Stars: ✭ 76 (-13.64%)
Mutual labels:  youtube
Subsync
Synchronize your subtitles using machine learning
Stars: ✭ 84 (-4.55%)
Mutual labels:  subtitle
Mmm Mirrormirroronthewall
MagicMirror² module: Displays text, images, or a Youtube video, and open or close Magic Mirror Modules according to commands heard by Alexa.
Stars: ✭ 75 (-14.77%)
Mutual labels:  youtube
Distube
A Discord.js v12 module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites
Stars: ✭ 73 (-17.05%)
Mutual labels:  youtube
Botify
Discord bot that plays Spotify tracks and YouTube videos or any URL including Soundcloud links and Twitch streams
Stars: ✭ 86 (-2.27%)
Mutual labels:  youtube
Youtube flutter app
Stars: ✭ 85 (-3.41%)
Mutual labels:  youtube
Tensorflow Tutorials
TensorFlow Tutorials with YouTube Videos
Stars: ✭ 8,919 (+10035.23%)
Mutual labels:  youtube
Ac D3
Javascript Library for building Audiovisual Charts in D3
Stars: ✭ 76 (-13.64%)
Mutual labels:  youtube
Youtube Terminal
📺 Stream YouTube videos as ascii art in the terminal!
Stars: ✭ 84 (-4.55%)
Mutual labels:  youtube
Youtube Channel Name Converter
A Youtube Channel Name to ID Converter
Stars: ✭ 75 (-14.77%)
Mutual labels:  youtube
Nzb Subliminal
Fetches subtitles for the videos it's provided. It can be easily integrated into NZBGet and SABnzbd too.
Stars: ✭ 85 (-3.41%)
Mutual labels:  subtitle
Network Avatar Picker
A npm module that returns user's social network avatar. Supported providers: facebook, instagram, twitter, tumblr, vimeo, github, youtube and gmail
Stars: ✭ 74 (-15.91%)
Mutual labels:  youtube
Livetaiwan
直播地圖
Stars: ✭ 83 (-5.68%)
Mutual labels:  youtube
Live Dl
Download live streams from YouTube
Stars: ✭ 82 (-6.82%)
Mutual labels:  youtube
Devtube Brazil
🇧🇷 Lista de canais Brasileiros sobre Tecnologia
Stars: ✭ 78 (-11.36%)
Mutual labels:  youtube

YouTube External Subtitle

License - MIT Build - Passing Coverage - 100%

Kung Fu Panda Subtitle Example

According to YouTube's policy, only the owner of the content can add subtitle to a video.

With YouTube External Subtitle you can display subtitles over the embedded video from YouTube on your site. These texts could be translations, comments or lyrics as well. (Any kind of texts is allowed)

GITHUB

http://github.com/siloor/youtube.external.subtitle

Please, don't forget to star the repository if you like (and use) the script. This will let me know how many users it has and then how to proceed with further development.

Making subtitles

If you'd like to make subtitle for a video, there are a lot of tools helping you.

  • YouTube has an automatic english speech recognition logic, that does a really good job and makes only a few mistakes. Its a very big help by timing the subtitles.
  • On DownSub.com you can download the subtitles from YouTube as an SRT file.
  • There are a lot of good open source SRT editors out there.

Examples

Limitations

By latest browsers, the embedded iframe requesting the fullscreen mode requires the whole window, so the script is not allowed to display anything in front of the player. That is why YouTube External Subtitle disables the fullscreen button by default. You can add your own fullscreen logic on your page, check the fullscreen example.

The script supports AMD.

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].