-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
timecut has the outputStream option.
I believe it is nice for when you want the users of your web service to start downloading the file immediately, as it is being rendered.
Or perhaps are there workarounds? I discovered that files are being written in the temp directory ./tmp/synthesizer/:
WebVideoCreator/core/Synthesizer.js
Line 93 in fb62279
| tmpDirPath = path.resolve("tmp/synthesizer/"); |
after which the file is simply moved
WebVideoCreator/core/Synthesizer.js
Line 251 in fb62279
| await fs.move(this._swapFilePath, this.outputPath, { overwrite: true }); |
Metadata
Metadata
Assignees
Labels
No labels