annotate DOCS/mencoder.1 @ 2602:96a52000bc59

some typos :)
author gabucino
date Thu, 01 Nov 2001 00:26:04 +0000
parents dfb13228e18b
children cbba27e200a2
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> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
22 .RB [ \-v ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
23 .RB [ \-mp3file\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
24 .RB [ \-ac3file\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
25 .RB [ \-ovc\ <video\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
26 .RB [ \-oac\ <audio\ codec\ name> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
27 .RB [ \-videobr\ <video\ bitrate> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
28 .RB [ \-pass\ <1/2> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
29 .RB [ \-passtmpfile\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
30 .RB [ \-audiobr\ <audio\ bitrate> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
31 .RB [ \-vbrmode\ <0-5> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
32 .RB [ \-aquality\ <0-9> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
33 .RB [ \-encode\ <filename> ]
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
34 .I - or file or device
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
35 .PP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
36 .SH DESCRIPTION
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
37 .I mencoder
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
38 Encoder.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
39 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
40 .SH "GENERAL OPTIONS"
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
41 .TP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
42 .I NOTE
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
43 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
44 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
45 .B \-vcd <track number>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
46 Encode the specified VCD track.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
47 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
48 .B \-dvd <title number>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
49 Encode the specified DVD title.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
50 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
51 .B \-chapter <chapter id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
52 Use with -dvd option (see above). Start encoding at the specified chapter.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
53 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
54 .B \-dvdangle <angle id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
55 Use with -dvd option (see above), and if the DVD disc has multiple angles.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
56 It will encode the angle specified here.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
57 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
58 .B \-dvdkey <key>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
59 Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
60 key).
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
61 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
62 .B \-nobps
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
63 Used only for AVIs. Do not use the bps value in the AVI header, instead
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
64 calculate it.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
65 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
66 .B \-aid <audio stream id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
67 If source media contains multiple audio streams (for example DVDs), encode
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
68 the specified one.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
69 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
70 .B \-vid <video stream id>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
71 If source media contains multiple video streams, encode the specified one.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
72 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
73 .B \-pp <value>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
74 Apply a postprocess filter to enhance image quality. (values?)
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
75 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
76 .B \-vc <codec name>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
77 Use specified codec (according to codecs.conf) for decoding input video
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
78 stream.
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
79 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
80 .B \-ac <codec name>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
81 Use specified codec (according to codecs.conf) for decoding input audio
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
82 stream.
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
83 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
84 .B \-vfm <video family>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
85 (useful?)
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
86 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
87 .TP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
88 .B \-afm <audio family>
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
89 (useful?)
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
90 .TP
2602
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
91 .B \-OTHERS
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
92 TODO
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
93 .IP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
94 .SH FILES AND DIRECTORIES
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
95 .IP
96a52000bc59 some typos :)
gabucino
parents: 2597
diff changeset
96 .SH "EXAMPLES"
2597
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
97 .IP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
98 .SH BUGS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
99 Probably. Check the documentation.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
100
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
101 Bugreports should be addressed to the MPlayer-users mailing list
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
102 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
103 (which we love to receive!), please double-check the bugreports.html, and
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
104 tell us all that we need to know to identify your problem.
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
105
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
106 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
107 .SH AUTHORS
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
108 Check documentation !
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
109
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
110 MPlayer is (C) 2000-2001
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
111 .I Arpad Gereoffy <arpi@thot.banki.hu>
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
112
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
113 This manpage is written and maintained by
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
114 .I Gabucino .
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
115 .LP
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
116 .SH STANDARD DISCLAIMER
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
117 Use only at your own risk! There may be errors and inaccuracies that could
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
118 be damaging to your system or your eye. Proceed with caution, and although
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
119 this is highly unlikely, the author doesn't take any responsibility for that!
dfb13228e18b alpha. currently no options working :)
gabucino
parents:
diff changeset
120 .\" end of file