Y
Hacker News
new
|
ask
|
show
|
jobs
by
wferrell
2077 days ago
How did you capture all these screenshots? Great video!
2 comments
victor9000
2077 days ago
You can use Puppeteer to drive the web scraping and use page.screenshot() to capture images. You can find a quick example in the docs below:
https://github.com/puppeteer/puppeteer/blob/v5.3.1/docs/api....
link
13rac1
2077 days ago
Thanks! Yes, it's puppeteer, plus imagemagick to add transparency using an overlay on an empty map, and ffmpeg to make the 60fps video. A lot of data, currently have over 200GB.
link
https://github.com/puppeteer/puppeteer/blob/v5.3.1/docs/api....