Back to News
Advertisement

Timed YouTube video transcripts in .txt and .pdf

ccristyg0101 about 6 hours ago 1 comments

HI version is available. Content is displayed in original English for accuracy.

hello people,

I want to share with you the tool Im working on at the moment that does exactly what you see in the title, something pretty simple, want feedback please.

have a good day :)

link: https://pelicantools.app/tools/youtube-to-transcript

Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 55 words in the discussion.

Trending Topics

#sub#dlp#transcript#evt#write#segs#why#closed#source#webpage

Discussion (1 Comments)Read Original on HackerNews

verdvermabout 5 hours ago
Why a closed source webpage over something unix-y like: yt-dlp + rendering tool, for example

    yt-dlp --skip-download --write-sub --write-auto-sub --sub-lang en --sub-format json3 -o transcript <video>

    cue eval json: transcript.en.json3 -e 'strings.Join(list.FlattenN([for _,evt in events if evt.segs != _|_ for _,s in evt.segs { s.utf8} ],2),"")' --out text > transcript.en.txt
Bonus with yt-dlp is that it supports a lot more than YT