remove from array
This commit is contained in:
parent
74a9252077
commit
c8856800a7
6 changed files with 138 additions and 151 deletions
|
|
@ -659,6 +659,7 @@ export async function convert(
|
|||
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
|
||||
options?: any,
|
||||
) {
|
||||
|
||||
return exec(
|
||||
`ffmpeg -f "${fileType}" -i "${filePath}" -f "${convertTo}" "${targetPath}"`,
|
||||
(error, stdout, stderr) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue