Skip to content

[Solved] How to package the electron app embedding ffmpeg? #6

Answered by padvincenzo
junoyoon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @junoyoon
Thanks for your feedback

To embedd FFmpeg (a static build of it), before executing electron-packager, you have to move the executable (and preferable its license file) in the directory assets/ffmpeg. This is the way I embed FFmpeg in the standalone versions.

Silence SpeedUp will then detect the presence of that executable, and will use it, unless you have changed the preferences. To be sure, before using electron-packager, open the file config.json and delete the value of ffmpegPath (and exportPath if you wish) (I mean, make them empty strings).

Hope this help

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@junoyoon
Comment options

@junoyoon
Comment options

Answer selected by junoyoon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants