summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-29 01:42:31 +0100
committerwm4 <wm4@nowhere>2015-12-29 01:42:31 +0100
commitdcffeaccf17324b2de8a45eca21eb4adc8fae179 (patch)
tree7cab6ff2d381f5cbd2a84bfb1d998a4fec0bdaba
parentb5d0195023eba84e70cf5253cc383a59dd77e220 (diff)
downloadmpv-dcffeaccf17324b2de8a45eca21eb4adc8fae179.tar.bz2
mpv-dcffeaccf17324b2de8a45eca21eb4adc8fae179.tar.xz
example.conf: minor changes
In particular, the player inserts af_scaletempo by default now when changing speed, so the suggestion to add this was missleading and counter-productive.
-rw-r--r--etc/example.conf22
1 files changed, 10 insertions, 12 deletions
diff --git a/etc/example.conf b/etc/example.conf
index 4c545d9306..7a85de615b 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -27,7 +27,7 @@
##################
# Specify default video driver (see --vo=help for a list).
-#vo=vdpau
+#vo=opengl-hq
# Start in fullscreen mode by default.
#fs=yes
@@ -54,9 +54,8 @@
# Disable softvol usage, and always use the system mixer if available.
#softvol=no
-# Scale audio tempo by playback speed without altering pitch. (By default does
-# nothing if playback speed is not changed. May introduce artifacts.)
-#af=scaletempo
+# Do not filter audio to keep pitch when changing playback speed.
+audio-pitch-correction=no
# Output 5.1 audio natively, and upmix/downmix audio with a different format.
#audio-channels=5.1
@@ -75,15 +74,11 @@
# cache settings
#
-# Use 8MB input cache by default. The cache is enabled for network streams only.
-#cache-default=8192
-#
-# Use 8MB input cache for everything, even local files.
-#cache=8192
+# Use 150MB input cache by default. The cache is enabled for network streams only.
+#cache-default=153600
#
-# If a seek is issued, and the target is 1024KB past the cached range, then
-# keep reading until the seek target is hit, instead of doing a real seek.
-#cache-seek-min=1024
+# Use 150MB input cache for everything, even local files.
+#cache=153600
#
# Disable the behavior that the player will pause if the cache goes below a
# certain fill size.
@@ -91,6 +86,9 @@
#
# Read ahead about 5 seconds of audio and video packets.
#demuxer-readahead-secs=5.0
+#
+# Raise readahead from demuxer-readahead-secs to this value if a cache is active.
+#cache-secs=50.0
# Display English subtitles if available.
#slang=en