VideoStitch icon indicating copy to clipboard operation
VideoStitch copied to clipboard

A node module that performs cutting, clips extraction, merging on videos using ffpmeg.

Results 12 VideoStitch issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.5.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

{ err: { code: 1, signal: null } }

Can I place aws url's in the place of file name to concat videos, when I tried placing aws url's I got error of undefined.

It seems that videoStitch does not cover the following case where the target segment starts from the beginning of the file. ``` videoCut({...}) .original({...}) .exclude([ { "startTime": "00:00:00", "duration": "00:00:10"...

(anonymous function) node_modules/video-stitch/node_modules/tmp/lib/tmp.js:419

trying to get this to work on ubuntu and it's not outputting anything, even though it works on my windows machine. ffmpeg was installed on the ubuntu machine using sudo...

My project uses angular 4 and when I try to install videostitch i'm getting the following error. I cannot change my angular version. Kindly help me in resolving this issue....

I just installed through npm. As soon as I import it: `const videoStitch = require('video-stitch')` I get the following error: `Cannot read property 'node' of undefined` ![screen shot 2018-09-25 at...