Coming Soon!
🎞️ ✂️ 📝 📷
- FFMPEG version 3.4.4 and higher
- NodeJs v8.12.0 and higher
This is a Node.js module available through the npm registry.
// using npm
$ npm install ffmpegdotjs
// using yarn
$ yarn add ffmpegdotjs
- Video Conversion
- Thumbnail Generation
- Image Capturing
- Audio Extraction
- Video Compression
- Overlay Image
- Overlay Text
- Make Video from Audio and Images
- Trim Video
const ffmpegdotjs = require("ffmpegdotjs");
ffmpegdotjs.trimvideo("Test.mp4",0,30,"test").then((file)=>{
console.log(file);
});
ffmpegdotjs is MIT licensed.