Vanilagy / mp4-muxer

MP4 multiplexer in pure TypeScript with support for WebCodecs API, video & audio.
https://vanilagy.github.io/mp4-muxer/demo
MIT License
419 stars 32 forks source link

about showSaveFilePicker #64

Closed mtsee closed 1 month ago

mtsee commented 1 month ago

I have a request to perform video synthesis in puppeteer, but puppeteer cannot operate the confirmation pop-up window of showSaveFilePicker. Can I return the synthesized data through a callback function and then fetch it to the node environment for video synthesis?

Vanilagy commented 1 month ago

I'm no expert in Puppeteer so I can't help you with this one. But if there's a way to pass data from Puppeteer back into Node, you'll be able to use StreamTarget without issues.

Closing this issue as it's quite unrelated to this library.