将 Silverlight 动画渲染到视频文件

发布于 2024-09-05 17:44:35 字数 287 浏览 4 评论 0原文

我需要能够将 silverlight 故事板动画渲染为视频。动画内容本身可以是简单的 UIElements、图像,甚至可以是同时播放的两个或多个视频。

我想到了几个想法,比如在单帧基础上使用 RenderTargetBitmap,但是:

1)我从未针对视频嵌入内容对此进行过测试

2)不知道如何实际从生成的图像组成视频。

我也在考虑 Expression Encoder,但我不知道是否可以将其集成到 Silverlight/XBAP 应用程序中来满足其预期。

您对此有何看法?

I need to be able to render a silverlight storyboard animation to video. The animated content itself could be simple UIElements, Images or even two or more videos playing at the same time.

Several ideas came to mind like RenderTargetBitmap on a single frame basis, but:

1) I've never tested this against video embedded content

2) Don't know how to actually compose the video from the generated images.

Expression Encoder was also on my mind, but I don't know if it's possible to integrate it in a Silverlight/XBAP app to fulfill what's expected from it.

What's your opinion on this?

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

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

发布评论

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

评论(1

掐死时间 2024-09-12 17:44:35

如果您只需要捕获此类内容,最好的选择是使用 Expression Encoder 4 的屏幕录制功能,或 TechSmith Camtasia 等工具。

Your best bet if you just need to capture this sort of thing would be to use the Expression Encoder 4's screen recording feature, or a tool like TechSmith Camtasia.

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