FFCreatorLite icon indicating copy to clipboard operation
FFCreatorLite copied to clipboard

A lightweight and fast short video processing library based on node.js

Results 17 FFCreatorLite issues
Sort by recently updated
recently updated
newest added

使用example的video.js 报错如下,cache文件夹里不会生成任何文件,请问该怎么解决 FFCreatorLite progress: 0% FFCreatorLite progress: 8% FFCreatorLite progress: 13% FFCreatorLite progress: 17% FFCreatorLite progress: 21% FFCreatorLite progress: 26% FFCreatorLite progress: 32% FFCreatorLite progress: 38% FFCreatorLite progress: 45% FFCreatorLite...

FFCreator error: {"type":"error","error":"Error: ffmpeg exited with code 1: cacheDir\\7a0tmtdgkib6o34l.txt: No such file or directory\n \n stdout: \n stderr: [concat @ 0000024fed28bfc0] Impossible to open 'cacheDir\\./cacheDir/n1xo qe6iexz2bthh/scene1.mp4'\ncacheDir\\7a0tmtdgkib6o34l.txt: No such file or...

` const text1 = new FFText({ text: 'FFVideo案例', font, x: 140, y: 100, fontSize: 42 }); text1.setColor('#ffffff'); text1.setBorder(5, '#000000'); //text1.addEffect('fadeIn', 2, 1); scene1.addChild(text1);` ![image](https://user-images.githubusercontent.com/69334634/164167979-397aa3e4-61f1-4f7d-a6ee-e7a448da0800.png)

win10下使用FFCreatorLite将jpg图片合成为视频时报错,如图: ![image](https://user-images.githubusercontent.com/43169171/150932965-9cb2ad58-445e-4c75-835e-b7927505319f.png) 请问该怎么解决,谢谢!

FFCreator start single: ffmpeg -loop 1 -i c:\NIJI\project\cms\EmailCMS\node_modules\ffcreatorlite\lib\assets\blank.png -i C:/Users/71216/OneDrive/Desktop/files/外访云谷.mp4 -loop 1 -i C:/Users/71216/OneDrive/Desktop/files/filesLOGO视频.png -y -filter_complex color=c=#ffffff:d=10:size=1920*1080[background2-0];[background2-0][0:v]overlay=x=-10:y=0[image1-1];[image1-1][1:v]overlay=x=0:y=0[video1-1];[video1-1][2:v]overlay=x=0:y=0[image4-1] -map [image4-1] -r 24 -threads 2 -t 10 -hide_banner -map_metadata -1 -map_chapters -1...

请问 node 上可以加多个 addAnimate 吗?

也没有使用 FFCreatorCenter, 只能通过output设置 ``` const { FFScene, FFImage, FFText, FFCreator } = require('ffcreatorlite'); const path = require('path'); const colors = require('colors'); // create creator instance const creator = new FFCreator({...

感觉生成的视频清晰度很差 文字模糊,色彩不鲜艳

Hi, I'm trying to figure out if setStyle is working for FFText, there's no documentation on how to add a style and what a style object looks like :(

你好作者,lite版本字幕怎么添加