summaryrefslogtreecommitdiffstats
path: root/DOCS/mencoder.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 21:45:23 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 21:45:23 +0000
commit6eb8aeddece0c7e3c940a0f88f4d5f5c6604ee8d (patch)
tree8182c83b77e662ea886716f214b516d8f45b70de /DOCS/mencoder.1
parentba28ff51141d64253ea7e49f45ce5ca00e9c103f (diff)
downloadmpv-6eb8aeddece0c7e3c940a0f88f4d5f5c6604ee8d.tar.bz2
mpv-6eb8aeddece0c7e3c940a0f88f4d5f5c6604ee8d.tar.xz
numerous small fixes/updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3775 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mencoder.1')
-rw-r--r--DOCS/mencoder.19
1 files changed, 7 insertions, 2 deletions
diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1
index b52aae64b0..241ca44c9a 100644
--- a/DOCS/mencoder.1
+++ b/DOCS/mencoder.1
@@ -37,6 +37,7 @@ mencoder \- Movie Encoder for Linux
.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 @@ Examples:
-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 @@ Type of scaling method
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"