The Memory Bank

...for memory blanks

Site Tools


karaoke

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
karaoke [2024/12/19 00:30] kenkaraoke [2026/01/16 03:37] (current) – external edit 127.0.0.1
Line 7: Line 7:
 To batch convert videos to MP3 in a folder, use the for command-line as below: To batch convert videos to MP3 in a folder, use the for command-line as below:
 <code> <code>
-FOR /F "tokens=*" %G IN ('dir /b *.mp4') DO ffmpeg -i "%G" -f mp3 -ab 128000 "%~nG.mp3"+FOR /F "tokens=*" %G IN ('dir /b *.mp4') DO "c:\Program Files (x86)ffmpeg\bin\ffmpeg.exe" -i "%G" -f mp3 -ab 128000 "%~nG.mp3"
 </code> </code>
karaoke.1734568248.txt.gz · Last modified: (external edit)