View Single Post
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#3
I find the following works well for 400x240 videso (this is all from memory, will correct any mistakes tonight):

Code:
-vo x11 -ao gst -ac dspmp3 -framedrop -autosync 1 -volstep 10 -cache 2048
or in /home/user/.mplayer/config:
Code:
vo=x11
ao=gst
ac=dspmp3
framedrop=true
autosync=1
volstep=10
cache=2048