diff DOCS/mencoder.1 @ 3774:68dae60dd470

numerous small fixes/updates
author gabucino
date Wed, 26 Dec 2001 21:45:23 +0000
parents 66da035c4ee2
children d8247558c3e2
line wrap: on
line diff
--- a/DOCS/mencoder.1	Wed Dec 26 20:47:50 2001 +0000
+++ b/DOCS/mencoder.1	Wed Dec 26 21:45:23 2001 +0000
@@ -37,6 +37,7 @@
 .RB [ \-x\ <rescale\ width> ]
 .RB [ \-y\ <rescale\ height> ]
 .RB [ \-sws\ <0-2> ]
+.RB [ \-ffourcc\ fourcc ]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -120,7 +121,7 @@
   -ovc help      get help
   -ovc copy      no encoding, just streamcopy
   -ovc divx4     encode to DivX4
-  -ovc lavc     encode with a libavcodec codec
+  -ovc lavc      encode with a libavcodec codec
 .TP
 .B \-oac <codecname>
 Encode with the given codec (codec names are from codecs.conf).
@@ -235,7 +236,11 @@
     0            fast bilinear (default)
     1            bilinear
     2            bicubic (best quality)
-
+.TP
+.B \-ffourcc fourcc
+Can be used to force the video fourcc of the output file. For example -ffourcc
+div3 will have the output file contain "div3" as video fourcc.
+.IP
 .SH FILES AND DIRECTORIES
 .IP
 .SH "EXAMPLES"