comparison DOCS/mencoder.1 @ 2666:a7256a107d1f

ovc oac
author gabucino
date Sun, 04 Nov 2001 00:12:54 +0000
parents f23882410024
children 1d79b0f4889a
comparison
equal deleted inserted replaced
2665:e8d949b1bc5d 2666:a7256a107d1f
79 .TP 79 .TP
80 .B \-ac <codec name> 80 .B \-ac <codec name>
81 Use specified codec (according to codecs.conf) for decoding input audio 81 Use specified codec (according to codecs.conf) for decoding input audio
82 stream. 82 stream.
83 .TP 83 .TP
84 .B \-vfm <video family> 84 .B \-vfm <video codec family>
85 (useful?) (yes!) 85 Force decoding by using a specific codec FAMILY, and FALLBACK to default
86 .TP 86 if failed. For examples see MPlayer manpage.
87 .B \-afm <audio family> 87 .TP
88 (useful?) (yes!) 88 .B \-afm <audio codec family>
89 Force decoding by using a specific codec FAMILY, and FALLBACK to default
90 if failed. For examples see MPlayer manpage.
89 .TP 91 .TP
90 .B \-include 92 .B \-include
91 Include what? Configfile. 93 Include what? Configfile.
92 .TP 94 .TP
93 .B \-v 95 .B \-v
94 Increase verbosity. 96 Increase verbosity.
97 .TP
98 .B \-ovc <codecname>
99 Encode with the given codec (codec names are from codecs.conf).
100 Examples:
101
102 -ovc help get help
103 -ovc copy no encoding, just streamcopy
104 -ovc divx4 encode to DivX4
105 .TP
106 .B \-oac <codecname>
107 Encode with the given codec (codec names are from codecs.conf).
108 Examples:
109
110 -oac help get help
111 -oac copy no encoding, just streamcopy
112 -oac pcm encode to uncompressed PCM
113 -oac mp3lame encode to MP3 (using Lame)
95 .TP 114 .TP
96 .B \-divx4opts 115 .B \-divx4opts
97 If encoding to DivX4, you can specify its parameters here, like: 116 If encoding to DivX4, you can specify its parameters here, like:
98 117
99 -divx4opts br=1800:deinterlace:key=250 118 -divx4opts br=1800:deinterlace:key=250