Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 627 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 627 Bytes

ffmtools

ffmtools is a package with multiple ffmpeg commands and child spawners, to help you do some magic and tricks with ffmpeg in your code!

Table of Contents

Installation

  • Using NPM
npm install ffmtools
  • Using yarn
yarn add ffmtools

Features

  • ID3/Metadata Writer
  • Audio/Video Concat
  • Codec Convertor

Documents

Documents are down currently.

Examples

Examples usages are available in test directory