comparison DOCS/mencoder.1 @ 2602:96a52000bc59

some typos :)
author gabucino
date Thu, 01 Nov 2001 00:26:04 +0000
parents dfb13228e18b
children cbba27e200a2
comparison
equal deleted inserted replaced
2601:81c0f3e487eb 2602:96a52000bc59
1 .\" MPlayer (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu> 1 .\" MEncoder (C) 2000-2001 Arpad Gereoffy <arpi@esp-team.scene.hu>
2 .\" This manpage was written, and is maintained by Gabucino 2 .\" This manpage was/is done by Gabucino
3 .\" 3 .\"
4 .TH MEncoder 4 .TH MEncoder
5 .SH NAME 5 .SH NAME
6 mencoder \- Movie Encoder for Linux 6 mencoder \- Movie Encoder for Linux
7 .SH SYNOPSIS 7 .SH SYNOPSIS
8 .B mencoder 8 .B mencoder
9 .RB [ \-i\ input\ file(s) ] 9 .RB [ \-vcd\ <track\ number> ]
10 .RB [ \-o\ input\ file ] 10 .RB [ \-dvd\ <titleid> ]
11 .RB [ \-video\ mode ] 11 .RB [ \-chapter\ <chapterid> ]
12 .RB [ \-audio\ mode ] 12 .RB [ \-dvdangle\ <angleid> ]
13 .RB [ \-vbr\ bitrate ] 13 .RB [ \-dvdkey\ <key> ]
14 .RB [ \-abr\ bitrate ] 14 .RB [ \-nobps ]
15 .RB [ \-ivc\ codec ] 15 .RB [ \-aid\ <id> ]
16 .RB [ \-iac\ codec ] 16 .RB [ \-vid\ <id> ]
17 .RB [ \-pp\ <quality> ]
18 .RB [ \-vc\ <video\ codec\ name> ]
19 .RB [ \-ac\ <audio\ codec\ name> ]
20 .RB [ \-vfm\ <video\ codec\ family> ]
21 .RB [ \-afm\ <audio\ codec\ family> ]
22 .RB [ \-v ]
23 .RB [ \-mp3file\ <filename> ]
24 .RB [ \-ac3file\ <filename> ]
25 .RB [ \-ovc\ <video\ codec\ name> ]
26 .RB [ \-oac\ <audio\ codec\ name> ]
27 .RB [ \-videobr\ <video\ bitrate> ]
28 .RB [ \-pass\ <1/2> ]
29 .RB [ \-passtmpfile\ <filename> ]
30 .RB [ \-audiobr\ <audio\ bitrate> ]
31 .RB [ \-vbrmode\ <0-5> ]
32 .RB [ \-aquality\ <0-9> ]
33 .RB [ \-encode\ <filename> ]
34 .I - or file or device
17 .PP 35 .PP
18 .SH DESCRIPTION 36 .SH DESCRIPTION
19 .I mencoder 37 .I mencoder
20 Encoder. 38 Encoder.
21 .LP 39 .LP
22 .SH "GENERAL OPTIONS" 40 .SH "GENERAL OPTIONS"
23 .TP 41 .TP
24 .I NOTE 42 .I NOTE
25 Every "flag" option has "noflag" pair, e.g. -fs opposite is -nofs 43 Every "flag" option has "noflag" pair, e.g. -flag opposite is -noflag
26 .TP 44 .TP
27 .B \-i\ files 45 .B \-vcd <track number>
28 specify input file(s) for encoding. Examples: 46 Encode the specified VCD track.
29
30 -i /dev/dvd
31 -i video.avi stream1.mp3 stream2.wav
32 .TP 47 .TP
33 .B \-o\ file 48 .B \-dvd <title number>
34 specify output file. Examples: 49 Encode the specified DVD title.
35
36 -o /dev/cdrw ;))
37 -o -
38 -o output.avi
39 -o video.avi audio.mp3
40 .TP 50 .TP
41 .B \-video\ encoding mode 51 .B \-chapter <chapter id>
42 specify what to do with the video stream(s?): 52 Use with -dvd option (see above). Start encoding at the specified chapter.
43
44 -video copy
45 -video divx4
46 -video divx42 (2 pass)
47 .TP 53 .TP
48 .B \-audio\ encoding mode 54 .B \-dvdangle <angle id>
49 specify what to do with the audio stream(s?): 55 Use with -dvd option (see above), and if the DVD disc has multiple angles.
50 56 It will encode the angle specified here.
51 -audio copy
52 -audio mp3
53 -audio vbrmp3
54 .TP 57 .TP
55 .B \-vbr\ bitrate 58 .B \-dvdkey <key>
56 specify video bitrate to encode at (in kbits). 59 Used to decrypt CSS-encrypted streams on hard disk (with given CSS decrypt
57 60 key).
58 -vbr 910
59 .TP 61 .TP
60 .B \-abr\ bitrate 62 .B \-nobps
61 specify audio bitrate to encode at (in kbits). 63 Used only for AVIs. Do not use the bps value in the AVI header, instead
62 64 calculate it.
63 -abr 128
64 .TP 65 .TP
65 .B \-ivc\ codec 66 .B \-aid <audio stream id>
66 use this codec to decode input video stream(s?) (from codecs.conf) 67 If source media contains multiple audio streams (for example DVDs), encode
67 68 the specified one.
68 -ivc ffdivx
69 .TP 69 .TP
70 .B \-avc\ codec 70 .B \-vid <video stream id>
71 use this codec to decode input audio stream(s?) (from codecs.conf) 71 If source media contains multiple video streams, encode the specified one.
72 72 .TP
73 -ivc mp3lib 73 .B \-pp <value>
74 Apply a postprocess filter to enhance image quality. (values?)
75 .TP
76 .B \-vc <codec name>
77 Use specified codec (according to codecs.conf) for decoding input video
78 stream.
79 .TP
80 .B \-ac <codec name>
81 Use specified codec (according to codecs.conf) for decoding input audio
82 stream.
83 .TP
84 .B \-vfm <video family>
85 (useful?)
86 .TP
87 .TP
88 .B \-afm <audio family>
89 (useful?)
90 .TP
91 .B \-OTHERS
92 TODO
93 .IP
94 .SH FILES AND DIRECTORIES
95 .IP
96 .SH "EXAMPLES"
74 .IP 97 .IP
75 .SH BUGS 98 .SH BUGS
76 This manpage is under SEVERE construction !!!
77
78 Probably. Check the documentation. 99 Probably. Check the documentation.
79 100
80 Bugreports should be addressed to the MPlayer-users mailing list 101 Bugreports should be addressed to the MPlayer-users mailing list
81 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport 102 (mplayer-users@mplayerhq.hu) ! If you want to submit a bugreport
82 (which we love to receive!), please double-check the bugreports.html, and 103 (which we love to receive!), please double-check the bugreports.html, and