

Let’s assume it is in C:\ffmpeg\convert2mp3.bat.

Now save the batch file and remember its location. For this change the value of option -ab 192k to e.g.

You may also wish to change the bit rate from 192 to e.g. Now replace the ffmpeg path to the path where it resides on your computer. Set ffmpeg=" C:\ffmpeg\ffmpeg-git-6fc1299-win64-static\bin\ffmpeg.exe"įor /f "tokens=* delims= " %%F in ('echo %fName%') do ( Now let’s assume that ffmeg program path is C:\ffmpeg\ffmpeg-git-6fc1299-win64-static\bin\ffmpeg.exe.Ĭhoose location you want the script to reside and create an empty batch file. Uncompress (using 7-zip or any other compatible program) in the directory you want, e.g.
#Flac to mp3 ffmpeg windows download
You can download ffmpeg binaries for Windows here: To fix that, let’s create a DOS batch file that will do the job and integrate it in the right-click menu of Windows explorer. Nevertheless, because it is only accessible through a command line interface (DOS under Windows), it can be a bit painful to use when in a graphical environment. Simply converts the file “mysource.flac” to “mydestination.mp3” with the default options (stereo 44,1kHz 128bit). It supports every single audio and video formats out of the box and is very simple to use, e.g.įfmpeg -i mysource.flac mydestination.mp3 Integrate ffmpeg in right click menu to convert audio files to mp3 (Windows)įFmpeg is a cross-platform command line audio and video converter (and more).
