How to use ffmpeg to convert any file into mp3
Hey In this blog I am going to share how I was able to use ffmpeg to convert video files of any type (mp4, wav) into mp3 files when I was building a product for my client.
first, we need to install it on the server side. I use Nodejs.
npm i ffmpeg.
...
strongbase.hashnode.dev3 min read