diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index 2d84edf7ef..c1d87eb17b 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -2298,7 +2298,7 @@ The first column contains the codec names that should be passed after the
-An example, with MJPEG compression:
+An example with MJPEG compression:
mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy
@@ -2339,7 +2339,7 @@ The first column contains the codec names that should be passed after the
-An example, with AC3 compression:
+An example with AC3 compression:
mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 66d0294401..8ead7dd5bb 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -85,7 +85,7 @@ Video codecs:
x264
- x264, MPEG-4 Advanced Video Coding (AVC), aka H.264 codec
+ x264, MPEG-4 Advanced Video Coding (AVC), AKA H.264 codec
nuv
@@ -219,7 +219,8 @@ Example:
mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy other_options media.avi -o output.mpg
-Creating a MPEG-1 file suitable for exchange:
+Creating an MPEG-1 file suitable to be played on system with minimal
+multimedia support, like default Windows installs:
mencoder -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o \
x.mpg -oac lavc -ovc lavc \