Skip to content

TRomesh/ffmpegdotjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffmpegdotjs

GitHub license npm version npm downloads

Coming Soon!

🎞️ ✂️ 📝 📷

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
  • Overlay Text
  • Make Video from Audio and Images
  • Trim Video

Usage

const ffmpegdotjs = require("ffmpegdotjs");

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

License

ffmpegdotjs is MIT licensed.