mmcwilliams
|
cc41b75130
|
FFMPEG not working yet
|
2020-04-24 22:12:56 -04:00 |
mmcwilliams
|
f929ea2cc2
|
No, use ffmpeg-static and ffprobe-static but explcitly whitelist the node_modules bin folder where the binaries actually sit
|
2020-04-24 17:22:58 -04:00 |
mmcwilliams
|
d4987ed3a3
|
Replace ffmpeg-static and ffprobe-static with ffmpeg-static-electron and ffprobe-static-electron. These will allow for packaging ffmpeg and ffprobe binaries that can be accessed from within the build. The path replace string hacks weren't cutting it.
|
2020-04-24 16:01:09 -04:00 |
mmcwilliams
|
da00c62db3
|
FFMPEG and FFPROBE need to be stored unpacked in asar for build.
|
2020-04-24 15:09:51 -04:00 |
sixteenmillimeter
|
01cac728f5
|
Remove ImageMagick dependency. Replace sharp with jimp (prevent linux build issues). Jimp will also perform the same composite step as convert was. Light module is still disabled globally.
|
2020-04-24 14:33:58 -04:00 |
sixteenmillimeter
|
8dc955a5e7
|
FFprobe added as static binary. Needed for filmout feature.
|
2020-01-20 11:51:15 -05:00 |
mmcwilliams
|
529c275c0f
|
Filmout needed update in use of dialog class. ffmpeg-static needed to reference the required module, not .path
|
2020-01-19 00:36:58 -05:00 |
mmcwilliams
|
5ce0aed2ff
|
Use module "ffmpeg-static" to use a binary of ffmpeg stored in node_modules, rather than rely on the system version.
|
2019-08-23 15:39:38 -04:00 |
mmcwilliams
|
07100a588c
|
Add jsdoc comments to remaining methods.
|
2019-07-26 18:12:06 -04:00 |
mmcwilliams
|
872b46d4a5
|
Filmout display monitor size with stats
|
2019-06-24 21:11:14 -04:00 |
mmcwilliams
|
6b10e9c28d
|
System module phones home
|
2019-06-24 12:42:27 -04:00 |
mmcwilliams
|
d15fe37de5
|
Add a dependency check for the convert command
|
2019-06-24 11:37:07 -04:00 |
mmcwilliams
|
5014a2db38
|
Remove systeminformation module from system lib
|
2019-06-24 11:26:28 -04:00 |
mmcwilliams
|
6cda9aed1d
|
Beginnings of the film out display selection UI
|
2019-06-22 11:52:36 -04:00 |
mmcwilliams
|
6442d99817
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
mmcwilliams
|
e35c41791b
|
Create a system lib that can be used in the UI and cli.
|
2019-03-22 20:29:36 -04:00 |