# Configuration file for MPlayer # Quiet level really-quiet=yes # Set external codecs directory #codecpath= # Path to font description #font= #Path to subtitle font #subfont= # Specify default video driver (see -vo help for a list). vo=vesa # Specify screen width and height for video output drivers # which do not know the screen resolution like fbdev, x11 and TV-out screenw=1600 screenh=1200 bpp=32 # Saves and restores the video state #savestate=yes # Specify your monitor timings for the vesa and fbdev video output drivers. # See /etc/X11/XF86Config for timings. Be careful; if you specify settings # that exceed the capabilities of your monitor, you may damage it. # # horizontal frequency range (k stands for 1000) #monitor-hfreq = 31.5k-50k,70k # # vertical frequency range #monitor-vfreq = 50-90 # # dotclock (or pixelclock) range (m stands for 1000000) #monitor-dotclock = 30M-300M # Start in fullscreen mode by default. fs=yes # Use double buffering double=yes # Use vsync vsync=yes # Drop frames to preserve audio/video sync. framedrop=yes # Enable software scaling (powerful CPU needed) for video output # drivers that do not support hardware scaling. zoom=yes # standard monitor size, with square pixels monitoraspect=4:3 # Use this for a widescreen monitor, non-square pixels. #monitoraspect=16:9 # Gamma correction <-100..100> #gamma=0 # Set video filter post-processing # H/V deblocking, deringing, temporal noise reducer #vf=pp=hb/vb/dr/tn:1:2:3 vf=pp=de,hqdn3d #vf=pp=ac # Specify default audio driver and mixer volume (see -ao help for a list). # -1 means autodetect sound hardware #ao=wss:dev=-1:vol=21:latency=0.025 # Software volume <0..100> volume=15 # cache settings # # Use 8MB input cache by default. #cache = 8192 # # Prefill 20% of the cache before starting playback. #cache-min = 20.0 # # Prefill 50% of the cache before restarting playback after the cache emptied. #cache-seek-min = 50