A simple, elegant web app to instantly generate transcripts from any YouTube video—just paste the link and go!
- 🎥 Extract transcripts from YouTube videos using only the video URL
- ⚡ Lightning-fast and runs entirely in your browser—no installation needed
- 🖥️ Clean, minimal, and user-friendly interface
- 🛠️ 100% pure JavaScript, HTML, and CSS—no frameworks or dependencies
- Use the online demo:
👉 Open the web app - Or run locally:
git clone https://github.com/kc-clintone/video-to-transcript.git cd video-to-transcript # Open index.html in your browser
- Enter the URL of the YouTube video you want to transcribe.
- Click the “Generate Transcript” button.
- Instantly view the transcript below—ready to read or copy!
index.html
– Main web page and app layoutmain.js
– Handles fetching and processing the transcriptstyles.css
– App styling
Want to tweak the look or add features?
Just edit index.html
, main.js
, or styles.css
to make it your own.
- JavaScript
- HTML/CSS
- YouTube Transcript API
MIT
🙋♂️ For questions or suggestions, open an issue—feedback is always welcome!