Mplayer (command line) tips

Post fully complete "how to" guides and tutorials here. This is a great place to get feedback on stuff you might put in the wiki.

Moderators: MattKingUSA, khz

Post Reply
studio32

Mplayer (command line) tips

Post by studio32 »

Code: Select all

$mplayer -ao jack -loop 0 -af scaletempo -speed 0.8 file.ogg
-ao jack = use jack
-loop 0 = loop with no end
-af scaletempo -speed 0.8 = play file a bit (at 80%) slower

I use this when practising an bass part for example. (btw with jack the sound is better then alsa when playing slow on my system at least)

Code: Select all

$ls *.ogg > playlistX

Code: Select all

$mplayer -playlist playlistX
Make a playlist and play it. So play your audio without GUI/X


see also

Code: Select all

$mplayer -h
User avatar
Yeri
Established Member
Posts: 158
Joined: Tue Dec 09, 2008 6:33 pm
Location: Spain

Re: Mplayer (command line) tips

Post by Yeri »

studio32 wrote:

Code: Select all

$mplayer -ao jack -loop 0 -af scaletempo -speed 0.8 file.ogg
-ao jack = use jack
-loop 0 = loop with no end
-af scaletempo -speed 0.8 = play file a bit (at 80%) slower
Thanks for the tip.. I was tired of unplugging/plugguing audio cables when I switched from viewing a video tutorial to practicing what I had viewed.
studio32 wrote:I use this when practising an bass part for example. (btw with jack the sound is better then alsa when playing slow on my system at least)
I suppose that this has more to do with the app that performs the tempo change (in this case mplayer) rather than the driver used to play the audio.

Gerard.
Post Reply