comparison DOCS/mencoder.1 @ 2868:4a1802c5bbee

*** empty log message ***
author gabucino
date Tue, 13 Nov 2001 17:11:26 +0000
parents 8bb4e195d7d7
children 632032ff27bf
comparison
equal deleted inserted replaced
2867:a9a63f7e9ddc 2868:4a1802c5bbee
34 .RB [ \-frames\ <number> ] 34 .RB [ \-frames\ <number> ]
35 .I - or file or device 35 .I - or file or device
36 .PP 36 .PP
37 .SH DESCRIPTION 37 .SH DESCRIPTION
38 .I mencoder 38 .I mencoder
39 Encoder. 39 MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to
40 encode MPlayer-playable movies (AVI/DVD/VCD/VOB/MPG/MOV/VIV/NET) to other
41 MPlayer-playable formats (see below). Currently it's in beta stage, and encodes
42 only to DivX4 (1 or 2 passes) video, PCM/MP3/VBRMP3 audio. Also has stream
43 copying abilities. In the future, there will be cropping, resizing filters, and
44 other interesting stuff.
40 .LP 45 .LP
41 .SH "GENERAL OPTIONS" 46 .SH "GENERAL OPTIONS"
42 .TP 47 .TP
43 .I NOTE 48 .I NOTE
44 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag 49 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
50 .TP
51 .I NOTE
52 CHECK THE HTML DOCUMENTATION TOO !
45 .TP 53 .TP
46 .B \-vcd <track number> 54 .B \-vcd <track number>
47 Encode the specified VCD track. 55 Encode the specified VCD track.
48 .TP 56 .TP
49 .B \-dvd <title number> 57 .B \-dvd <title number>
70 .TP 78 .TP
71 .B \-vid <video stream id> 79 .B \-vid <video stream id>
72 If source media contains multiple video streams, encode the specified one. 80 If source media contains multiple video streams, encode the specified one.
73 .TP 81 .TP
74 .B \-pp <value> 82 .B \-pp <value>
75 Apply a postprocess filter to enhance image quality. (values?) 83 Apply a postprocess filter to enhance image quality. (values TODO)
76 .TP 84 .TP
77 .B \-vc <codec name> 85 .B \-vc <codec name>
78 Use specified codec (according to codecs.conf) for decoding input video 86 Use specified codec (according to codecs.conf) for decoding input video
79 stream. 87 stream.
80 .TP 88 .TP
150 Available options: 158 Available options:
151 159
152 help get help 160 help get help
153 br=XXX specify bitrate in 161 br=XXX specify bitrate in
154 kbit <0-1024> 162 kbit <0-1024>
163 (only for CBR)
155 q=XXX Quality 164 q=XXX Quality
156 (0-highest, 9-fastest) 165 (0-highest, 9-fastest)
166 (for VBR)
157 vbr=XXX variable bitrate method 167 vbr=XXX variable bitrate method
158 0=cbr 168 0=cbr
159 1=mt 169 1=mt
160 2=rh(default) 170 2=rh(default)
161 3=abr 171 3=abr