View difference between Paste ID: D5WhFCJG and wrxsqfnC
SHOW: | | - or go back to the newest paste.
1
:start
2-
ffmpeg.exe -i %~s1 -vn -c:a libmp3lame -q 2 "%~dpn1.mp3"
2+
ffmpeg.exe -i %~s1 -vn -c:a libmp3lame -aq 2 "%~dpn1.mp3"
3
@shift /1
4
@if not %1x==x @goto :start
5
pause