Cleanup
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const path = require('path');
|
||||
const ffmpeg = require('fluent-ffmpeg');
|
||||
|
||||
const {path: ffPath} = require('@ffmpeg-installer/ffmpeg');
|
||||
ffmpeg.setFfmpegPath(ffPath);
|
||||
//const {path: ffPath} = require('@ffmpeg-installer/ffmpeg');
|
||||
//ffmpeg.setFfmpegPath(ffPath);
|
||||
|
||||
const reverse = file => {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
Reference in New Issue
Block a user