# 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 @@
  • 2.4 Encoding with MEncoder
  • 2.5 TV input @@ -332,8 +326,6 @@ (Hungarian, English, Czech, etc), Cyrillic, Korean fonts, and the onscreen display (OSD)?

    -

    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.

    + +

    MEncoder features

    + + + +

    Planned features

    + + + +

    MPlayer and MEncoder can be distributed under the terms of the GNU General + Public License Version 2.

    +

    1.1 History

    diff -r 06b20316d8cb -r 630360b15089 DOCS/encoding.html --- a/DOCS/encoding.html Sat Nov 09 01:31:45 2002 +0000 +++ b/DOCS/encoding.html Sat Nov 09 02:07:14 2002 +0000 @@ -12,84 +12,10 @@

    2.4 Encoding with MEncoder

    -

    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.

    - - -

    2.4.1 Compilation

    +

    For the complete list of available MEncoder options and examples, please see + the man page.

    - - -

    You are ready. As you probably know, other encoding tools need the - avifile library installed. MEncoder doesn't need it at all.

    - - -

    2.4.2 MEncoder features

    - - - -

    Planned features:

    - - - - -

    2.4.2.1 Encoding 2 or 3-pass DivX4

    +

    2.4.1 Encoding 2 or 3-pass DivX4

    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 @@ -

    2.4.2.2 Rescaling movies

    +

    2.4.2 Rescaling movies

    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

    -

    2.4.2.3 Stream copying

    +

    2.4.3 Stream copying

    MEncoder can handle input streams in two ways: encode or copy them. This section is about copying.

    @@ -217,7 +143,7 @@ -

    2.4.2.4 Fixing AVIs with broken index or interleaving

    +

    2.4.4 Fixing AVIs with broken index or interleaving

    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

    -

    2.4.2.5 Encoding with the libavcodec codec family

    +

    2.4.5 Encoding with the libavcodec codec family

    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

    -

    2.4.2.6 Encoding from multiple input image files (JPEGs, PNGs or TGAs)

    +

    2.4.6 Encoding from multiple input image files (JPEGs, PNGs or TGAs)

    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

    -

    2.4.2.7 Extracting DVD subtitles to Vobsub file

    +

    2.4.7 Extracting DVD subtitles to a Vobsub file

    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

    -

    2.4.3 Available options

    - -

    For the complete list of available MEncoder options and examples, - please see the man page.

    -