How to Remove Audio from Video File with FFmpeg on Windows 10?

  • 5 years ago
How to Remove Audio from Video File with 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 inputfile -c copy -an path of outputfile

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

ii) In Place of outputfile, you have to write the full path where you want to save your file that has no audio.

Step 3: 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/