Add A Comment
Audio/Video editing is an important aspect of working nowadays. Especially as more and more people start working from home, there are expectations of online videos in forms of tutorials etc to help communicate what work needs to be done. The following command will extract audio into the specified AAC file.
ffmpeg -i inputfile.mkv -vn -acodec copy outputfile.aac
After that, to convert the AAC file to a MP3 file use the following command below:
ffmpeg -i outputfile.aac -acodec libmp3lame outputfile.mp3
If for any reason, details of a media file can be obtained by:
ffprobe inputfile.m4v
Shubhrendu T is the owner of SpaceCmdTech. He is a Full Stack Web Developer and Mobile App Developer. With over 15 years of experience in the Software Industry, he has worked with numerous technologies and platforms.