summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 00:04:03 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-02 00:04:03 +0000
commit5907c408e419a605d2c34c6ece21e26a85d44a8f (patch)
treeff90164af0fd54833d56686dae40d65a271ffe7a /DOCS
parentb5ecb3ba0705a083d800096f2bcf8835741c6a03 (diff)
downloadmpv-5907c408e419a605d2c34c6ece21e26a85d44a8f.tar.bz2
mpv-5907c408e419a605d2c34c6ece21e26a85d44a8f.tar.xz
documented -mpegopts :[va]buf_size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21430 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.113
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 0ba6758e85..ca902c0488 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -9709,6 +9709,19 @@ It only works with MPEG-2 video when the output framerate,
converted with \-ofps, is either 24000/1001 or 24 fps.
Any other framerate is incompatible with this option.
.
+.TP
+.B vbuf_size=<40\-1024>
+Sets the size of the video decoder's buffer, expressed in kilobytes.
+Specify it only if the bitrate of the video stream is too high for
+the chosen format and if you know perfectly well what you are doing.
+A too high value may lead to an unplayable movie, depending on the player's
+capabilities.
+.
+.TP
+.B abuf_size=<4\-64>
+Sets the size of the audio decoder's buffer, expressed in kilobytes.
+The same principle as for vbuf_size applies.
+.
.
.SS FFmpeg libavformat demuxers (\-lavfdopts)
.