@the-/video-converter

15.5.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @the-/video-converter

Weekly Downloads

14

Version

15.5.0

License

MIT

Unpacked Size

103 kB

Total Files

36

Last publish

Collaborators

  • okunishinishi