# HG changeset patch # User diego # Date 1044230205 0 # Node ID 1399facc01d7003a8baa423a9946f7cd285dcc1e # Parent 13719146e5a40fdecf04fd74eb8a7686782ea36b small updates and style improvements diff -r 13719146e5a4 -r 1399facc01d7 DOCS/bugreports.html --- a/DOCS/bugreports.html Sun Feb 02 23:32:08 2003 +0000 +++ b/DOCS/bugreports.html Sun Feb 02 23:56:45 2003 +0000 @@ -170,12 +170,11 @@
./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!
+If you get errors while running ./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.
-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.
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 --enable-gui
during
./configure
. Then, to turn on GUI mode, you either
Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi
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: cat 1.avi 2.avi | mencoder -noidx -ovc copy -oac copy -o output.avi -
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.
+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