We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFCreator是腾讯新闻前端团队开源的一个视频生成库。基于Node.js,利用WebGL来渲染图像,ffmpeg烧制,有简单的JavaScript的API可以帮助程序员快速的生成视频。
Node.js
WebGL
ffmpeg
但目前还有局限:
米拉视频的小伙伴们Fork了FFCreator和底层渲染库InkPaint,在此基础上实现了网页端运行,释放出JavaScript的潜力,打通了前端预览和后端烧制。 现在以MIT LICENSE开源。
网页端
基于FFCreator实现的所见即所得播放器,可在线玩: DEMO
比如下面一段简单的XML即可实现文字作为视频蒙版动画的效果
<video x="50vw" y="50vh" height="100vh" src="oceans.mp4"> <text text="OCEAN" fontSize="100rpx" color="#FFF" x="50vw" y="50vh" asMask="true" duration="4"> <animate time="2" delay="2"> <from scale="1"></from> <to scale="30" y="1500"></to> </animate> </text> </video>
开源链接: https://github.com/miravideo/FFCreator https://github.com/miravideo/inkpaint
在线体验: https://miravideo.github.io/mira-player
The text was updated successfully, but these errors were encountered:
ps. 目前只支持Chrome/Firefox/Edge,不支持Safari
Sorry, something went wrong.
No branches or pull requests
FFCreator是腾讯新闻前端团队开源的一个视频生成库。基于
Node.js
,利用WebGL
来渲染图像,ffmpeg
烧制,有简单的JavaScript的API可以帮助程序员快速的生成视频。但目前还有局限:
米拉视频的小伙伴们Fork了FFCreator和底层渲染库InkPaint,在此基础上实现了
网页端
运行,释放出JavaScript的潜力,打通了前端预览和后端烧制。现在以MIT LICENSE开源。
基于FFCreator实现的所见即所得播放器,可在线玩: DEMO
比如下面一段简单的XML即可实现文字作为视频蒙版动画的效果
开源链接:
https://github.com/miravideo/FFCreator
https://github.com/miravideo/inkpaint
在线体验:
https://miravideo.github.io/mira-player
The text was updated successfully, but these errors were encountered: