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.

Show HN: Python library to add voiceovers to Manim videos programmatically

21 pointsby hosolmazabout 2 years ago

3 comments

zukerpieabout 2 years ago
Really nice! I'm also currently playing around a lot with automatically generated videos and I can see this having a lot of potential! Some questions that come to my mind: 1. Do you plan including AWS Polly in the speech generation? There is also a free tier, the API is nice so it might be also a good choice for people using AWS SDK already in their projects. 2. How do you approach aligning the words with animations? Is it possible to align it for a specific word? I was wondering how one might approach this. Did you already describe it somewhere?
评论 #35967591 未加载
hosolmazabout 2 years ago
Hey HN! This is a side project that I started working on roughly 1 year ago.<p>Manim is the math animation library created by the awesome math YouTuber 3blue1brown. This is about Manim Voiceover, a plugin for Manim that provides an API for adding voiceovers to videos. My goal is to create efficient text2video pipelines and make it possible to automatically generate beautiful explainer videos from any educational text on the web.<p>This is kind of an announcement post. You can check out the documentation itself here: <a href="https:&#x2F;&#x2F;voiceover.manim.community&#x2F;en&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;voiceover.manim.community&#x2F;en&#x2F;stable&#x2F;</a><p>Curious to hear what you think!
评论 #35965974 未加载
commentionabout 2 years ago
Looks awesome! I really like the code-driven video editing concept.