From 665b40cbd553bc620d9ecf3b2c7efdffbafd87fb Mon Sep 17 00:00:00 2001 From: gabucino Date: Wed, 21 Aug 2002 20:28:44 +0000 Subject: applied Andras Mohari's patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7055 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 137 ++++++++++++++++++++++-------------------------- DOCS/encoding.html | 24 ++++----- 2 files changed, 74 insertions(+), 87 deletions(-) diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 02a61ab3c6..c5c6863c69 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -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 @@ Developer Cries

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

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

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

    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 @@ Developer Cries 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 @@ The command line options differ slightly for the different formats: in config file.

    -

    1.6 RTC

    +

    1.5 RTC

    There are three timing methods in MPlayer. @@ -956,8 +949,6 @@ It's a clear way for everyone to become root.

    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 @@ TV tuner.

    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.

    -- cgit v1.2.3