From 20e30ff9ada1a7abe7a2beeefef5ec33fa4ae6c3 Mon Sep 17 00:00:00 2001 From: gabucino Date: Wed, 5 Feb 2003 21:22:06 +0000 Subject: fixing al3x's 10l's git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9289 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/codecs.html | 12 ++++++------ DOCS/sound.html | 32 ++++++++++++++++---------------- 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'DOCS') diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 27e064f157..a163bfa651 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -169,7 +169,7 @@

2.2.1.3 XAnim codecs

-
FOREWORD
+

FOREWORD

Be advised that the XAnim binary codecs are packaged with a piece of text claiming to be a legally binding software license which, besides other @@ -178,7 +178,7 @@ action against anyone for codec-related issues.

-
INSTALLATION AND USAGE
+

INSTALLATION AND USAGE

MPlayer is capable of employing the XAnim codecs for decoding. Follow the instructions to enable them:

@@ -266,7 +266,7 @@ MPlayer supports decoding all versions of RealVideo: source DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX got angry, then started XViD. So both projects have the same origin.

-
ADVANTAGES
+

ADVANTAGES

-
DISADVANTAGES
+

DISADVANTAGES

-
INSTALLING XVID CVS
+

INSTALLING XVID CVS

XViD is currently available only from CVS. Here are the download and installation instructions:

@@ -325,7 +325,7 @@ MPlayer supports decoding all versions of RealVideo: QuickTime libraries -
COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT
+

COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT

NOTE: currently only 32bit Intel platforms are supported.

diff --git a/DOCS/sound.html b/DOCS/sound.html index 3f361796d4..784e9892df 100644 --- a/DOCS/sound.html +++ b/DOCS/sound.html @@ -366,7 +366,7 @@ -
2.3.2.3.1 Up/Down-sampling
+

2.3.2.3.1 Up/Down-sampling

MPlayer fully supports sound up/down-sampling through the resample filter. It can be used if you @@ -409,7 +409,7 @@ output frequency scaling and linear interpolation.

-
2.3.2.3.2 Changing the number of channels
+

2.3.2.3.2 Changing the number of channels

The channels filter can be used for adding and removing channels, it can also be used for routing or copying channels. It is @@ -455,7 +455,7 @@ channel 0 to channels 0 to 3. Channel 4 and 5 will contain silence.

-
2.3.2.3.3 Sample format converter
+

2.3.2.3.3 Sample format converter

The format filter converts between different sample formats. It is automatically enabled when needed by the sound card or another filter.

@@ -482,7 +482,7 @@ data.

-
2.3.2.3.4 Delay
+

2.3.2.3.4 Delay

The delay filter delays the sound to the loudspeakers such that the sound from the different channels arrives at the listening position @@ -517,7 +517,7 @@ by 0ms and the center channel by 7ms.

-
2.3.2.3.5 Software volume control
+

2.3.2.3.5 Software volume control

Software volume control is implemented by the volume audio filter. Use this filter with caution since @@ -555,7 +555,7 @@ utilized.

-
2.3.2.3.6 Equalizer
+

2.3.2.3.6 Equalizer

The equalizer filter represents a 10 octave band graphic equalizer, implemented using 10 IIR @@ -598,7 +598,7 @@ canceling it almost completely around 1kHz.

-
2.3.2.3.7 Panning filter
+

2.3.2.3.7 Panning filter

Use the pan filter to mix channels arbitrarily. It is basically a combination of the volume control and the channels filter. There are two @@ -638,7 +638,7 @@ example).

-
2.3.2.3.8 Sub-woofer
+

2.3.2.3.8 Sub-woofer

The sub filter adds a sub woofer channel to the audio stream. The audio data @@ -671,7 +671,7 @@

would add a sub-woofer channel with a cutoff frequency of 100Hz to output channel 4.

-
2.3.2.3.9 Surround-sound decoder
+

2.3.2.3.9 Surround-sound decoder

Matrix encoded surround sound can be decoded by the surround filter. Dolby Surround is @@ -728,7 +728,7 @@

Currently audio plugins cannot be used in MEncoder.

-
2.3.2.4.1 Up/Downsampling
+

2.3.2.4.1 Up/Downsampling

MPlayer fully supports up/downsampling of the sound. This plugin can be used if you have a fixed frequency sound card or if you are @@ -747,7 +747,7 @@ and cause audio distortion.

-
2.3.2.4.2 Surround Sound decoding
+

2.3.2.4.2 Surround Sound decoding

MPlayer has an audio plugin that can decode matrix encoded surround sound. Dolby Surround is an example of a matrix encoded format. @@ -758,7 +758,7 @@   mplayer media.avi -aop list=surround

-
2.3.2.3.3 Sample format converter
+

2.3.2.3.3 Sample format converter

If your sound card driver does not support signed 16bit int data type, this plugin can @@ -773,7 +773,7 @@ list=format:format=<required output format>

-
2.3.2.4.4 Delay
+

2.3.2.4.4 Delay

This plugin delays the sound and is intended as an example of how to develop new plugins. It can not be used for anything useful from a users perspective @@ -785,7 +785,7 @@ to make this easier.

-
2.3.2.4.5 Software volume control
+

2.3.2.4.5 Software volume control

This plugin is a software replacement for the volume control, and can be used on machines with a broken mixer device. It can also be @@ -820,7 +820,7 @@ list=volume:softclip

-
2.3.2.4.6 Extrastereo
+

2.3.2.4.6 Extrastereo

This plugin (linearly) increases the difference between left and right channels (like the XMMS extrastereo plugin) which gives some sort of "live" @@ -836,7 +836,7 @@ -1.0, left and right channels will be swapped.

-
2.3.2.4.7 Volume normalizer
+

2.3.2.4.7 Volume normalizer

This plugin maximizes the volume without distorting the sound.

-- cgit v1.2.3