changeset 6022:63d320c955c1

noskip to mencoder only opts, endpos understands byte position too and small changes
author jonas
date Wed, 08 May 2002 23:08:17 +0000
parents 0b5ce1795637
children 4955c681af69
files DOCS/mplayer.1
diffstat 1 files changed, 15 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/mplayer.1	Wed May 08 22:26:01 2002 +0000
+++ b/DOCS/mplayer.1	Wed May 08 23:08:17 2002 +0000
@@ -532,7 +532,7 @@
 
 .SH "AUDIO OUTPUT OPTIONS (MPLAYER ONLY)"
 .TP
-.B \-abs <value>  [OBSOLETE]
+.B \-abs <value>  (OBSOLETE)
 Override audio driver/card buffer size detection, -ao oss only
 .TP
 .B \-ao <driver>[:<device>]
@@ -790,9 +790,6 @@
 .B \-nortc
 Turns off usage of /dev/rtc (real-time clock)
 .TP
-.B \-noskip
-Don't skip frames
-.TP
 .B \-playlist <file>
 Play files according to this filelist (1 file/row or Winamp or ASX format).
 .TP
@@ -850,15 +847,20 @@
                      rate control reaction ratio
   crispness=<0\-100>  specify crispness/smoothness
 .TP
-.B \-endpos <time>
-Stop encoding at given time. Can be specified in many was :
+.B \-endpos <time|byte\ position>
+Stop encoding at given time or byte position. Can be specified in many was :
 
     -endpos 56       encode only 56 seconds
     -endpos 01:10:00 encode only 1 hours
+    -endpos 100 mb   encode only 100 mbytes
 
-Can be used in conjuction with -ss!
+Can be used in conjuction with -ss or -sb!
+.br
+.I NOTE:
+Byte position won't be accurate, as it can only stop at
+a frame boundary.
 .TP
-.B \-ffourcc fourcc
+.B \-ffourcc <fourcc>
 Can be used to override the video fourcc of the output file. For example -ffourcc
 div3 will have the output file contain "div3" as video fourcc.
 .TP
@@ -1032,7 +1034,8 @@
                    higher quantizer for b frames)
                    default = 2.0
 
-  vb_qfactor=XXX   quantizer factor between b
+  vb_qfactor=<value>
+                   quantizer factor between b
                    and i/p frames (larger means
                    higher quantizer for b frames)
                    default = 2.0
@@ -1048,6 +1051,9 @@
 
 All other options can be used in all modes.
 .TP
+.B \-noskip
+Don't skip frames
+.TP
 .B \-o <filename>
 Outputs to the given filename, instead of the default 'test.avi'.
 .TP