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
karaoke [2024/12/19 00:30] kenkaraoke [2025/02/09 00:56] (current) – [Batch convert videos to MP3] ken
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)