@the-/video-converter
v15.5.0
Published
Video file converter
Downloads
260
Readme
@the-/video-converter
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
- module:@the-/video-converter
- module:@the-/video-converter.mixins
- module:@the-/video-converter.mixins.mp4Mix
- MP4Mixed
- TheVideoConverter
See API Guide for more detail
License
This software is released under the MIT License.