0 Members and 1 Guest are viewing this topic.
Здесь ffmpeg под Windows http://ffmpeg.zeranoe.com/builds/win32/static/скачиваем самый свежий http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-latest-win32-static.7zраспаковываем и в папке bin есть ffmpeg.exe
cmd cd c:\ffmpeg
ffmpeg -i input.mp3
ffmpeg -i input.mp3 -acodec libmp3lame -ac 2 -ab 320k -ar 44100 -y output.mp3