From 87b24b391dd405b0856c0d1d02c615fcfa14d268 Mon Sep 17 00:00:00 2001
From: diego If you get errors while running The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins are stored
- in PNG format, so gtk, libpng (and their devel stuff, usually called gtk-dev and libpng-dev) has to be installed.
+ The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins
+ are stored in PNG format, so gtk, libpng (and their devel stuff, usually
+ called gtk-dev and libpng-dev) has to be installed.
You can build it by specifying Command: As a side-effect of fixing broken AVi files, it can be used to fix the
-result of appending 2 (or more) AVI files: As a side-effect of fixing broken AVI files, MEncoder can be used to fix the
+ result of appending 2 (or more) AVI files: Command: 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 Note: 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 above.B.4.3 Configure problems
-If you get errors while running ./configure
, or autodetection
-of something fails, read configure.log maybe you'll find the answer there,
-for example multiple versions of the same library mixed on your system,
-or you forgot to install the development package (those with the -dev suffix).
-If you think there is a bug, then include configure.log
in
-your bugreport!
+./configure
, or autodetection
+ of something fails, read configure.log
. You may find the answer
+ there, for example multiple versions of the same library mixed on your system,
+ or you forgot to install the development package (those with the -dev suffix). If you think there is a bug, include configure.log
in your bug
+ report.B.4.4 Compilation problems
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index d8a2c41285..05ff3031a3 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -312,7 +312,8 @@ MPlayer supports decoding all versions of RealVideo:
MPlayer, the other is in libavcodec. You can invoke each of them with the
-vc svq1
and -vc ffsvq1
options respectively.
Some files may work with one of them, and not with the other, so test
- both decoders. Decoder written (reverse engineered) by the Xine authors.
+ both decoders. The decoder was written (reverse engineered) by the
+ xine authors.
1.3 What about the GUI?
---enable-gui
during
./configure
. Then, to turn on GUI mode, you either
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 @@
mencoder -idx input.avi -ovc copy -oac copy -o output.avi
7.5.1 Appending multiple AVI files
-7.5.1 Appending multiple AVI files
+
+cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o output.avi -
7.6 Encoding with the libavcodec codec family
@@ -232,7 +234,8 @@ Explanation of the process:
mencoder -mf on:w=800:h=600:fps=25:type=png -ovc rawrgb
-o output.avi \*.png
NOTE: Width must be integer multiple of 4, it's a limitation of the RAW RGB AVI format.
+Note: Width must be integer multiple of 4, it's a limitation of the + RAW RGB AVI format.
Creating a Motion PNG (MPNG) file from all the PNG files in the current dir:
mencoder -mf on:w=800:h=600:fps=25:type=png -ovc copy
--
cgit v1.2.3