Thread: Odds and ends
View Single Post
Posts: 110 | Thanked: 127 times | Joined on May 2010
#6
Originally Posted by Addison View Post
Mplayer: It launches all of my videos with a 200 ms audio delay so I have to go into the menu every time to change this when playing something. Any possible chance to make it default at 0 ms?
If mplayer on Maemo is the same as on other Linuxes, you can create a ~/.mplayer/config file. This config file has directives for every single mplayer CLI switch.

The task now becomes determining which CLI switch changes the audio delay. As an example, if you wanted mplayer to always use a specific set of CLI switches (-af value1=0:value2=1 -ao sdl -fs), your config file will contain three lines, one for each switch:
af=value1=0:value2=1
ao=sdl
fs=true

Last edited by wumpwoast; 2011-07-14 at 20:12.
 

The Following 2 Users Say Thank You to wumpwoast For This Useful Post: