Features
- Allow passing an array of input paths. You can now
await saveAsPath([path1, path2], ...)
for cases where multiple files were used to construct thetmpFile
to be renamed, such as video concatenation.
await saveAsPath([path1, path2], ...)
for cases where multiple files were used to construct the tmpFile
to be renamed, such as video concatenation.