2
0
This commit is contained in:
Cedric Hoelzl 2019-11-14 00:30:55 +01:00
parent f989410d57
commit 2c271c7f0c

View File

@ -1,8 +1,8 @@
const path = require('path'); const path = require('path');
const ffmpeg = require('fluent-ffmpeg'); const ffmpeg = require('fluent-ffmpeg');
const {path: ffPath} = require('@ffmpeg-installer/ffmpeg'); //const {path: ffPath} = require('@ffmpeg-installer/ffmpeg');
ffmpeg.setFfmpegPath(ffPath); //ffmpeg.setFfmpegPath(ffPath);
const reverse = file => { const reverse = file => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {