# HG changeset patch # User nicodvb # Date 1146177891 0 # Node ID 3813f135c93b2ed9213c98574c756c5282fca3c5 # Parent d0180ac33e326a1729892449d86fb507a09e8298 document more -lavfopts entries diff -r d0180ac33e32 -r 3813f135c93b DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Thu Apr 27 22:13:59 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Thu Apr 27 22:44:51 2006 +0000 @@ -9343,7 +9343,12 @@ . .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= @@ -9383,15 +9388,22 @@ . .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). . . .