Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luismda/video-to-audio

A simple tool to convert a video (MP4) to audio (MP3) using FFMPEG.
https://github.com/luismda/video-to-audio

ffmpeg nodejs typescript

Last synced: 2 days ago
JSON representation

A simple tool to convert a video (MP4) to audio (MP3) using FFMPEG.

Awesome Lists containing this project

README

        

# Convert video to audio 🎥🎵

This project is a simple tool to convert multiple videos within a directory into audios, using Node.js and FFMPEG CLI.

## Running

> In addition to Node.js, you also need to have an [FFMPEG CLI](https://www.ffmpeg.org/download.html) installed on your computer.

So run these commands below:

```sh
# Clone this repository
git clone https://github.com/luismda/video-to-audio.git

# Install the dependencies
pnpm i

# Start tool 🚀
pnpm start
```

When running the tool, you will need to enter the directory containing the videos to be converted.