...for memory blanks
pinboard
Makeself RPM Based Commands Debian based Commands bash vi/vim bash one-liners WordPress Google Sheets Excel Karaoke Facebook
This is an old revision of the document!
<Artist>–<Title>-<Karaoke||Lyrics>
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"