TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to Generate Animations Programatically?

3 pointsby lpmanalmost 5 years ago
I have a task to generate an animation programatically. There is one animation and a list of names, for which I need to generate separate animations. What is the best way to do this? I'm thinking about creating the base animation (with sound) in SVG and create one for each name, then capturing the animation into mp4. Since this is the first time I try to generate videos programatically, I wonder if there is a better way to do this.

1 comment

brudgersalmost 5 years ago
The language, Processing, comes to mind. <a href="https:&#x2F;&#x2F;processing.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;processing.org&#x2F;</a>