Skip to content

PPekKunGz/Node-Converter

Repository files navigation

NODE CONVERTER TO OGG FILE.

Option : Convert mp3, wav to ogg file


Linux

You can install FFmpeg via package managers like apt (Debian/Ubuntu) or yum (CentOS/RHEL):

sudo apt-get install ffmpeg    # For Debian/Ubuntu
sudo yum install ffmpeg        # For CentOS/RHEL

macOS

Using Homebrew:

brew install ffmpeg

Windows

Download a build from the FFmpeg website and follow the installation instructions.> Install

https://ffmpeg.org/download.html
*UPDATE: https://www.videohelp.com/software?d=ffmpeg-6.0-full_build.7z

Or

Download FFmpeg with winget

winget search ffmpeg
winget install --id=Gyan.FFmpeg.Shared -v "6.0" -e
*UPDATE: https://medium.com/@arhamrumi/step-by-step-guide-how-to-install-ffmpeg-on-windows-and-unleash-your-multimedia-potential-2ecda8ed4cf

How to use this.

Install module to use

npm install fluent-ffmpeg
node convert.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published