summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 22:44:51 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 22:44:51 +0000
commit6ef55dd8ea42bb4832ead2b369d52d02954747d7 (patch)
treef997ea3f1b45cad3f6b0a2aa8b038a639de3e148 /DOCS
parentcc7550e89dabb78e9074a957d51bfbcecc69a776 (diff)
downloadmpv-6ef55dd8ea42bb4832ead2b369d52d02954747d7.tar.bz2
mpv-6ef55dd8ea42bb4832ead2b369d52d02954747d7.tar.xz
document more -lavfopts entries
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18325 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.120
1 files changed, 16 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index c2aeeb3a23..d22133e14c 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -9343,7 +9343,12 @@ Any other framerate is incompatible with this option.
.
.TP
.B delay\ \
-FIXME: Document this.
+Currently only meaningful for MPEG[12]: maximum allowed distance,
+in seconds, between the reference timer of the output stream (SCR)
+and the decoding timestamp (DTS) for any stream present
+(demux to decode delay).
+Default is 0.7 (as mandated by the standard).
+Higher values require larger buffers and must not be used.
.
.TP
.B format=<container_format>
@@ -9383,15 +9388,22 @@ FIXME: Document this.
.
.TP
.B muxrate
-FIXME: Document this.
+Nominal bitrate of the multiplex, in units of 50 bytes per second;
+currently it's meaningful only for MPEG[12].
+Sometimes raising it is necessary in order to avoid "buffer underflows".
.
.TP
.B packetsize
-FIXME: Document this.
+Size, expressed in bytes, of the unitary packet for the chosen format.
+When muxing to MPEG[12] implementations the default values are:
+2324 for [S]VCD, 2048 for all others formats.
.
.TP
.B preload
-FIXME: Document this.
+Currently only meaningful for MPEG[12]: initial distance,
+in seconds, between the reference timer of the output stream (SCR)
+and the decoding timestamp (DTS) for any stream present
+(demux to decode delay).
.
.
.