Cleanup
This commit is contained in:
parent
f989410d57
commit
2c271c7f0c
@ -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) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user