Siddharth Ramesh

Results 118 comments of Siddharth Ramesh

Using ```xvfb-run -s '-screen 0 1024x768x24 -ac +extension GLX +render -noreset' node index.js``` fails with an out of memory error if the video is 720P in width.

@dinesh-rawat You have to install all the linux dependencies.

https://github.com/mifi/editly/issues/72#issuecomment-698242279

@dinesh-rawat I run on a mac and all you need is ffmpeg and ffprobe. For linux you need more dependencies.

Its does not work on any AWS or DO machines. I tried with a 32 GB RAM as well and increased the swap size too. My local mac has a...

I tried Fedora, Ubuntu & CentOS. Fails on all the distros.

I install it by running npm install as editly is a dependency in our project. Node 14.X and NPM 6.X. Here are the steps required to install all the dependencies...

@mifi Tried it and it broke again! Fails around 73% of completion when the video width is 1280 PX and fails around 96% of completion when the video width trying...

``` const editlySpec = { outPath: path.resolve(__dirname, `../output/${fileName}`), width: parseInt(process.env.VIDEO_WIDTH, 10), height: parseInt(process.env.VIDEO_HEIGHT, 10), defaults: { duration: SLIDE_DURATION, transition: { duration: 0.5, name: 'fade', }, layer: { fontPath: path.resolve(__dirname, `../assets/fonts/CircularStd-Bold.ttf`),...

``` "version": "0.6.3"``` There are around 200 clips, with each clip duration being 10 seconds.