Show HN: Make videos and images programmatically with CSS

(videocode.io)

3 points | by sebnun 412 days ago

1 comments

  • sebnun 412 days ago
    Hi, I've been working on this side project for a while. I wanted to make videos programatically and I couldn't find a solution that allowed me the customisation that I wanted so I ended up building my own.

    I started with the idea of using the Adobe after effects command line (aerender), then I looked into streaming the browser rendering into a video (mostly based on this video https://www.youtube.com/watch?v=5ioxcNHq8y0), and I ended up using remotion, a react library.

    This is a (very) rough MVP. Any feedback is appreciated.