windows under ffmpeg batch transcoder

Mp3 mp4 turn to an example

for %%i in (*.mp4) do ffmpeg -i "%%i" "%%i.mp3"

The current folder of mp4 files transcoded to all mp3

Guess you like

Origin www.cnblogs.com/wpjamer/p/11790151.html