Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bishal-9/video-to-mp3-converter

bishal-93ISC1.0.0

Converts a video file to audio mp3 file

video, mp3, audio, converter, video converter

readme

Offline video to audio converter (video-to-mp3-converter)

Fast, minimalist file framework for node.

Offline video to audio converter. Easy to use.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install @bishal-9/video-to-mp3-converter

Examples

Most minimal video converter:

const converter = require('@bishal-9/video-to-mp3-converter')

const pathToVideo = ''
const songName = ''

converter(pathToVideo, songName)

NOTE: Do not pass any song name with a space inside it.