1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 09:57:34 +00:00

Nits and fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16559 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-09-23 06:47:07 +00:00
parent 6e17211bf6
commit a8c72cb54c
2 changed files with 5 additions and 4 deletions

View File

@ -2298,7 +2298,7 @@ The first column contains the codec names that should be passed after the
</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 @@ The first column contains the codec names that should be passed after the
<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>

View File

@ -85,7 +85,7 @@ Video codecs:
</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 @@ Example:
<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 \