llimllib / yt-transcribe

Transcribe a youtube video into an easily readable HTML file
The Unlicense
12 stars 1 forks source link

Timestamp ranges #1

Open llimllib opened 2 months ago

llimllib commented 2 months ago

It would be a nice feature to say "give me a transcript from 30:00 to 55:00", for example, if you only wanted the second half of a long talk.

yt-transcribe -from 30:00 -to 55:00 <video_url>

Issues: