# HG changeset patch # User diego # Date 1127171380 0 # Node ID 15563bd0874aab4ff7d2097fae799395f8fc411a # Parent c9ec71123792fc53590fc93aa1d59545b3af2d04 minor spelling/wording/grammar fixes diff -r c9ec71123792 -r 15563bd0874a DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Mon Sep 19 22:52:52 2005 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Mon Sep 19 23:09:40 2005 +0000 @@ -2228,7 +2228,7 @@ Motion JPEG ljpeg - Lossless JPEG + lossless JPEG h261 H.261 @@ -2240,13 +2240,13 @@ H.263+ mpeg4 - ISO standard MPEG-4 (DivX 5, XVID compatible) + ISO standard MPEG-4 (DivX 5, XviD compatible) msmpeg4 pre-standard MPEG-4 variant by MS, v3 (AKA DivX3) msmpeg4v2 - pre-standard MPEG-4 by MS, v2 (used in old asf files) + pre-standard MPEG-4 by MS, v2 (used in old ASF files) wmv1 Windows Media Video, version 1 (AKA WMV7) @@ -2304,28 +2304,28 @@ ac3 - AC3, aka Dolby Digital + AC3, AKA Dolby Digital adpcm_ima_wav - IMA Adaptive PCM (4bits per sample, 4:1 compression) + IMA adaptive PCM (4 bits per sample, 4:1 compression) sonic - Experimental lossy/lossless codec + experimental lossy/lossless codec The first column contains the codec names that should be passed after the -acodec config, like: +acodec option, like: Contrary to libavcodec's video codecs, its audio codecs do not make a wise usage of the bits they are - been given as they lack some minimal psychoacoustic model (if at all) + given as they lack some minimal psychoacoustic model (if at all) which most other codec implementations feature. However, note that all these audio codecs are very fast and work out-of-the-box everywhere MEncoder has been