How to use fluent-ffmpeg.setFfmpegPath:
176 177 178 179 180 181 182 183 184 185 186
/** * Configure ffmpeg path * @param {string} path */ static setFfmpegPath(path) { ffmpeg.setFfmpegPath(path); } } module.exports = Util;
How to use fluent-ffmpeg.setFfmpegPath:
176 177 178 179 180 181 182 183 184 185 186
/** * Configure ffmpeg path * @param {string} path */ static setFfmpegPath(path) { ffmpeg.setFfmpegPath(path); } } module.exports = Util;