frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: YT NoteTaker – Simple Manual Note Taking on YouTube Videos

https://kavinaidoo.github.io/ytnt/
2•kavinaidoo•1d ago
Hi HN,

YTNT is a simple web-app for manually typing notes while watching a YouTube video. Simultaneously type and control playback with keyboard shortcuts. Export to Word (.docx) when you're done.

I'm seeking general feedback.

NOTES:

- The only way to "save" (for now) is to export to a Word .docx

- Speech-to-text only works in Chrome

GitHub: https://github.com/kavinaidoo/ytnt

Blog Post: http://archive.today/FRqwp

Thanks, Kavi

Comments

Leftium•16h ago
I forked oTranscribe and added some features to solve a similar problem.

- demo: https://otranscribe.netlify.app/?vsl=definedefine

- source code: https://github.com/Leftium/oTranscribe

- CLI tool to generate OTR (oTranscribe) files from (YouTube) SBV/TTML files: https://github.com/Leftium/otrgen

In my case, I wanted to start with the (auto-generated) YouTube transcript and get clickable timestamps. This makes it much faster to search through the content of a video: I can read/search much faster than watching a video, even on 2X speed.

I could also add my own notes to the transcript.

If you add support for loading transcripts like this, it could work cross-browser without the microphone/speech-to-text.

kavinaidoo•5h ago
Aha, starting with the YouTube transcript is a great idea. I wanted to start with it but I couldn't find a way to get it from the YouTube iFrame API so I went with the Web Speech API to listen and convert.

Forgive me for the confusion, the demo link implies that the transcript is loaded from the video but I see in the code that there's a pre-existing "/txt/definedefine.md" that is loaded. How are these SBV/TTML files downloaded from YouTube in the first place? I assume that it is a separate process? I see you are then using otrgen to presumably convert these so they can be used by oTranscribe.

If I could load the transcripts dynamically when loading the YouTube video that would be a great feature.

Leftium•4h ago
The demo simply demonstrates how I used my tool. It requires some manual set up:

- TTML files are downloaded via CLI: `yt-dlp.exe --skip-download --write-auto-sub --sub-format ttml`

- TTML files are converted to the OTR .MD format via my CLI tool

- The MD file can be dragged & dropped onto the web app.

---

I think it is possible to download SBV/TTML files, but the download must be done from the server due to CORS restrictions.

My app didn't go this far due to limitations of the (serverless) platform it is hosted on. Also it was faster to just do the steps manually vs. developing a server that does it.

I have seen many services that download the transcript. Here are a few:

- https://youtubetranscript.com

- https://kagi.com/summarizer

- https://www.tubepen.com

However, note YouTube may block your server if you download too many transcripts: https://kagifeedback.org/d/4451-universal-summarizer-cant-fi...

Leftium•15h ago
I'm planning a beat-aware YouTube player. Unfortunately, it is not possible to access the audio stream data across the YouTube embed. (For beat-detection analysis.)

I considered using the microphone like this. It's nice to see it works. Although there seems to be a time limit to how long the microphone can record?

My plan was to download video (youtube-dlp), then make a CLI tool that analyzes and uploads the beat-detection data. An advantage of the CLI tool is it can complete the analysis faster than playing the video at 1X.

kavinaidoo•5h ago
Yeah, I also wanted to "pipe" the audio directly to the Web Speech API but had to resort to using the mic. Another feature I wanted to add was to have a keyboard shortcut insert a screenshot of the video into the notes. Handy for diagrams etc but I hit some roadblocks there too and the workarounds were getting crazy.

