get rid of converting for now

This commit is contained in:
anarch3 2022-11-22 05:33:28 -05:00
parent 6edb3fec06
commit 12c7bcd95e
2 changed files with 20 additions and 4 deletions

View file

@ -55,7 +55,7 @@ function convert(req, res, next) {
console.log(`oembed file created ${nameAndExtension[0]}${nameAndExtension[1]}.json`);
});
if (nameAndExtension[1] == ".mp4") {
/**if (nameAndExtension[1] == ".mp4") {
console.log("Converting " + nameAndExtension[0] + nameAndExtension[1] + " to gif");
console.log(nameAndExtension[0] + nameAndExtension[1]);
ffmpeg()
@ -86,7 +86,7 @@ function convert(req, res, next) {
console.log(`Uploaded to uploads/${nameAndExtension[0]}.mp4`);
})
.run();
}
}**/
}
next();