使用npm video-thumbnail的视频缩略图

时间:2019-08-30 09:25:08

标签: nodejs-server

我正在使用npm video-thumbnail生成缩略图 但是每次遇到错误-都找不到ffprobe,但已经 安装了它,还安装了fluent-ffmpeg,ffprobe,ffmpeg 但每次遇到此错误

尝试升级节点 安装了fluent-ffmpeg安装程序, 已安装ffprobe

              var thumb = require('video-thumbnail')
             console.log('you are here  = 1');
            thumb.video(pathToVideo, null, {width: 200, 
               silent:true}).then(()=>{
                console.log('Done!')
            }).catch((err)=>{
               console.log(err)
            })

我希望将完成和缩略图保存到目录中,但是每次遇到错误ffprobe都不会发现,但是它位于node_modules enter code here

0 个答案:

没有答案