annotate DOCS/mencoder.1 @ 2630:63291506c3eb

updated
author arpi
date Fri, 02 Nov 2001 15:36:37 +0000
parents e8f13573d378
children d0490d3aa5e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
1 .\" MEncoder (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
2 .\" This manpage was/is done by Gabucino
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
3 .\"
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
4 .TH MEncoder
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
5 .SH NAME
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
6 mencoder \- Movie Encoder for Linux
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
7 .SH SYNOPSIS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
8 .B mencoder
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
9 .RB [ \-vcd\ <track\ number> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
10 .RB [ \-dvd\ <titleid> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
11 .RB [ \-chapter\ <chapterid> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
12 .RB [ \-dvdangle\ <angleid> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
13 .RB [ \-dvdkey\ <key> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
14 .RB [ \-nobps ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
15 .RB [ \-aid\ <id> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
16 .RB [ \-vid\ <id> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
17 .RB [ \-pp\ <quality> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
18 .RB [ \-vc\ <video\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
19 .RB [ \-ac\ <audio\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
20 .RB [ \-vfm\ <video\ codec\ family> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
21 .RB [ \-afm\ <audio\ codec\ family> ]
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
22 .RB [ \-include\ <configfile> ]
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
23 .RB [ \-v ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
24 .RB [ \-mp3file\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
25 .RB [ \-ac3file\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
26 .RB [ \-ovc\ <video\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
27 .RB [ \-oac\ <audio\ codec\ name> ]
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
28 .RB [ \-divx4opts\ <codec\ options> ]
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
29 .RB [ \-lameopts\ <codec\ options> ]
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
30 .RB [ \-pass\ <1/2> ]
2603
cbba27e200a2 any other?
gabucino
parents: 2602
diff changeset
31 .RB [ \-ofps\ <fps> ]
cbba27e200a2 any other?
gabucino
parents: 2602
diff changeset
32 .RB [ \-o\ <filename> ]
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
33 .I - or file or device
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
34 .PP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
35 .SH DESCRIPTION
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
36 .I mencoder
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
37 Encoder.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
38 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
39 .SH "GENERAL OPTIONS"
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
40 .TP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
41 .I NOTE
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
42 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
43 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
44 .B \-vcd <track number>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
45 Encode the specified VCD track.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
46 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
47 .B \-dvd <title number>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
48 Encode the specified DVD title.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
49 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
50 .B \-chapter <chapter id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
51 Use with -dvd option (see above). Start encoding at the specified chapter.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
52 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
53 .B \-dvdangle <angle id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
54 Use with -dvd option (see above), and if the DVD disc has multiple angles.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
55 It will encode the angle specified here.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
56 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
57 .B \-dvdkey <key>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
58 Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
59 key).
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
60 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
61 .B \-nobps
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
62 Used only for AVIs. Do not use the bps value in the AVI header, instead
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
63 calculate it.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
64 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
65 .B \-aid <audio stream id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
66 If source media contains multiple audio streams (for example DVDs), encode
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
67 the specified one.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
68 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
69 .B \-vid <video stream id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
70 If source media contains multiple video streams, encode the specified one.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
71 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
72 .B \-pp <value>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
73 Apply a postprocess filter to enhance image quality. (values?)
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
74 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
75 .B \-vc <codec name>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
76 Use specified codec (according to codecs.conf) for decoding input video
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
77 stream.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
78 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
79 .B \-ac <codec name>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
80 Use specified codec (according to codecs.conf) for decoding input audio
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
81 stream.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
82 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
83 .B \-vfm <video family>
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
84 (useful?) (yes!)
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
85 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
86 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
87 .B \-afm <audio family>
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
88 (useful?) (yes!)
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
89 .TP
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
90 .B \-include
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
91 Include what? Configfile.
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
92 .TP
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
93 .B \-v
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
94 Increase verbosity.
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
95 .TP
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
96 .B \-divx4opts
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
97 If encoding to DivX4, you can specify its parameters here, like:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
98
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
99 -divx4opts br=1800:deinterlace:key=250
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
100
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
101 Available options:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
102
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
103 help get help (TODO!)
63291506c3eb updated
arpi
parents: 2628
diff changeset
104 br=XXX specify bitrate in kbit <4-16000> or bit <16001-24000000>
63291506c3eb updated
arpi
parents: 2628
diff changeset
105 key=XXX maximum keyframe interval (in frames)
63291506c3eb updated
arpi
parents: 2628
diff changeset
106 deinterlace enable deinterlacing
63291506c3eb updated
arpi
parents: 2628
diff changeset
107 q=XXXX quality ( 1 - fastest, 5 - best )
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
108 min_quant=XXX minimum quantizer (0-32)
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
109 max_quant=XXX maximum quantizer (0-32)
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
110 rc_period=XXX rate control period
63291506c3eb updated
arpi
parents: 2628
diff changeset
111 rc_reaction_period=XXX rate control reaction period
63291506c3eb updated
arpi
parents: 2628
diff changeset
112 rc_reaction_ratio=XXX rate control reaction ratio
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
113
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
114 .TP
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
115 .B \-lameopts
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
116 If encoding to MP3 with libmp3lame, you can specify its parameters here, like:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
117
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
118 -lameopts vbr=192
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
119
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
120 Available options:
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
121
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
122 help get help (TODO!)
63291506c3eb updated
arpi
parents: 2628
diff changeset
123 br=XXX specify bitrate in kbit <0-1024>
63291506c3eb updated
arpi
parents: 2628
diff changeset
124 vbr=XXX variable bitrate method 0=cbr 1=mt 2=rh(default) 3=abr 4=mtrh
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
125 cbr constant bitrate
2630
63291506c3eb updated
arpi
parents: 2628
diff changeset
126 mode=XXX 0=stereo 1=joint-stereo 2=dualchannel 3=mono (dafeult: auto)
63291506c3eb updated
arpi
parents: 2628
diff changeset
127 padding=XXX 0=no 1=all 2=adjust
63291506c3eb updated
arpi
parents: 2628
diff changeset
128 ratio=XXX compression ratio <1-100>
2628
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
129
e8f13573d378 to be completed
gabucino
parents: 2603
diff changeset
130 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
131 .B \-OTHERS
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
132 TODO
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
133 .IP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
134 .SH FILES AND DIRECTORIES
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
135 .IP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
136 .SH "EXAMPLES"
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
137 .IP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
138 .SH BUGS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
139 Probably. Check the documentation.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
140
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
141 Bugreports should be addressed to the MPlayer-users mailing list
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
142 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
143 (which we love to receive!), please double-check the bugreports.html, and
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
144 tell us all that we need to know to identify your problem.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
145
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
146 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
147 .SH AUTHORS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
148 Check documentation !
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
149
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
150 MPlayer is (C) 2000-2001
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
151 .I Arpad Gereoffy <arpi@thot.banki.hu>
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
152
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
153 This manpage is written and maintained by
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
154 .I Gabucino .
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
155 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
156 .SH STANDARD DISCLAIMER
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
157 Use only at your own risk! There may be errors and inaccuracies that could
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
158 be damaging to your system or your eye. Proceed with caution, and although
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
159 this is highly unlikely, the author doesn't take any responsibility for that!
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
160 .\" end of file