Ken's Lotto Syndicate

Powerball Syndicate Home Page

Site Tools


karaoke

This is an old revision of the document!


Naming Convention

<Artist>–<Title>-<Karaoke||Lyrics>

Batch convert videos to MP3

To batch convert videos to MP3 in a folder, use the for command-line as below:

FOR /F "tokens=*" %G IN ('dir /b *.mp4') DO ffmpeg -i "%G" -f mp3 -ab 128000 "%~nG.mp3"
karaoke.1734568205.txt.gz · Last modified: (external edit)