How to Convert MP4 file to MP3 using FFmpeg on Windows 10?
  • 5 years ago
How to Convert MP4 file to MP3 using FFmpeg on Windows 10?

Step 1: If you don't know, how to download and install FFmpeg on windows 10. Go to the link below, and learn it:-

https://www.dailymotion.com/video/x7509aq

Step 2: Now, Open command Prompt, and type the command below:-

ffmpeg -i input.mp4 -acodec libmp3lame -b:a 192k -vn output.mp3

i) In place of input.mp4, you have to write the full path of your mp4 file.

ii) In Place of output.mp3, you have to write the full path where you want to save your mp3 file.

Step3: Now, copy the command, and then go to command prompt. Paste that command.

Step 4: Hit Enter on the Keyboard.


It's done.


Thanks for watching, please like and subscribe

==============================================

https://www.facebook.com/HowtoTutorialsByAmit/