How can I save the output of mplayer?
For example, if to play slowly an mp3 file, I use mplayer -speed 0.6 file.mp3
. However, mplayer -speed 0.6 file.mp3 > file2.mp3
won't save the output to a file (which should be just the same, but slower).
Any alternative command-line solution is welcome too, I am not tied to mplayer.
mplayer
andmencoder
are part of the same toolkit, and the question even says "Any alternative command-line solution is welcome too, I am not tied to mplayer." – Michael Mrozek Apr 02 '15 at 17:03