chore: add ffmpeg args and calibre to readme
This commit is contained in:
parent
f537c81db7
commit
d0b89ce74f
2 changed files with 3 additions and 3 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue