Faster than realtime encoding tracker music to WAV
Posted: 19 Mar 2011 22:52
Hello,
I'd like to convert some tracker music to WAV using VLC.
Here's what I've come up with so far
This works but it's only realtime. I'd like the conversion to go as fast as possible.
Is this possible?
Thanks
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