15.5.0 • Published 5 years ago

@the-/video-converter v15.5.0

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

@the-/video-converter

npm Version

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

See API Guide for more detail

License

This software is released under the MIT License.

Links

15.5.0

5 years ago

15.4.16

5 years ago

15.4.14

5 years ago

15.4.13

6 years ago

15.4.12

6 years ago

15.4.11

6 years ago

15.4.9

6 years ago

15.4.8

6 years ago

15.4.4

6 years ago

15.4.3

6 years ago