armando
armando
> I tried to debug it a little bit and found: > > https://github.com/mifi/editly/blob/master/glTransitions.js#L9 > > is not returning anything. I'm trying to run on my mac, same issue `gl...
Node.js v12.13.0 macOS Mojave 10.14.4
yes.. `armando$ editly --fast kenBurns.json5 ffmpeg version 4.3.1 ffprobe version 4.3.1 250x250 15fps Caught error Error: gl returned null, this probably means that some dependencies are not installed. See README....
I'm running node v15.2.0, throw an error: `node:internal/modules/cjs/loader:1161 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: The module '/usr/local/lib/node_modules/editly/node_modules/canvas/build/Release/canvas.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 72. This version of Node.js...
Hi! I'm trying to install on Ubuntu 18.04 node v12.18.2 and I receive the error: `Caught error Error: gl returned null, this probably means that some dependencies are not installed....
Hi @patcon I updated the versions: - ffmpeg version 4.3.1 - node v14.15.2 and throws the same error :(
@Stefan-Hanke solution works for me https://github.com/mifi/editly/issues/33#issuecomment-622289045 If I run **xvfb-run editly --json kenBurns.json5** the video is created. What's the downside of this technique? I need to run from node, can...