# HG changeset patch # User diego # Date 1036807634 0 # Node ID 630360b150890513ba41eb69a5020747cef5c975 # Parent 06b20316d8cb774a26ae529a8d559eda7f7f3ee8 Redundant compilation section removed, MEncoder features section moved to documentation.html below MPlayer features section, sections renumbered to reflect these changes. diff -r 06b20316d8cb -r 630360b15089 DOCS/documentation.html --- a/DOCS/documentation.html Sat Nov 09 01:31:45 2002 +0000 +++ b/DOCS/documentation.html Sat Nov 09 02:07:14 2002 +0000 @@ -181,19 +181,13 @@
MPlayer is under GPL v2 license.
-The player is rock solid playing damaged MPEG files (useful for some VCDs), and it plays bad AVI files which are unplayable with the famous windows media player. Even AVI files without index chunk are playable, and @@ -342,6 +334,49 @@ As you see, stability and quality are the most important things, but the speed is also amazing.
+MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, + designed to encode MPlayer-playable movies + (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA) to other + MPlayer-playable formats (see below). It can encode with various codecs, like + DivX4 (1 or 2 passes), libavcodec, + PCM/MP3/VBR MP3 audio. Also has powerful plugin system + for video manipulation.
+ +-ofps
option (useful when encoding
+ 29.97fps VOB to 24fps AVI)MPlayer and MEncoder can be distributed under the terms of the GNU General + Public License Version 2.
+MEncoder (MPlayer's Movie Encoder) is a simple movie encoder, - designed to encode MPlayer-playable movies - (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA) to other - MPlayer-playable formats (see below). It can encode with various codecs, like - DivX4 (1 or 2 passes), libavcodec, - PCM/MP3/VBR MP3 audio. Also has powerful plugin system - for video manipulation.
- - -For the complete list of available MEncoder options and examples, please see + the man page.
-lame
binary isn't sufficient. BTW: the less optimization
- you use for lame, the better the quality will be. You can test
- quality by running make test
after lame's compiling process
- is over. The resulting number should be less than 30. Don't
- panic if it's 400 or so, you shouldn't heard any audible
- quality decrease. Oh, and if your compiler doesn't even run
- make test
... Well, delete that GCC 2.96 or upgrade
- lame to at least 3.90.libjpeg
and libpng
-
- as described in the Installation
- sectionYou are ready. As you probably know, other encoding tools need the - avifile library installed. MEncoder doesn't need it at all.
- - --ofps
option (useful when encoding
- 29.97fps VOB to 24fps AVI)2-pass encoding: the name comes from the fact that this method encodes the file twice. The first encoding (dubbed pass) @@ -174,7 +100,7 @@ -
Often the need to resize movie images' size emerges. Its reasons can be many, examples are decreasing output file size, encoding SVCDs to DivX. Ripped DVDs @@ -196,7 +122,7 @@ output.avi
-MEncoder can handle input streams in two ways: encode or copy them. This section is about copying.
@@ -217,7 +143,7 @@ -Easiest thing. We simply copy the video and audio streams, and MEncoder generates the index. Of course this cannot fix possible bugs @@ -228,7 +154,7 @@
Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi
libavcodec provides simple encoding to a lot of interesting video and audio formats (currently its audio codecs are @@ -253,7 +179,7 @@ -lavcopts vcodec=mjpeg -oac copy
-MEncoder is capable of creating movies from one or more JPEG, PNG or TGA files. With simple framecopy it can create MJPEG (Motion JPEG), MPNG @@ -301,7 +227,7 @@ -oac copy -o output.avi
-MEncoder is capable of extracting subtitles from a DVD into Vobsub fomat files. They consist of a pair of files ending in @@ -342,10 +268,5 @@ -vobsuboutindex 0 -vobsuboutid fr -sid 1
-For the complete list of available MEncoder options and examples, - please see the man page.
-