electron - how to use ffmpeg within an electron app

前端 未结 3 1249
南旧
南旧 2020-12-28 19:52

In the last release (v0.31.0) electron comes with a statically linked FFMpeg library (not the command line tool, see #2588)

I am aware of the many nodejs modules for

3条回答
  •  Happy的楠姐
    2020-12-28 20:20

    It's possible to bundle the precompiled static ffmpeg binary with an electron app; of course you'll have to make sure you bundle the correct binary with the correct distro. I have a complete answer here.

提交回复
热议问题