zhw2590582 / WFPlayer

:ocean: WFPlayer.js is an audio waveform generator
https://wfplayer.js.org
MIT License
262 stars 32 forks source link

Webworker vs FFmpeg #57

Closed gregorio-disco closed 6 months ago

gregorio-disco commented 6 months ago

Not an issue, just a question

Looks like the useWorker option works fine with large audio files. What's the reason for using something like FFmpeg?

huanghaiyang commented 6 months ago

Extracting audio from a video using ffmpeg can still lead to insufficient memory issues for larger videos, despite using a service worker.