Commit Graph

4 Commits

Author SHA1 Message Date
Jon Hainstock
0beb43b4dd
Update multiple-output.js
`await fs.promises.writeFile(p, ffmpeg.FS('readFile', p));` is writing 0-byte files (as mentioned in #170). Using `fs.WriteFileSync` exports files properly. If there is a better way, by all means, reject these changes. But this change fixes #170 for me.
2021-03-29 15:47:06 -05:00
Jerome Wu
258646edd5 Update node.js examples 2020-11-05 09:39:25 +08:00
Jerome Wu
9f7e9eee76 Update examples 2020-11-03 15:39:01 +08:00
Jerome Wu
e227884510 Add multiple-output example 2020-05-05 17:51:57 +08:00