Created
July 30, 2015 06:07
-
-
Save kasajian/dbb0455cbeac1dba72de to your computer and use it in GitHub Desktop.
Windows cmd to convert mp4 to mp3 (extract audio) using ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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