View Single Post
Posts: 125 | Thanked: 1 time | Joined on Aug 2006
#140
When trying the new deb version I cannot seem to get the same performance with the mplayer.conf setup as I can with the following script I was using

Code:
/usr/bin/mplayer /media/mmc1/Video/$1 -fs -vo x11  -ao gst -ac dspmp3
Code:
vo=x11
ac=dspmp3
ao=gst
framedrop=yes
afm=dspmp3
noslices=true
monitorpixelaspect=1
fs=yes
cache=300
font=/usr/share/fonts/SwaRR4nh.ttf
subfont-text-scale=3
It seems to ignore the gst also and uses esd unless I specify in the command line. Same goes with x11.

So what am I doing wrong?

Last edited by Luna; 2006-09-06 at 18:58.