将文本转换为视频(mp4 或 mov 或 flv)

发布于 2024-09-25 00:34:47 字数 45 浏览 2 评论 0原文

是否有任何库可以将 C# 中的文本转换为视频,就像我们将文本转换为语音一样。

Is there any library which allows to convert text to video in C# just like we have text to speech.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

盛夏已如深秋| 2024-10-02 00:34:47

您可以使用 System.Graphics.DrawString( ) 从文本创建图像。要将它们变成视频,您可以查看 这个问题

You can use System.Graphics.DrawString() to create images from text. To turn them into videos, you might have a look at this question.

冷弦 2024-10-02 00:34:47

你是什​​么意思?您的意思是将字符串本身转换为一定长度的视频吗?如果是这样,作业 B 的答案是一个很好的起点。或者您的意思是将文本转换(TTS)为音频并将音频转换为电影?您可以使用 System.Speech.Synthesis 进行转换文本转音频。还是组合?

How do you mean? Do you mean convert the string itself to a video of some length? If so, Job B's answer is a good starting point. Or do you mean convert (TTS) the text to audio and convert the audio to a movie? You can use System.Speech.Synthesis to convert text to audio. Or a combination?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文