summaryrefslogtreecommitdiffstats
path: root/etc/example.conf
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-11 18:05:43 +0100
committerwm4 <wm4@nowhere>2012-11-11 18:10:14 +0100
commitc12f408c477d99dd2a1a106dd026d300f7d7be19 (patch)
treeace3f87e05c4140f51b1feb9b4e91f92573e5190 /etc/example.conf
parente2eaedcb0ad20f6d999869fe68a03125c312fb70 (diff)
downloadmpv-c12f408c477d99dd2a1a106dd026d300f7d7be19.tar.bz2
mpv-c12f408c477d99dd2a1a106dd026d300f7d7be19.tar.xz
example.conf: remove some useless options, add some useful ones
Diffstat (limited to 'etc/example.conf')
-rw-r--r--etc/example.conf55
1 files changed, 10 insertions, 45 deletions
diff --git a/etc/example.conf b/etc/example.conf
index a68dc39cca..4a1da541af 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -6,7 +6,7 @@
# system-wide settings, all of which are overrriden by the command line.
#
# The configuration file settings are the same as the command line
-# options without the preceding '-'.
+# options without the preceding '--'.
#
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.
@@ -20,29 +20,13 @@
##################
# Specify default video driver (see -vo help for a list).
-#vo=xv
-
-# Use OpenGL video by default
-#vo = gl
+#vo=vdpau
# Start in fullscreen mode by default.
#fs=yes
-# Change to a different videomode when going fullscreen.
-#vm=yes
-
-# Override the autodetected color depth, may need 'vm=yes' as well.
-#bpp=0
-
-# 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
+# force starting with centered window
+geometry=50%:50%
# Keep the player window on top of all other windows.
#ontop=yes
@@ -55,11 +39,8 @@
# Specify default audio driver (see -ao help for a list).
#ao=alsa
-# Specify the mixer device.
-#mixer = /dev/mixer
-
-# Resample the sound to 44100Hz with the lavcresample audio filter.
-#af=lavcresample=44100
+# Disable softvol usage, and always use the system mixer if available.
+#softvol=no
##################
@@ -70,18 +51,6 @@
# Fixes playback when playlist and media file use the same URL.
#user-agent=NSPlayer/4.1.0.3856
-# Pretend to be Quicktime
-# Fixes playback for apple.com/trailers redirects
-#user-agent="QuickTime"
-
-# Pretend to be Realplayer SP
-# Fixes playback for some video streaming sites
-#user-agent=RMA/1.0
-
-# Pretend to have lots of bandwidth
-# Speeds up realmedia rtsp:// streams
-#bandwidth=2000000
-
# Pretend to be Winamp
# Fixes playback of some NSV streams
#user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
@@ -89,13 +58,6 @@
# Drop frames to preserve audio/video sync.
#framedrop = yes
-# Resample the font alphamap.
-# 0 plain white fonts
-# 0.75 very narrow black outline (default)
-# 1 narrow black outline
-# 10 bold black outline
-#ffactor = 0.75
-
# cache settings
#
# Use 8MB input cache by default.
@@ -113,6 +75,9 @@
# DVD: Play English audio tracks if available.
#alang = en
+# Use this for a widescreen monitor, non-square pixels.
+#monitoraspect=16:9
+
############
# Profiles #
@@ -122,11 +87,11 @@
# but only take effect when the profile is active.
#[vo.vdpau]
+# Use hardware decoding (this will break playback of some h264 files)
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
# Most video filters do not work with vdpau.
#vf-clr=yes
-
# You can also include other configuration files.
#include = /path/to/the/file/you/want/to/include