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

Feature Request: Remove usage of fluent-ffmpeg #87

Open princefishthrower opened 8 months ago

princefishthrower commented 8 months ago

Due to this issue with fluent-ffmpeg, it's impossible to package anything with Rollup that uses the puppeteer-screen-recorder library. fluent-ffmpeg anyway hasn't been updated in 7+ years, and using native ffmpeg commands with exec or similar would anyway be just as functional I would guess...