diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-02 23:56:45 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-02-02 23:56:45 +0000 |
commit | 87b24b391dd405b0856c0d1d02c615fcfa14d268 (patch) | |
tree | e6b0e8f183add7791a11d2a27d343177810f1929 /DOCS/encoding.html | |
parent | 0a7f68d8454ab2bcb04761875ddb67eef3facdbb (diff) |
small updates and style improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9233 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/encoding.html')
-rw-r--r-- | DOCS/encoding.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/DOCS/encoding.html b/DOCS/encoding.html index a04b2d03a9..d6d9c7bb46 100644 --- a/DOCS/encoding.html +++ b/DOCS/encoding.html @@ -157,16 +157,18 @@ <P>Command: <CODE>mencoder -idx input.avi -ovc copy -oac copy -o output.avi</CODE></P> -<H2><A NAME="appending">7.5.1 Appending multiple AVI files</A></H2> -<P>As a side-effect of fixing broken AVi files, it can be used to fix the -result of appending 2 (or more) AVI files:</P> +<H3><A NAME="appending">7.5.1 Appending multiple AVI files</A></H3> + +<P>As a side-effect of fixing broken AVI files, MEncoder can be used to fix the + result of appending 2 (or more) AVI files:</P> <P>Command: <CODE>cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o output.avi -</CODE></P> -<P>NOTE: It expects 1.avi and 2.avi use the same codecs, resolution, stream -rate etc, and at least 1.avi be non-broken. You may need to fix your input -AVI files first, as described above at 7.5</P> +<P><B>Note:</B> This expects 1.avi and 2.avi to use the same codecs, resolution, + stream rate etc, and at least 1.avi must not be broken. You may need to fix + your input AVI files first, as described <A HREF="#fixing">above</A>.</P> + <H2><A NAME="libavcodec">7.6 Encoding with the libavcodec codec family</A></H2> @@ -232,7 +234,8 @@ Explanation of the process: <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc rawrgb -o output.avi \*.png</CODE></P> -<P><B>NOTE:</B> Width must be integer multiple of 4, it's a limitation of the RAW RGB AVI format.</P> +<P><B>Note:</B> Width must be integer multiple of 4, it's a limitation of the + RAW RGB AVI format.</P> <P><I>Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:</I><BR> <CODE>mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy |