Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FOR /F "tokens=*" %G IN ('dir /b *.wav') DO ffmpeg -n -i "%G" -acodec mp3 -b:a 320k "%~nG.mp3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement