# HG changeset patch # User gabucino # Date 1029961724 0 # Node ID 93d385771dc9b1cd87303b39f0731f62cc7908f8 # Parent e5f7dba0d6283f17c218155eafbc014afb882a99 applied Andras Mohari's patch diff -r e5f7dba0d628 -r 93d385771dc9 DOCS/documentation.html --- a/DOCS/documentation.html Wed Aug 21 20:28:24 2002 +0000 +++ b/DOCS/documentation.html Wed Aug 21 20:28:44 2002 +0000 @@ -32,12 +32,11 @@
  • 0. How to read this documentation
  • 1. Introduction
  • 2. Features @@ -177,50 +176,46 @@
  • 2.4 Encoding with MEncoder
  • 2.5 TV input
  • 2.6 Video filters
  • @@ -337,8 +332,6 @@

    1. Introduction

    -

    1.1 Overview

    -

    MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 CPUs, see the ports section). It plays most MPEG, VOB, AVI, OGG, VIVO, ASF/WMV, QT/MOV, FLI, RM, NuppelVideo, yuv4mpeg, @@ -370,7 +363,7 @@ but the speed is also amazing.

    -

    1.2 History

    +

    1.1 History

    This began a year ago... I (A'rpi) have tried lots of players under linux (mtv,xmps,dvdview,livid/oms,videolan, @@ -419,7 +412,7 @@ -

    1.3 Installation

    +

    1.2 Installation

    In this chapter I'll try to guide you through the compiling and configuring process of MPlayer. It's not easy, but it won't necessarily @@ -713,8 +706,8 @@

    Though not mandatory, the fonts should be installed in order to gain OSD, and subtitle functionality. Download mp-arial-iso-8859-*.zip - and/or optional (if exists) language updates. It's VERY RECOMMENDED to check - section 1.5 for details.

    + and/or optional (if exists) language updates. See the + Subtitles and OSD section for details.

         mkdir ~/.mplayer/font
    @@ -724,7 +717,7 @@
     
    -

    1.4 What about the GUI?

    +

    1.3 What about the GUI?

    The GUI needs GTK (it isn't GTK, but the panels are). The skins are stored in PNG format, so gtk, libpng (and their devel stuff) has to be installed. @@ -754,7 +747,7 @@ file directive to use the skin in */Skin/newskin directory.

    -

    1.5 Subtitles and OSD

    +

    1.4 Subtitles and OSD

    MPlayer can display subtitles along with movie files. Currently the following @@ -889,7 +882,7 @@ in config file.

    -

    1.6 RTC

    +

    1.5 RTC

    There are three timing methods in MPlayer. @@ -956,8 +949,6 @@

    2.5 TV input

    -

    2.5.1 Overview

    -

    This section is about how to enable watching/grabbing from V4L compatible TV tuner.

    @@ -965,7 +956,7 @@ without tweaking/experimenting!

    -

    2.5.2 Compilation

    +

    2.5.1 Compilation

    -

    2.4.3.4 Fixing AVIs with broken index or interleaving

    +

    2.4.2.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 @@ -236,7 +234,7 @@

    Command: mencoder -idx input.avi -ovc copy -oac copy -o output.avi

    -

    2.4.3.5 Encoding with the libavcodec codec family

    +

    2.4.2.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 @@ -261,7 +259,7 @@ -lavcopts vcodec=mjpeg

    -

    2.4.3.6 Encoding from multiple input image files (JPEGs or PNGs)

    +

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

    MEncoder is capable of creating movies from one or more JPEG or PNG files. With simple framecopy it can create MJPEG (Motion JPEG) or MPNG @@ -303,7 +301,7 @@ -o output.avi

    -

    2.4.3.7 Extracting DVD subtitles to Vobsub file

    +

    2.4.2.7 Extracting DVD subtitles to Vobsub file

    MEncoder is capable of extracting subtitles from a DVD into Vobsub fomat files. They consist of a pair of files ending in @@ -344,7 +342,7 @@ -vobsuboutindex 0 -vobsuboutid fr -sid 1

    -

    2.4.4 Options

    +

    2.4.3 Available options

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