mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
example.conf: remove some useless options, add some useful ones
This commit is contained in:
parent
e2eaedcb0a
commit
c12f408c47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user