是否可以通过编程方式将 HTML 5 Canvas 元素的内容抓取到视频中?
- 我正在寻找的是任何有助于捕获在画布元素中运行的 HTML 5 动画并将其转换为视频的 API/库?
- 此外,音频也应该在输出视频中捕获。
或
替代方法: 假设我有一个 GWT(Java 代码),它会执行一些数学计算并将动画渲染到 CanvasElement.是否可以渲染视频而不是将动画输出到 CanvasElement?同样,音频也应该被捕获。
HTML 5 视频示例: http://www.craftymind.com/factory/html5video/CanvasVideo.html
- What I'm looking for is any API/library which helps to capture the HTML 5 animation running in the canvas element and convert it into a video?
- Also the audio too should be captured in the output video.
OR
Alternative approach:
Say I have a GWT (Java code) which does some mathematical calculations and renders animation onto a CanvasElement. Is it possible to render a video instead of outputting the animation to the CanvasElement? Again the audio should be captured as well.
HTML 5 Video example:
http://www.craftymind.com/factory/html5video/CanvasVideo.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查某些程序如何对 YouTube 视频进行采样。另外,看看这个答案:HTML 5 中的视频捕获
Check how some programs sample youtube videos. Also, have a look at this answer: Video capture in HTML 5