# Write your default config options here! ## ## MPlayer config file ## ## This file can be copied to /usr/local/etc/mplayer.conf and/or ~/.mplayer/config . ## If both exist, the ~/.mplayer/config's settings override the ## /usr/local/etc/mplayer.conf ones. And, of course command line overrides all. ## The options are the same as in the command line, but they can be specified ## more flexibly here. See below. ## #vo=gl:yuv=6:swapinterval=1 #vo=gl:yuv=2:slice-height=0:glfinish:swapinterval=1 #vo=xv # To specify default video driver (see -vo help for list) vo=gl2 #vo=vdpau # (Video Decode and Presentation API for Unix) nvidia ao=pulse # To specify default audio driver (see -ao help for #ao=alsa # To specify default audio driver (see -ao help for # list) #vm=yes # Tries to change to a different videomode # Used by drivers: dga2, x11, sdl #bpp=24 # Force changing display depth. # Valid settings are: 0, 15, 16, 24, 32 # may need 'vm=yes' too. # Used by drivers: fbdev, dga2, svga, vesa double=yes # use double-buffering (recommended for xv with # SUB/OSD usage) # monitoraspect=4:3 # standard monitor size, with square pixels # monitoraspect=16:9 # use this for widescreen monitor! non-square pixels monitoraspect=1.6 ## ## Use GUI mode by default ## #gui = yes ## ## Specify your preferred default skin here ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin ## and ~/.mplayer/Skin/yourskin) ## #skin = default ## ## resample the fonts' alphamap ## 0 plain white fonts ## 0.75 very narrow black outline (default) ## 1 narrow black outline ## 10 bold black outline ## # ffactor = 0.75 ## ## Some font scaling options for the FreeType (using ttf) ## subfont-autoscale=0 # <0-3> (FreeType only) #Sets the autoscale mode. #NOTE: 0 means that text scale and OSD scale are font heights in points. #The mode can be: #0 no autoscale #1 proportional to movie height #2 proportional to movie width #3 proportional to movie diagonal (default) subfont-osd-scale=10 # <0-100> (FreeType only) #Sets the autoscale coefficient of the OSD elements (default: 6). subfont-text-scale=14 # <0-100> (FreeType only) #Sets the subtitle text autoscale coefficient as #percentage of the screen size (default: 5). utf8=yes #Tells MPlayer to handle the subtitle file as UTF-8. ## ## FBdev driver: # fb = /dev/fb0 # framebuffer device to use # fbmode = 640x480-120 # use this mode (read from fb.modes!) # fbmodeconfig = /etc/fb.modes # the fb.modes file ## VESA and FBdev driver: specify your monitor's timings ## ## (see for example /etc/X11/XF86Config for timings!) ## ** CAUTION! IF YOUR DISPLAY DOESN'T SUPPORT AUTOMATICALLY TURNING OFF WHEN ## OVERDRIVED (AND EVEN IF IT DOES), THIS MAY CAUSE DAMAGE TO YOUR DISPLAY! ## WE AREN'T RESPONSIBLE, IT'S YOUR DECISION! ** ## ## k, K : means multiply by 1000 ## m, M : means multiply by 1.000.000 ## # monitor_hfreq = 31.5k-50k,70k # horizontal frequency range # monitor_vfreq = 50-90 # vertical frequency range # monitor_dotclock = 30M-300M # dotclock (or pixelclock) range ## ## SDL driver ## # vo = sdl:aalib # use SDL video driver by default # use "vo = sdl:aalib" or "vo sdl:dga" and so on, # for specifying SDL subdrivers # ao = sdl:esd # use SDL audio driver by default # use "ao = sdl:esd" to use SDL's ESD driver # noxv = no # whether to use XVideo hardware acceleration or not # forcexv = yes # force XVideo even if not detected ## ## Other (preferred to be default from configfile) switches ## framedrop = yes # drop frames, when not in sync (slow CPU, videocard, # etc) #cache = 8192 # use 8Mb input cache by default # slang = en # DVD : display english subtitles if available alang = en # DVD : play english audio tracks if available ## This is the correct way to use "subconfig" type options in the ## configuration file. In the command line you use : ## -aop list=resample:fout=44100 , but here it is : # aop=list=resample:fout=44100 ## ## You can also include other configfiles ## Specify full path! ## ## Delete this default :) ## #include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough... ##################################################################### ## ## Turning off some things to speedup the sturtup ## nojoystick = yes # Turns off joystick support nolirc = yes # Turns off LIRC support nortc = yes # Turns off usage of the Linux RTC # (realtime clock - /dev/rtc) as timing mechanism.