Ken's Lotto Syndicate

Powerball Syndicate Home Page

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 [2026/07/07 23:13] (current) – external edit 127.0.0.1
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)