Update API

This commit is contained in:
Jerome Wu
2022-09-23 17:33:01 +08:00
parent 7ced0478da
commit edb05a6572
8 changed files with 16 additions and 16 deletions

View File

@@ -13,5 +13,5 @@ void (async () => {
);
ffmpeg.FS.writeFile("audio.wav", wav);
console.log("return code: ", ffmpeg.exec(["-i", "audio.wav", "audio.mp4"]));
console.log("return code: ", ffmpeg.exec("-i", "audio.wav", "audio.mp4"));
})();