Regarding the time-limit, I'm entirely accessing the audio stream using the Web Speech API and it "decides" (usually when there's a sufficient pause) when to finalize a recognition result. It was also firing a "recognition.onend" event after a certain amount of time (some old details here: https://stackoverflow.com/questions/38213580/chromes-webkits...) so I have a workaround where if the user did not turn off speech-to-text, it is immediately restarted. You'll see console warnings "userStopped == false - trying to restart" when this happens.

I assume you'll have no such issues because you'll be handling the "raw" audio data and not working through this API. Also, I've noticed that when using the Web Speech API on Safari, it does not "hear" what the tab is playing. It only hears external audio. I'm not sure whether this will be an issue for you but for me it means my app is Chrome only (suboptimal). Forgive me for my naïveté in this arena, It's the first time I'm using any browser audio API.

Would your tool run on a server and work with a frontend for YT link ingestion or will you just use it yourself from the cli?

Leftium•4h ago
Ideally, my tool would run on the server. Especially if I wanted to monetize the service. (However I think there may be legal issues that are larger than the technical ones...)

However it's just a small hobby project. So realistically I think this is how it will work:

- If user tries to load a video without beat data yet, instructions are shown for how to add the beat data. The instructions will be running CLI command like `npx upload-beat-data [YOUTUBE-URL]`

- The CLI tool will download the audio, then upload the beat data to my site.

- The site will also log which videos got a lot of requests, but are missing beat data. So I can manually add the beat data myself.

Can I use Inert > 93%

https://caniuse.com/?search=inert
2•franze•53s ago•0 comments

Speedier.watch: A study on the impacts of 2x video watching

https://speedier.watch/
2•que-encrypt•58s ago•0 comments

Biome Type Inference: A Look Behind the Scenes

https://arendjr.nl/blog/2025/05/biome-type-architecture/
1•arendjr•1m ago•1 comments

Google launches new initiative to back startups building AI

https://techcrunch.com/2025/05/12/google-launches-new-initiative-to-back-startups-building-ai/
1•rntn•1m ago•0 comments

Is AI the future of American foreign policy?

https://www.npr.org/2025/05/12/nx-s1-5375140/ai-foreign-policy-diplomacy-war-ceasefire-ukraine
1•anigbrowl•2m ago•0 comments

Show HN: Sourcetool – Build internal tools with plain Go, no frontend

https://trysourcetool.com/
1•theaktky•3m ago•0 comments

Google just changed its 'G' logo

https://9to5google.com/2025/05/12/google-icon-update/
2•mfiguiere•5m ago•0 comments

State of Alabama reports "significant security breach"

https://www.al.com/news/2025/05/alabama-technology-office-investigating-significant-security-breach-of-state-systems.html
1•Jimmc414•6m ago•0 comments

Bhangmeter

https://en.wikipedia.org/wiki/Bhangmeter
2•skibz•8m ago•0 comments

Letters of Last Resort

https://en.wikipedia.org/wiki/Letters_of_last_resort
2•skibz•8m ago•0 comments

Runit – a Unix init scheme with service supervision

https://smarden.org/runit/
2•smartmic•9m ago•0 comments

Show HN: How iPhone 13's Satellite Connectivity Works

https://www.squaredtech.co/iphone-13-users-with-free-satellite-connectivity
1•logic_node•9m ago•0 comments

Our next Ice Age is due in 10k years, but there's a catch

https://www.dw.com/en/earth-next-ice-age-prediction-when-v2/a-71786018
1•wmlhwl•10m ago•0 comments

How to practice 'deep reading' (2024)

https://www.npr.org/2024/04/30/1196979151/how-to-practice-deep-reading
2•Tomte•13m ago•0 comments

Challenge – Building a LoadBalancer Assisted by DeepSeek AI

https://www.mytinydc.com/en/blog/news-2025-mai-11/
1•dhenry123•13m ago•0 comments

Dumbproxy got Redis auth back end

https://github.com/SenseUnit/dumbproxy/releases/tag/v1.27.0
1•Snawoot•14m ago•0 comments

Copy_with_context.nvim plugin released

https://zhisme.com/articles/copy-with-context-nvim/
1•zhisme•17m ago•0 comments

The Last of YaST?

https://lwn.net/SubscriberLink/1020408/8c022fd8256693d5/
1•todsacerdoti•17m ago•0 comments

Why are the most controversial documentaries getting canned?

https://www.theguardian.com/film/2025/may/05/prince-netflix-documentaries-amazon-prime-trump
2•speckx•17m ago•0 comments

Efficiency Without Morality Is Tyranny (An Essay)

https://signal-noise-ratio.ghost.io/efficiency-without-morality-is-tyranny/
3•dwmd14•17m ago•1 comments

ThumbHash: A compact representation of an image placeholder

https://evanw.github.io/thumbhash/
3•bpierre•18m ago•0 comments

Time Formatting and Storage Bugs

https://en.wikipedia.org/wiki/Time_formatting_and_storage_bugs
1•pcfwik•18m ago•0 comments

Hive-like spatial DB for GIS workloads

https://bitsgonewild.ghost.io/building-a-terrain-analysis-platform-that-doesnt-make-our-database-scream/
1•jspuri•22m ago•0 comments

Ask HN: Any recommendations for a portable music player

1•laserstrahl•22m ago•1 comments

Show HN: Turn your football knowledge into a challenge game

https://apps.apple.com/es/app/who-is-that-player-football/id6744461899
1•wyethdev•23m ago•0 comments

Django Firefly Tasks – simple and easy to use background tasks in Django

https://github.com/lukas346/django_firefly_tasks
2•lukas346•26m ago•1 comments

Racing airplane design for a concept art of a fictional aerial world

https://www.instagram.com/reel/DJiILJyycPA/
1•epicusdraw•30m ago•0 comments

Ask HN: What tool, tech or process in front-end dev would you improve/change?

1•herol3oy•30m ago•0 comments

Connecting SharePoint and Microsoft OneDrive to ChatGPT Deep Research

https://help.openai.com/en/articles/11367239-connecting-sharepoint-and-microsoft-onedrive-to-chatgpt-deep-research
1•gfortaine•31m ago•0 comments

CoCalc HTTP-Proxy-3

https://www.npmjs.com/package/http-proxy-3
1•BlaecBejarano•32m ago•1 comments