FFCreator icon indicating copy to clipboard operation
FFCreator copied to clipboard

ffcreate 无法指定输出文件名称

Open f1748x opened this issue 1 year ago • 1 comments

指定生成 "测试文件名.mp4"文件名称无效果 const creator = new FFCreator({

cacheDir:path.join(__dirname,"../cache"),
outputDir:path.join(__dirname,"../output"),
output:"测试文件名.mp4",//该行未生效
width:width,
height:height,
parallel: 8,

}); 当前任务是FFCreatorCenter

f1748x avatar Feb 10 '23 10:02 f1748x