Skip to content

Instantly share code, notes, and snippets.

@kasajian
Created July 30, 2015 06:07
Show Gist options
  • Save kasajian/dbb0455cbeac1dba72de to your computer and use it in GitHub Desktop.
Save kasajian/dbb0455cbeac1dba72de to your computer and use it in GitHub Desktop.
Windows cmd to convert mp4 to mp3 (extract audio) using ffmpeg
for %i in (*.mp4) do echo ffmpeg -i "%~ni.mp4" "%~ni.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment