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

Next revision
Previous revision
karaoke [2024/12/19 00:28] – created kenkaraoke [2025/02/09 00:56] (current) – [Batch convert videos to MP3] ken
Line 1: Line 1:
 +===== File Naming Convention =====
 +''<Artist>--<Title>-<Karaoke||Lyrics>''
 +
 ===== Batch convert videos to MP3 ===== ===== Batch convert videos to MP3 =====
  
Line 4: 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.1734568090.txt.gz · Last modified: (external edit)