evshiron / nwjs-builder

https://www.npmjs.com/package/nwjs-builder
76 stars 12 forks source link

Possibility to run with FFmpeg #34

Closed vzamanillo closed 8 years ago

vzamanillo commented 8 years ago

It would be interesting the possibility to run with withFFmpeg.

evshiron commented 8 years ago

In the past, nwjs-builder runs nw.js directly from the cache directory, but this will no longer work if withFFmpeg is supported. I am considering launching it from a temporary directory where copying and overwriting is allowed.

evshiron commented 8 years ago

So a temporary working directory is used. The feature is published in nwjs-builder 1.12.0.

vzamanillo commented 8 years ago

Thank you, great work!

evshiron commented 8 years ago

@vzamanillo Feel free to test it and see if it works :)

vzamanillo commented 8 years ago

It works like a charm.

evshiron commented 8 years ago

Cool. Glad to know 👍