FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)

Results 176 FFCreator issues
Sort by recently updated
recently updated
newest added

v7.2.2 给 FFText、FFImage 设置 zIndex 之后,先执行 scene.addChild text或者 image,再添加 FFVideo,会被 video 覆盖 v3.1.2 及之前的老版本 zIndex 无问题 请问大佬咋解决呢?

看到issues中大佬回复说最近会放出GPU加速版,想问下,有没有大概的时间啊

目前导入一个含有透明背景的视频,但是输出的结果里,视频背景都是黑色的,不是透明的

在调用image.addAnimate的时候报错了 环境: Mac M1 MacOs 13.5.1 (22G90) electron-forge/cli 6.4.1 node:18.16.0 ![image](https://github.com/tnfe/FFCreator/assets/12150488/c17e40e0-1fd2-4098-8c65-e03e35cbfa16) ![image](https://github.com/tnfe/FFCreator/assets/12150488/b8478684-75df-4d53-a7cf-ca77f24f4771)

这个是跑官方examples中的 "Effects and animation of FFText" (process:13260): Pango-WARNING **: 09:26:13.195: couldn't load font "AaELS Not-Rotated 46px", falling back to "Sans Not-Rotated 46px", expect ugly output. (process:13260): Pango-WARNING **: 09:26:13.203: couldn't...

electron 24.1.2 node 18.14.0 ffcreator ^7.0.3 运行在win10系统 App threw an error during load Error: The module '\\?\D:\project\electron\ef3\node_modules\.store\[email protected]\node_modules\gl\build\Release\webgl.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 108. This version of...

const font2 = path.join(__dirname, './assets/font/font2.ttf'); let textTitle = new FFText({ text: ‘新增的字体’, x: width / 2, y: 380, fontSize: 40 }); textTitle.setColor('#ffffff'); textTitle.setFont(font2); textTitle.alignCenter(); textTitle.setStyle({ padding: 10 ,width:600}); 代码如上,你们有没有遇到呢

Hi, do you know maybe how to change the text direction and to make it RTL? Thank you.

FFSubtitle 的 srt 方式,字幕与配音不同步,有时字幕比配音快很多

你好,请问下,能否对FFNode的子类,比如FFImage,用glsl做效果?