Mercurial > mplayer.hg
changeset 16558:1d524afe2f9c
Nits and fixes
author | gpoirier |
---|---|
date | Fri, 23 Sep 2005 06:47:07 +0000 |
parents | 829e0519e858 |
children | b7a80b5ef148 |
files | DOCS/xml/en/encoding-guide.xml DOCS/xml/en/mencoder.xml |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ </para> <informalexample> <para> -An example, with MJPEG compression: +An example with MJPEG compression: <screen>mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy</screen> </para> </informalexample> @@ -2339,7 +2339,7 @@ <informalexample> <para> -An example, with AC3 compression: +An example with AC3 compression: <screen>mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy</screen> </para> </informalexample>
--- 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 @@ </row> <row> <entry>x264</entry> - <entry>x264, MPEG-4 Advanced Video Coding (AVC), aka H.264 codec</entry> + <entry>x264, MPEG-4 Advanced Video Coding (AVC), AKA H.264 codec</entry> </row> <row> <entry>nuv</entry> @@ -219,7 +219,8 @@ <screen> mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy <replaceable>other_options</replaceable> <replaceable>media.avi</replaceable> -o <replaceable>output.mpg</replaceable> </screen> -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: <screen> mencoder -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o \ <replaceable>x.mpg</replaceable> -oac lavc -ovc lavc \