I'd like to convert some tracker music to WAV using VLC.
Here's what I've come up with so far
Code: Select all
cvlc -vvv --no-plugins-cache --no-media-library --aout aout_file --ignore-config --no-video --no-sout-video --play-and-exit --audiofile-format s16_le --audiofile-channels 2 --audiofile-file foo.wav --audiofile-wav ~/Downloads/Elements/Audio/Drum\ N\ Bass/Dynamix\ -\ Frontal\ Outbreak.xm
Is this possible?
Thanks