mplayer plays videos to fast.

They play at about 2x.

My google searches so far have not yielded any successful solutions. (i.e. setting -fps=24 or enabling -dropfps)

My .mplayer/config:
Code:
# Write your default config options here!

ao=pcm
vo=xv
vf=spp,scale
 
I'm getting the same problem. I just set up sound yesterday and everything was working. Today I turn on the PC and videos are playing on fast-forward with no sound. Sound files also playing too fast with no sound. Does your sound work? I reinstalled mplayer but no change. Amarok acting the same way too. It was working just fine yesterday. :\
 
What is the format of the video that you are trying to play ?

I had similar issues with MPlayer, trying to play some crappy FLV. Using VLC did solve the trick, though.
 
I got mine working, I had to set;

Code:
sysctl hw.snd.default_unit=1

The setting defaults to unit 0 and wasn't holding the setting to 1 when I rebooted. Has yours ever worked or is it a new setup?
 
Back
Top