# HG changeset patch
# User gpoirier
# Date 1127458027 0
# Node ID 1d524afe2f9cfa0dabbe799104d60d1c32adbfcd
# Parent 829e0519e858b66b80e1a8e9ef7f79c3ced53ebe
Nits and fixes
diff -r 829e0519e858 -r 1d524afe2f9c DOCS/xml/en/encoding-guide.xml
--- a/DOCS/xml/en/encoding-guide.xml Fri Sep 23 06:43:06 2005 +0000
+++ b/DOCS/xml/en/encoding-guide.xml Fri Sep 23 06:47:07 2005 +0000
@@ -2298,7 +2298,7 @@
-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 @@
-An example, with AC3 compression:
+An example with AC3 compression:
mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy
diff -r 829e0519e858 -r 1d524afe2f9c DOCS/xml/en/mencoder.xml
--- a/DOCS/xml/en/mencoder.xml Fri Sep 23 06:43:06 2005 +0000
+++ b/DOCS/xml/en/mencoder.xml Fri Sep 23 06:47:07 2005 +0000
@@ -85,7 +85,7 @@
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 @@
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 \