Anonymous
Anonymous
This error occurs because the Node WebGL module you are using is compiled for a different Node.js ABI version, while the current version of Bun you are using requires a...
Sorry, too busy at work. try again later.
or cd node_modules/gl node-gyp rebuild
You can refer to https://github.com/drawcall/inkpaint/tree/master/examples/source/node/filters
Thank you very much, I have limited energy and can submit a PR.
需要具体分析,可调整及更多ffmpeg params ``` vb | 无 | string | ffmpeg vb -- | -- | -- | -- crf | 无 | number (默认crf) | ffmpeg crf preset | 无...
需要具体分析你的动画,追求速度可以使用ffcreatorlite或者v2.0
有点忙 回头帮你看sorry
https://github.com/tnfe/FFCreator/issues/409
音频支持,字幕暂时不支持全局,后续可添加 ``` // 1. 添加全局背景音 creator.addAudio('../audio/bg.mp3'); // 俩种配置方式 creator.addAudio({ loop: false, path: ... , volume:1.5}); // 2. 为每个场景添加单独音乐 scene.addAudio('../audio/bg.mp3'); // 俩种配置方式 scene.addAudio({ loop: false,path: ... , start: 20, volume:"20dB"}); //...