0.0.4 • Published 6 years ago

ffmpegdotjs v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

ffmpegdotjs

GitHub license npm version npm downloads

Coming Soon!

:film_strip: :scissors: :memo: :camera:

Prerequisite

  • FFMPEG version 3.4.4 and higher
  • NodeJs v8.12.0 and higher

Installation

This is a Node.js module available through the npm registry.

// using npm

$ npm install ffmpegdotjs

// using yarn

$ yarn add ffmpegdotjs

API Methods

  • Video Conversion
  • Thumbnail Generation
  • Image Capturing
  • Audio Extraction
  • Video Compression
  • Overlay Image
  • Make Video from Audio and Images
  • Trim Video

Usage

const ffmpejdotjs = require("ffmpejdotjs");

ffmpejdotjs.trimvideo("Test.mp4",0,30,"test").then((file)=>{
        console.log(file);
});

License

ffmpegdotjs is MIT licensed.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago