1.2.0 • Published 5 years ago

the-video-converter v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

the-video-converter

Build Status npm Version JS Standard

Video file converter

Installation

$ npm install the-video-converter --save

Usage

'use strict'

const { TheVideoConverter } = require('the-video-converter')

async function tryExample () {
  const converter = new TheVideoConverter()
  await converter.convertIntoMP4(
    'src01.wav',
    'dest01.mp4'
  )
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links