Viole
Results
1
comments of
Viole
> In NodeJS I had to install these : [@ffmpeg-installer/ffmpeg](https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg) [@ffprobe-installer/ffprobe ](https://www.npmjs.com/package/@ffprobe-installer/ffprobe) > > and then in [videoshow/lib/index.js](https://github.com/h2non/videoshow/blob/master/lib/index.js): const ffprobePath = require('@ffprobe-installer/ffprobe').path; const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path; var ffmpeg = require('fluent-ffmpeg')...