New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mp4merger

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mp4merger

This module is used to merge two mp4 files together.

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

live-1.0.1

${DESCRIPTION}

NPM Version Linux Build Test Coverage

Install

npm install --save mp4merger

Usage

  const Media = require('mp4merger');
  const media = new Media();

  var pathToVideos = "C:/videos/location";
  var pathToOutput = "C:/output/location/";
  var rgxStr = "/(.*)/";

  media.merge(pathToVideos, pathToOutput, rgxStr)
    .then(function(sol) {
      console.log(sol);
    })
    .catch(function(err) {
      console.error(err);
    });

License

MIT

Keywords

MP4

FAQs

Package last updated on 15 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts