prasanaworld / puppeteer-screen-recorder

A powerful plugin for recording with Puppeteer.
https://prasanaworld.github.io/puppeteer-screen-recorder/classes/puppeteerscreenrecorder.html
MIT License
388 stars 63 forks source link

recorder.stop() takes several minutes to complete #111

Open whydna opened 2 months ago

whydna commented 2 months ago
LittleBearXD commented 2 weeks ago

videoPixelFormat = 'yuva420p' ; videoCodec = 'libvpx' ; videOutputOptions = ['-auto-alt-ref 0']; .webm When I record a transparent video in webm format, the recorder.stop() duration is always three times the length of the video. For example, stopping a 10-second video takes 30 seconds.