ffmpegdotjs

0.0.4 • Public • Published

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
  • 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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i ffmpegdotjs

    Weekly Downloads

    0

    Version

    0.0.4

    License

    MIT

    Unpacked Size

    555 kB

    Total Files

    8

    Last publish

    Collaborators

    • tromesh