comparison DOCS/xml/en/encoding-guide.xml @ 16539:15563bd0874a

minor spelling/wording/grammar fixes
author diego
date Mon, 19 Sep 2005 23:09:40 +0000
parents 5c8e764daa25
children 4a9808f6cacc
comparison
equal deleted inserted replaced
16538:c9ec71123792 16539:15563bd0874a
2226 <tbody> 2226 <tbody>
2227 <row><entry>mjpeg</entry><entry> 2227 <row><entry>mjpeg</entry><entry>
2228 Motion JPEG 2228 Motion JPEG
2229 </entry></row> 2229 </entry></row>
2230 <row><entry>ljpeg</entry><entry> 2230 <row><entry>ljpeg</entry><entry>
2231 Lossless JPEG 2231 lossless JPEG
2232 </entry></row> 2232 </entry></row>
2233 <row><entry>h261</entry><entry> 2233 <row><entry>h261</entry><entry>
2234 H.261 2234 H.261
2235 </entry></row> 2235 </entry></row>
2236 <row><entry>h263</entry><entry> 2236 <row><entry>h263</entry><entry>
2238 </entry></row> 2238 </entry></row>
2239 <row><entry>h263p</entry><entry> 2239 <row><entry>h263p</entry><entry>
2240 H.263+ 2240 H.263+
2241 </entry></row> 2241 </entry></row>
2242 <row><entry>mpeg4</entry><entry> 2242 <row><entry>mpeg4</entry><entry>
2243 ISO standard MPEG-4 (DivX 5, XVID compatible) 2243 ISO standard MPEG-4 (DivX 5, XviD compatible)
2244 </entry></row> 2244 </entry></row>
2245 <row><entry>msmpeg4</entry><entry> 2245 <row><entry>msmpeg4</entry><entry>
2246 pre-standard MPEG-4 variant by MS, v3 (AKA DivX3) 2246 pre-standard MPEG-4 variant by MS, v3 (AKA DivX3)
2247 </entry></row> 2247 </entry></row>
2248 <row><entry>msmpeg4v2</entry><entry> 2248 <row><entry>msmpeg4v2</entry><entry>
2249 pre-standard MPEG-4 by MS, v2 (used in old asf files) 2249 pre-standard MPEG-4 by MS, v2 (used in old ASF files)
2250 </entry></row> 2250 </entry></row>
2251 <row><entry>wmv1</entry><entry> 2251 <row><entry>wmv1</entry><entry>
2252 Windows Media Video, version 1 (AKA WMV7) 2252 Windows Media Video, version 1 (AKA WMV7)
2253 </entry></row> 2253 </entry></row>
2254 <row><entry>wmv2</entry><entry> 2254 <row><entry>wmv2</entry><entry>
2302 <entry>mp2</entry> 2302 <entry>mp2</entry>
2303 <entry>MPEG Layer 2</entry> 2303 <entry>MPEG Layer 2</entry>
2304 </row> 2304 </row>
2305 <row> 2305 <row>
2306 <entry>ac3</entry> 2306 <entry>ac3</entry>
2307 <entry>AC3, aka Dolby Digital</entry> 2307 <entry>AC3, AKA Dolby Digital</entry>
2308 </row> 2308 </row>
2309 <row> 2309 <row>
2310 <entry>adpcm_ima_wav</entry> 2310 <entry>adpcm_ima_wav</entry>
2311 <entry>IMA Adaptive PCM (4bits per sample, 4:1 compression)</entry> 2311 <entry>IMA adaptive PCM (4 bits per sample, 4:1 compression)</entry>
2312 </row> 2312 </row>
2313 <row> 2313 <row>
2314 <entry>sonic</entry> 2314 <entry>sonic</entry>
2315 <entry>Experimental lossy/lossless codec</entry> 2315 <entry>experimental lossy/lossless codec</entry>
2316 </row> 2316 </row>
2317 </tbody> 2317 </tbody>
2318 </tgroup> 2318 </tgroup>
2319 </informaltable> 2319 </informaltable>
2320 2320
2321 The first column contains the codec names that should be passed after the 2321 The first column contains the codec names that should be passed after the
2322 <literal>acodec</literal> config, like: <option>-lavcopts acodec=ac3</option> 2322 <literal>acodec</literal> option, like: <option>-lavcopts acodec=ac3</option>
2323 </para> 2323 </para>
2324 2324
2325 <para> 2325 <para>
2326 Contrary to <systemitem class="library">libavcodec</systemitem>'s video 2326 Contrary to <systemitem class="library">libavcodec</systemitem>'s video
2327 codecs, its audio codecs do not make a wise usage of the bits they are 2327 codecs, its audio codecs do not make a wise usage of the bits they are
2328 been given as they lack some minimal psychoacoustic model (if at all) 2328 given as they lack some minimal psychoacoustic model (if at all)
2329 which most other codec implementations feature. 2329 which most other codec implementations feature.
2330 However, note that all these audio codecs are very fast and work 2330 However, note that all these audio codecs are very fast and work
2331 out-of-the-box everywhere <application>MEncoder</application> has been 2331 out-of-the-box everywhere <application>MEncoder</application> has been
2332 compiled with <systemitem class="library">libavcodec</systemitem> (which 2332 compiled with <systemitem class="library">libavcodec</systemitem> (which
2333 is the case most of time), and do not depend on external libraries. 2333 is the case most of time), and do not depend on external libraries.