tnfe / FFCreator

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
http://tnfe.github.io/FFCreator/
MIT License
2.82k stars 398 forks source link

设置的 outputDir 无效 #309

Open qinhaitao97 opened 1 year ago

qinhaitao97 commented 1 year ago

const creator = new FFCreator({ cacheDir: cache_dir, outputDir: output_dir, output, width: scene_width, height: scene_height, clarity: main_video_clarity, fps: main_video_fps, log: false, debug: true, })

output_dir:'/Users/qin/Desktop/ffmpeg/code/deduplicate/output/'

执行代码在 index.js 中,index.js 和 output 在统一目录层级中,预期的输出结果在 output 目录下,但是实际输出的结果在 output 的同级目录下,这是为什么?

mannymu commented 1 year ago

这个bug 感觉是最近才出现的,前几天尝试都是好的。。

drawcall commented 1 year ago

outputDir 和ffcreatorcenter不能同时使用,可以自定义center或者不使用center方式

YIyiyi-3 commented 1 year ago

我也是这样的情况,请问是怎么解决的