Hi Folks,
In this post I cover how to convert a video file in MP4 format to an audio file with MP3 format using the terminal. You can do this by using a tool called FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. Here’s how to go about it on MacOS.
First, make sure you have FFmpeg installed.
Then, open your terminal
Run the folowing command:
ffmpeg -i your-file.mp4 your-file.mp3
That’s it. It will be converted quickly. That’s all for now.
Sources
1. How can I convert MP4 video to MP3 audio with FFmpeg? Super User. https://superuser.com/questions/332347/how-can-i-convert-mp4-video-to-mp3-audio-with-ffmpeg