summaryrefslogtreecommitdiffstats
path: root/DOCS/example.conf
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 21:59:39 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 21:59:39 +0000
commit3989ffc16a40cef40e8b8e0bb0284ebca1f96baf (patch)
tree69431860c5da131b529dfbac6851a9b7aad5fee2 /DOCS/example.conf
parentce793cff0618d39f507b93b315412e2d5a8724e2 (diff)
downloadmpv-3989ffc16a40cef40e8b8e0bb0284ebca1f96baf.tar.bz2
mpv-3989ffc16a40cef40e8b8e0bb0284ebca1f96baf.tar.xz
DOCS/codecs.conf -> etc/codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/example.conf')
-rw-r--r--DOCS/example.conf124
1 files changed, 0 insertions, 124 deletions
diff --git a/DOCS/example.conf b/DOCS/example.conf
deleted file mode 100644
index a5df53c935..0000000000
--- a/DOCS/example.conf
+++ /dev/null
@@ -1,124 +0,0 @@
-##
-## MPlayer config file
-##
-## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config .
-## If both exist, the ~/.mplayer/config's settings override the
-## /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=xv # To specify default video driver (see -vo help for
- # list)
-
-ao=oss # To specify default audio driver (see -ao help for
- # list)
-
-fs=yes # Enlarges movie window to your desktop's size.
- # Used by drivers: all
-
-# fsmode=0 # This option workarounds some problems when using
- # specific windowmanagers and fullscreen mode. If you
- # experience fullscreen problems, try changing this
- # value between 0 and 7. Hint: either 0 or 1 should
- # be sufficient.
- # 0 = new method (since 0.18pre3)
- # 1 = ICCCWM patch (for KDE2/icewm)
- # 2 = old method (0.17a)
- # 3 = ICCCWM patch + Motif method
-
-#vm=no # Tries to change to a different videomode
- # Used by drivers: dga2, x11, sdl
-
-#bpp=0 # Force changing display depth.
- # Valid settings are: 0, 15, 16, 24, 32
- # may need 'vm=yes' too.
- # Used by drivers: fbdev, dga2, svga
-
-#zoom=no # Enable software scaling (powerful CPU needed)
- # Used by drivers: svga, aalib
-
-# double=yes # use double-buffering (recommended for xv with
- # SUB/OSD usage)
-
-# x=800 # scale movie to <x> pixels width
-# y=600 # scale movie to <y> pixels height
-
-##
-## Multiple languages are available :)
-##
-## Hungarian igen nem
-## English yes no
-## German ja nein
-## Spanish si no
-## Binary 1 0
-##
-## You can also use spaces and/or tabs.
-##
-
-#sound = 1
-#nosound = nein
-#mixer = /dev/mixer
-#master = no # no : set PCM volume yes : set MASTER volume
-
-##
-## 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
-
-##
-## FBdev driver: specify your monitor's timings, so resolutions
-## can be autodetected.
-## (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
-##
-
-# 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
-# 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
-
-# nodshow # disable usage of DirectShow video codecs
-
-
-##
-## Other (preferred to be default from configfile) switches
-##
-
-framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
- # etc)
-
-# vfm = 5 # use libavcodec video codec family (you know,
- # opensource DivX for example.. So preferred default on
- # non-x86 boxes)
-
-##
-## You can also include other configfiles
-## Specify full path!
-##
-
-include = /home/gabucino/.mplayer/savage4.conf # comment-me-out! :)