如何在服务器端将javascript动画转换为视频?

发布于 2024-12-10 17:55:03 字数 162 浏览 4 评论 0原文

我很确定这可能不是一件容易的任务,但这里是:

我的团队正在创建一个网站,用户可以在其中创建动画。我们使用的是js+html。问题是,现在客户希望我们能够将视频发送到 YouTube,因此要求我们以某种方式在服务器端将动画转换为视频......

你们对如何做到这一点有什么想法吗?

I am pretty sure this might not be an easy task, but here goes:

My team is creating a website where the user is able to create animations. We are using js+html. The thing is that now the client wants us to be able to send the video to YouTube, thus requiring us to convert the animation to video on the server-side somehow...

Do you guys have any ideas on how to do that?

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

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

发布评论

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

评论(1

煮酒 2024-12-17 17:55:03

如果您在客户端生成“帧”并将它们发送到服务器,您可以使用 ffmpeg

If you generate "frames" on the client-side and can send them to the server, you could assemble them in a video using ffmpeg.

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