chore: add ffmpeg args and calibre to readme

This commit is contained in:
C4illin 2024-12-11 11:09:03 +01:00
parent f537c81db7
commit d0b89ce74f
2 changed files with 3 additions and 3 deletions

View file

@ -700,8 +700,6 @@ export async function convert(
message = "Done: resized to 256x256";
}
console.log(process.env.FFMPEG_ARGS);
const command = `ffmpeg ${process.env.FFMPEG_ARGS} -i "${filePath}" ${extra} "${targetPath}"`;
return new Promise((resolve, reject) => {