TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Make videos and images programmatically with CSS

3 点作者 sebnun将近 3 年前

1 comment

sebnun将近 3 年前
Hi, I&#x27;ve been working on this side project for a while. I wanted to make videos programatically and I couldn&#x27;t find a solution that allowed me the customisation that I wanted so I ended up building my own.<p>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 <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5ioxcNHq8y0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5ioxcNHq8y0</a>), and I ended up using remotion, a react library.<p>This is a (very) rough MVP. Any feedback is appreciated.