TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Capture YouTube video screenshots (quick and easy API)

2 pointsby abyesilyurtover 2 years ago
A few months back I needed to display arbitrary images from YouTube videos in an app, but there was no easy way, so I built something to scratch my own itch.<p>Today, I publish an updated version of it, based on the feedback you gave. Now, you can also query for the length, thumbnail, title and description of a youtube video. You can try it out in your browser after getting API keys from Gumroad for free, using the link below.<p><a href="https:&#x2F;&#x2F;abyesilyurt.gumroad.com&#x2F;l&#x2F;screenshot-api" rel="nofollow">https:&#x2F;&#x2F;abyesilyurt.gumroad.com&#x2F;l&#x2F;screenshot-api</a><p>Next, I will add image resolution query to resize the images. What other features would you like to see?

1 comment

simonblackover 2 years ago
FWIW the way I do it is to convert a video to single frames. Then it&#x27;s a very easy matter to select the &#x27;perfect&#x27; frame(s) from the bunch.<p>After that, extra image processing is just ordinary old image processing. Use whichever image processor floats your boat.