I wish to slow down the speed of the track and convert the song. To my knowledge and according all the manuals I read, the following command should do the trick:
Code: Select all
vlc.exe -I dummy --rate=0.67 -vv song.mp3 --sout=#transcode{rate=0.67}:standard{access=file,dst="song 0.67.mp3"}
It is interesting that running
Code: Select all
vlc.exe -I dummy --rate=0.67 -vv song.mp3