1.2.0 • Published 7 years ago
the-video-converter v1.2.0
the-video-converter
Video file converter
Installation
$ npm install the-video-converter --saveUsage
'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.