Powerball Syndicate Home Page
This is an old revision of the document!
To batch convert videos to MP3 in a folder, use the for command-line as below:
FOR /F "tokens=*" %G IN ('dir /b *.mp4') DO ffmpeg -i "%G" -f mp3 -ab 128000 "%~nG.mp3"