diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-26 14:58:17 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-10-26 14:58:17 +0000 |
commit | ff8adff9947e42738803cb8404a32673085a43ba (patch) | |
tree | e6a67aee377a6a9171e4f6499d2f4d9cee5cf9b7 /DOCS/xml/en | |
parent | ffb529e4eb2a94c761b711a572c923857e6bb233 (diff) |
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11272 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/audio.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/formats.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/install.xml | 4 | ||||
-rw-r--r-- | DOCS/xml/en/mencoder.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/ports.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/tvinput.xml | 2 | ||||
-rw-r--r-- | DOCS/xml/en/usage.xml | 8 | ||||
-rw-r--r-- | DOCS/xml/en/video.xml | 4 |
8 files changed, 13 insertions, 13 deletions
diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml index 3b93883cf4..dd68bdca8e 100644 --- a/DOCS/xml/en/audio.xml +++ b/DOCS/xml/en/audio.xml @@ -119,7 +119,7 @@ On Linux, a 2.4.x kernel is highly recommended. Kernel 2.2 is not tested. <para> Linux sound drivers are primarily provided by the free version of OSS. -These drivers have been superceded by <ulink url="http://www.alsa-project.org">ALSA</ulink> +These drivers have been superseded by <ulink url="http://www.alsa-project.org">ALSA</ulink> (Advanced Linux Sound Architecture) in the 2.5 development series. If your distribution does not already use ALSA you may wish to try their drivers if you experience sound problems. ALSA drivers are generally diff --git a/DOCS/xml/en/formats.xml b/DOCS/xml/en/formats.xml index c11a9781e1..49e08b057c 100644 --- a/DOCS/xml/en/formats.xml +++ b/DOCS/xml/en/formats.xml @@ -355,7 +355,7 @@ frame's delay in centiseconds. <para> Standard GIF files contain 24-bit RGB frames with at most an 8-bit indexed -pallete. These frames are usually LZW-compressed, although some GIF encoders +palette. These frames are usually LZW-compressed, although some GIF encoders produce uncompressed frames to avoid patent issues with LZW compression. </para> diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index 5849e1cef8..7d232f27b0 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -466,7 +466,7 @@ Debian users can build a .deb package for themselves, it's very simple. Just exec <screen>fakeroot debian/rules binary</screen> in <application>MPlayer</application>'s root directory. See -<link linkend="debian">Debian packaging</link> for detailled instructions. +<link linkend="debian">Debian packaging</link> for detailed instructions. </para> <para> @@ -499,7 +499,7 @@ and OSD</link> section for details. <para> The GUI needs GTK 1.2.x (it isn't fully GTK, but the panels are). The skins are stored in PNG format, so GTK, <systemitem class="library">libpng</systemitem> -(and their devel stuff, usualy called <systemitem class="library">gtk-dev</systemitem> +(and their devel stuff, usually called <systemitem class="library">gtk-dev</systemitem> and <systemitem class="library">libpng-dev</systemitem>) has to be installed. You can build it by specifying <option>--enable-gui</option> during <filename>./configure</filename>. Then, to turn on GUI mode, you have to diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index b33c030d13..ad1235e7b5 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -411,7 +411,7 @@ mencoder -mf on:w=800:h=600:fps=25:type=tga -ovc copy -o output.avi \*.tga<!-- <para> <application>MEncoder</application> is capable of extracting subtitles from -a DVD into Vobsub fomat files. They consist of a pair of files ending in +a DVD into Vobsub formatted files. They consist of a pair of files ending in <filename>.idx</filename> and <filename>.sub</filename> and are usually packaged in a single <filename>.rar</filename> archive. <application>MPlayer</application> can play these with the diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 66197557b6..574d31af3d 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -148,7 +148,7 @@ using Sun's assembler <filename>/usr/ccs/bin/as</filename>. <para>The <filename>configure</filename> script tries to find out, which assembler program is used by your "gcc" command (in case the autodetection -fails, use the <option>--as=/whereever/you/have/installed/gnu-as</option> +fails, use the <option>--as=/wherever/you/have/installed/gnu-as</option> option to tell the <filename>configure</filename> script where it can find GNU "as" on your system). </para> diff --git a/DOCS/xml/en/tvinput.xml b/DOCS/xml/en/tvinput.xml index 19df552737..adaed20f6c 100644 --- a/DOCS/xml/en/tvinput.xml +++ b/DOCS/xml/en/tvinput.xml @@ -186,7 +186,7 @@ LAME codec. This setup is suitable for capturing movies. <para> This will additionally rescale the image to 384x288 and compresses the video with the bitrate of 350kbps in high quality mode. The vqmax option -looses the quantizer and allows the video compressor to actualy reach so +looses the quantizer and allows the video compressor to actually reach so low bitrate even at the expense of the quality. This can be used for capturing long TV series, where the video quality isn't so important. <screen> diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index e88815ab6b..38f4c0299b 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -435,9 +435,9 @@ Remote streams allow you to access most <application>MPlayer</application> stream type from a remote host. The main purpose of this feature is to make it possible to directly use the CD or DVD drive of another computer on the network (provided you have the required bandwidth). On the downside some -stream type (currently TV and MF) are not useable remotely because they are +stream type (currently TV and MF) are not usable remotely because they are implemented at the demuxer level. It's sad for MF but TV stream would anyway -require an insane amount of bandwith. +require an insane amount of bandwidth. </para> <sect2 id="compile_mpst_server"> @@ -466,14 +466,14 @@ You can also access files on this server : <screen> mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi </screen> -Note that paths wich aren't starting with a / will be relative to +Note that paths which aren't starting with a / will be relative to the directory where the server is running. The <option>-cache</option> option is not needed but highly recommended. </para> <para> Be aware that currently the server is not secure at all. So don't complain -about the numerous exploits wich are possible through this. Instead send +about the numerous exploits which are possible through this. Instead send some (good) patch to make it better or start writing your own server. </para> diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml index 45e3cd5c6f..dcf97566e3 100644 --- a/DOCS/xml/en/video.xml +++ b/DOCS/xml/en/video.xml @@ -1511,7 +1511,7 @@ There's a relatively new nVidia driver out there, it's known to work on Riva wmv7, wmv8</systemitem> and some others. Please note that this is only a temporal inconvenience. The usage syntax is as follows: <screen> - mplayer -vf formay=uyvy -vc divxds divx3file.avi + mplayer -vf format=uyvy -vc divxds divx3file.avi </screen> </para></listitem> </itemizedlist> @@ -1522,7 +1522,7 @@ There's a relatively new nVidia driver out there, it's known to work on Riva framebuffer or X magic whatsoever. For this purpose, we'll have to use the <option>cvidix</option> video output, as the following example shows: <screen> - mplayer -vf formay=uyvy -vc divxds -vo cvidix example.avi + mplayer -vf format=uyvy -vc divxds -vo cvidix example.avi </screen> </para> |