website scroller
1.0.0
Turn a URL into a video that scrolls the website to the top and gives a video. Inspired by this tweet
This is how you could turn ping.gg into a video:
set -e
sudo npm i -g puppeteer-screenshot-cli
puppeteer-screenshot --width 1920 --fullPage 'https://ping.gg/' > screenshot.jpg
export SCREENSHOT=$(curl --upload-file ./screenshot.jpg https://transfer.sh/screenshot.jpg)
rm screenshot.jpg
sudo npm i -g @remotion/[email protected]
remotion render https://website-scroller.vercel.app/ --codec=prores --props="{"url": "$SCREENSHOT", "duration": 5}" website.mov
Fork and customize the Composition.tsx
file. Deploy the Remotion Studio for example to Vercel. Replace the URL in the render
command.
Install Dependencies
bun i
Start Preview
bun start
Render video
bun run build
Upgrade Remotion
npm run upgrade
Get started with Remotion by reading the fundamentals page.
We provide help on our Discord server.
Found an issue with Remotion? File an issue here.
Note that for some entities a company license is needed. Read the terms here.