
With above examples, you should be able to understand how to use command lines processing to extract audio from MP4 video files in FFmpeg.

'ab 192000' tells FFmpeg to encode output at 192kbps.'f mp3' tells FFmpeg the output file is in MP3 format.'i' indicates the path to the input file.'acodec copy' directs the program to use the same audio stream that is present in the MP4 video file.Įxample 2: ffmpeg -i video.mp4 -f mp3 -ab 192000 -vn song.mp3.'vn' means no video, extract only audio.The program uses command lines in command (cmd) window to convert video to audio format.Įxample 1: ffmpeg -i input-video.mp4 -vn -acodec copy output-audio.aac The open-source FFmpeg tool can convert MP4 video files to MP3 audio file. Method 4 - Convert MP4 to MP3 using FFmpeg You can find the converted audio files in the iTunes Library. You can convert as many videos in iTunes Library to MP3 format. IPhone users can use iTunes to convert MP4 videos to MP3 files. Click on ‘ Apply’ & ‘ OK’ to start the conversion process.You may select Change to alter default location to save the new audio file. In Options window, click on Rip Music tab.Launch Windows Media Player on your PC.The open-source media player can convert MP4 video to MP3 free. Windows users can convert video to MP3 audio file with the help of Windows Media Player. Method 2 - Convert MP4 to MP3 using Windows Media Player The converted audio file is saved at your chosen location. Under Profile, select MP3 audio format.


