Error: Cannot find ffmpeg
Opened this issue · 5 comments
erduoniba commented
VideoSubtitleGenerator $ npm start
VideoSubtitleGenerator@1.0.0 start
node index.js
开始处理文件: demo.mp4
转换任务出错: Error: Cannot find ffmpeg
erduoniba commented
fluent-ffmpeg/node-fluent-ffmpeg#748
根据这个链接解决了。
erduoniba commented
另外我配置了 baidu_key 和 baidu_ secret ,在执行到翻译的时候,会获取不到值。
buxuku commented
另外我配置了 baidu_key 和 baidu_ secret ,在执行到翻译的时候,会获取不到值。
请问你是在 .env 文件里面配置的吗?
buxuku commented
开始处理文件: demo.mp4 转换任务出错: Error: Cannot find ffmpeg
因为我之前在是系统里面安装了 ffmpeg 的,所以我这边没的报错。目前已经在项目中集成了 @ffmpeg-installer/ffmpeg 了,非常感谢反馈。
buxuku commented
另外我配置了 baidu_key 和 baidu_ secret ,在执行到翻译的时候,会获取不到值。
别外看下 config.js
文件里面的 export const translateServiceProvider = supportedService.volc;
这里是否改成了百度。 默认是配置的火山翻译。