Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luismda/video-to-audio
- Owner: luismda
- Created: 2024-10-27T18:07:18.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:04:48.000Z (about 2 months ago)
- Last Synced: 2024-12-15T12:42:06.310Z (9 days ago)
- Topics: ffmpeg, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.