我正在构建一个使用模块 node-fluent-ffmpeg 的应用程序。https://github.com/schaermu/node-fluent-ffmpeg
我正在尝试将 ffmpeg 二进制文件与我的应用程序一起打包。我想这样做(尤其是在 Windows 上)用户不必手动安装 FFMPEG。
可悲的是,我尝试过的一切都会导致错误。我尝试了以下方法:
ffmpeg.setFfmpegPath : Gives an error saying setFfmpegPath is not a method
和:
proc.setFfmpegPath : Gives a createproces error.
看来我做错了什么。有人可以指出我的错误。非常感谢。