FFCreator
FFCreator copied to clipboard
A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
Hey, I'm creating a text component like this ``` const portText = new FFText({ text: `Bedrock port: ${server.port}`, fontSize: 72, color: "#ffffff", duration: finalDuration - outroDuration, }); portText.setFont(`./public/fonts/${body.font}`); portText.addEffect("fadeIn", 0.01,...
FFText如何实现一个段落首行缩进两个汉字,感谢!
comp.setOpacity(opacity); comp.addEffect('backIn', 0, 5); // type, time, delay comp.remove(10); scene.addChild(comp); comp.addEffect('bounceIn', 1, 6); comp.addEffect('fadeOut', 2, 8); 现在发生的现象时在1秒时组件就出现了动画,应该是在5s 才出现 然后播放那两个动画
The library does not work with running it with bun, i get this error: error: The module 'webgl' was compiled against a different Node.js ABI version using NODE_MODULE_VERSION 108. This...
I had to make a patch to get a transparent mov file to not show the alpha channel as black. In the video.js file I changed: Line 53 - this.voImageExtra...
现在linux上安装canvas 安装总是很慢,失败率很高,Windows上也不可以使用,有可能的话,是否可以改为下面这呢 https://github.com/samizdatco/skia-canvas 或者下面这个(但下面这个还没有release版本) https://github.com/Brooooooklyn/canvas