Create an MP4 video of a web page scrolling at a steady speed (github.com)

30 points by shawnzam 8 hours ago

dvh 2 hours ago

This has to be intentional. I refuse to believe that someone would do this unintentionally. You are literally making video of a website, the app doesn't have any other feature, yet you don't show us the example!? What causes this? It has to be intentional, but why?

archargelod 2 hours ago

They've probably just asked their agent to create code and a readme. Adding example is too complicated for AI and doing it manually is extra work.

People are too lazy to do actual work now in the age of AI.

Diti 31 minutes ago

This isn’t even an original idea either. Claude proposed to build something similar to me when I asked him how I could present my 2500+ saved Telegram links so that I can browse them more efficiently.

If the author of this repository was proud of their craft (which they can’t be), they would want to show us “how cool it looks” in an example.

Klaster_1 2 hours ago

How does this compare to Playwwright? It got a similar feature recently [0]

[0] https://github.com/microsoft/playwright/releases/tag/v1.59.0

andrewstuart 7 hours ago

You could do this with ffmpeg on a screenshot PNG.

ffmpeg -i screenshot.png -vf \ "crop=iw:1080:0:n*(20000-1080)/600,format=yuv420p" \ -t 10 -r 60 output.mp4

arecsu 5 hours ago

Title of the post fails to describe what this fully does and you didn't seem to have read the repo. This generates a live interaction with the website, with scrolls, timings, clicks, route navigations, etc. A mixture of AI generated cues that you can use via skills + scripts to be feed with those cues that will process the video automatically via headless chromium and ffmpeg. Seems really interesting

burgerone 4 hours ago

What problem does this solve?

victorbjorklund 3 hours ago

haaz 3 hours ago

wbobeirne 4 hours ago

globalnode 3 hours ago

shawnzam 8 hours ago

[flagged]