So I wanted to convert the entire soundtrack of Antonball Deluxe into levels to be played in Vib-Ribbon, I have both VLC and chdman but every time I hit enter after confirming the option it echoed stuff and nothing, I tried answering no and same result. I copied the terminal session if that helps. (Yes I did buy a legal copy of the soundtrack)
IMPORTANT, before running this batch file,
PLEASE open it in a text editor and make sure that the file paths are correct.
Right-click the batch file, then click "edit", this will open it in notepad.
Look for the notes that say IMPORTANT, they will tell you which paths you need to edit.
If you have not yet edited these paths, please close this window and do so now.
Compress large wav output with chdman [Y,N]?N
Press any key to continue . . .
C:\Users\SplitzRod64\Music\Antonball Deluxe - The Ballbangin' OST\Antonball Deluxe - The Ballbustin' Soundtrack>SETLOCAL ENABLEDELAYEDEXPANSION
C:\Users\SplitzRod64\Music\Antonball Deluxe - The Ballbangin' OST\Antonball Deluxe - The Ballbustin' Soundtrack>FOR %i IN (*.wav *.mp3 *.m4a *.ogg *.flac *.aif *.aiff *.aac *.dts *.wma *.wma1 *.wma2 *.alac) DO (
"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet "%~nxi" --sout=#transcode{vcodec=none,acodec=s16l,ab=128,channels=2,samplerate=44100,scodec=none}:std{access=file{no-overwrite},mux=wav,dst="temp.bin"} vlc://quit
if errorlevel 1 echo. & echo There was an error. Is the path to vlc correct? & pause 1>nul & exit
if not exist "temp.bin" echo. & echo The bin file was not generated successfully, either because this batch file is running from Program Files or because vlc had an error. & pause 1>nul & exit
set BINNAME="temp.bin"
if not defined CHDMANARGS set BINNAME="%~ni.bin"
echo.FILE !BINNAME! BINARY 1>"temp.cue"
echo. TRACK 01 AUDIO 1>>"temp.cue"
echo. INDEX 01 00:00:00 1>>"temp.cue"
if errorlevel 1 echo. & echo There was an error. Is the path to chdman correct? Is there anything wrong with the music files? & pause 1>nul & exit
if not defined CHDMANARGS rename "temp.cue" "%~ni.cue" & rename "temp.bin" "%~ni.bin"
del "temp.cue" "temp.bin"
del "%~nxi"
rem If you want this script to delete all audio files after processing them, uncomment the line above.
)
C:\Users\SplitzRod64\Music\Antonball Deluxe - The Ballbangin' OST\Antonball Deluxe - The Ballbustin' Soundtrack>(
"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet "01. Welcome to Antonball!.mp3" --sout=#transcode{vcodec=none,acodec=s16l,ab=128,channels=2,samplerate=44100,scodec=none}:std{access=file{no-overwrite},mux=wav,dst="temp.bin"} vlc://quit
if errorlevel 1 echo. & echo There was an error. Is the path to vlc correct? & pause 1>nul & exit
if not exist "temp.bin" echo. & echo The bin file was not generated successfully, either because this batch file is running from Program Files or because vlc had an error. & pause 1>nul & exit
set BINNAME="temp.bin"
if not defined CHDMANARGS set BINNAME="01. Welcome to Antonball!.bin"
echo.FILE !BINNAME! BINARY 1>"temp.cue"
echo. TRACK 01 AUDIO 1>>"temp.cue"
echo. INDEX 01 00:00:00 1>>"temp.cue"
if errorlevel 1 echo. & echo There was an error. Is the path to chdman correct? Is there anything wrong with the music files? & pause 1>nul & exit
if not defined CHDMANARGS rename "temp.cue" "01. Welcome to Antonball!.cue" & rename "temp.bin" "01. Welcome to Antonball!.bin"
del "temp.cue" "temp.bin"
del "01. Welcome to Antonball!.mp3"
rem If you want this script to delete all audio files after processing them, uncomment the line above.
)
So I wanted to convert the entire soundtrack of Antonball Deluxe into levels to be played in Vib-Ribbon, I have both VLC and chdman but every time I hit enter after confirming the option it echoed stuff and nothing, I tried answering no and same result. I copied the terminal session if that helps. (Yes I did buy a legal copy of the soundtrack)
Oh yeah I use Nano11 on a Virtual Machine via Boxs on a Steam Deck btw