# HG changeset patch # User diego # Date 1126024586 0 # Node ID ba2b36441de76dc4f8239d782350d86c58002d99 # Parent c2cd00bfa3c0f68f1edaca3ca20a4279f0533b7e Avoid some short forms, some consistency, wording and typo fixes. diff -r c2cd00bfa3c0 -r ba2b36441de7 DOCS/xml/en/usage.xml --- a/DOCS/xml/en/usage.xml Tue Sep 06 16:33:31 2005 +0000 +++ b/DOCS/xml/en/usage.xml Tue Sep 06 16:36:26 2005 +0000 @@ -20,7 +20,7 @@ You can group filenames/URLs together using { and -}. It's useful with option : +}. It is useful with option : mplayer { 1.avi -loop 2 2.avi } -loop 3 @@ -177,8 +177,8 @@ mplayer. You can use any MPlayer commands and even pass more than one command by separating them with \n. -Don't forget to enable the repeat flag in .lircrc when -it makes sense (seek, volume, etc). Here's an excerpt from a sample +Do not forget to enable the repeat flag in .lircrc when +it makes sense (seek, volume, etc). Here is an excerpt from a sample .lircrc: @@ -211,7 +211,7 @@ --> -If you don't like the standard location for the lirc-config file +If you do not like the standard location for the lirc-config file (~/.lircrc) use the switch to specify another file. @@ -256,7 +256,7 @@ -It's also recommended to enable when playing +It is also recommended to enable when playing from the network: wget ftp://micorsops.com/something.avi -O - | mplayer -cache 8192 - @@ -294,7 +294,7 @@ 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 usable remotely because they are -implemented at the demuxer level. It's sad for MF but TV stream would anyway +implemented at the demuxer level. It is sad for MF but TV stream would anyway require an insane amount of bandwidth. @@ -314,7 +314,7 @@ Using remote streams First you have to start the server on the computer you intend to remotely -access. Currently the server is very basic and doesn't have any commands +access. Currently the server is very basic and does not have any commands line arguments so just enter netstream. Now you can for example play the second track of a VCD on the server with : @@ -330,7 +330,7 @@ -Be aware that currently the server is not secure at all. So don't complain +Be aware that currently the server is not secure at all. So do not complain about the numerous exploits which are possible through this. Instead send some (good) patch to make it better or start writing your own server. @@ -402,10 +402,10 @@ -Advanced Audio +Advanced audio -Surround/Multichannel Playback +Surround/Multichannel playback DVDs @@ -433,7 +433,7 @@ -Playing Stereo Files to Four Speakers +Playing stereo files to four speakers MPlayer does not duplicate any channels by default, @@ -494,10 +494,10 @@ -Note that there is a comma (",") at the end of +Note that there is a comma (",") at the end of and . This will make -MPlayer fall back to the codecs it normally uses when -playing a file that doesn't have AC3 or DTS audio. +MPlayer fall back on the codecs it normally uses when +playing a file that does not have AC3 or DTS audio. does not need a comma; MPlayer will fall back anyway when an audio family is specified. @@ -506,7 +506,7 @@ -Matrix-encoded Audio +Matrix-encoded audio ***TODO*** @@ -539,14 +539,13 @@ -Surround Emulation in Headphones +Surround emulation in headphones MPlayer includes an HRTF (Head Related Transfer -Function) filter based on an MIT project wherein measurements were taken from -microphones mounted on a dummy human head. See the -project page for more -information. +Function) filter based on an +MIT project +wherein measurements were taken from microphones mounted on a dummy human head. @@ -555,7 +554,7 @@ immersive audio in 2-channel headphones. Regular downmixing simply combines all the channels into two; besides combining the channels, generates subtle echoes, increases the stereo separation slightly, and alters -the volume of some frequencies. Whether HRTF sounds better may be dependant on +the volume of some frequencies. Whether HRTF sounds better may be dependent on the source audio and a matter of personal taste, but it is definitely worth trying out. @@ -584,7 +583,7 @@ Troubleshooting -If you don't hear any sound out of your surround channels, check your mixer +If you do not hear any sound out of your surround channels, check your mixer settings with a mixer program such as alsamixer; audio outputs are often muted and set to zero volume by default. @@ -595,10 +594,10 @@ -Channel Manipulation +Channel manipulation -General Information +General information Unfortunately, there is no standard for how channels are ordered. The orders @@ -606,18 +605,18 @@ source matches. Channels are numbered starting with 0. -Mono +mono center -Stereo +stereo left right -Quadraphonic +quadraphonic left front right front left rear @@ -625,7 +624,7 @@ -Surround 4.0 +surround 4.0 left front right front center rear @@ -633,7 +632,7 @@ -Surround 5.0 +surround 5.0 left front right front left rear @@ -642,7 +641,7 @@ -Surround 5.1 +surround 5.1 left front right front left rear @@ -672,15 +671,15 @@ -Playing Mono in Two Speakers +Playing mono with two speakers -Mono sounds a lot better when played through two speakers -- especially when -using headphones. Audio files that truly have 1 channel are automatically played -in two speakers; unfortunately, most files with mono sound are actually encoded -as stereo with one channel silent. The easiest and most foolproof way to make -both speakers output the same audio is with the -filter: +Mono sounds a lot better when played through two speakers - especially when +using headphones. Audio files that truly have one channel are automatically +played through two speakers; unfortunately, most files with mono sound are +actually encoded as stereo with one channel silent. The easiest and most +foolproof way to make both speakers output the same audio is the + filter: mplayer filename -af extrastereo=0 @@ -702,11 +701,12 @@ -Channel Copying/Moving +Channel copying/moving -The filter can move any or all channels. Setting up all -the suboptions to channels can be complicated and takes a little care. +The filter can move any or all channels. +Setting up all the suboptions for the +filter can be complicated and takes a little care. @@ -738,7 +738,7 @@ Example: one channel in two speakers -Here's an example of another way to play one channel in both speakers. Suppose +Here is an example of another way to play one channel in both speakers. Suppose for this example that the left channel should be played and the right channel discarded. Following the steps above: @@ -753,7 +753,7 @@ To move the left channel (channel 0) into the right channel (channel 1), the -suboption pair is "0:1". To move the left channel into itself is "0:0". +suboption pair is "0:1", "0:0" moves the left channel onto itself. Putting that all together gives: @@ -765,7 +765,7 @@ The advantage this example has over is that the volume of each output channel is the same as the input channel. The disadvantage is that the suboptions must be changed to "2:2:1:0:1:1" when the desired audio -is in the right channel. Also, it's more difficult to remember and type. +is in the right channel. Also, it is more difficult to remember and type. Example: left channel in two speakers shortcut @@ -810,7 +810,7 @@ -Channel Mixing +Channel mixing The filter can mix channels in user-specified proportions. @@ -825,7 +825,7 @@ Decide how many channels to feed into (further decoded channels are discarded). This is the first suboption, and it also controls how -many channels are output. +many channels to employ for output. The remaining suboptions specify how much of each channel gets mixed into each @@ -839,7 +839,7 @@ original volume. Be careful when using values greater than 1. Not only can this give you very high volume, but if you exceed the sample range of your sound card you may hear painful pops and clicks. If you want you can follow - with to enable clipping, but it's + with to enable clipping, but it is best to keep the values of low enough that clipping is not necessary. @@ -894,7 +894,7 @@ Example: downmixing 6-channel PCM MPlayer's decoder for 6-channel PCM is not capable of -downmixing. Here's a way to downmix PCM using : +downmixing. Here is a way to downmix PCM using : The number of output channels is 2. Since will be handling @@ -994,7 +994,7 @@ -Software Volume Adjustment +Software Volume adjustment Some audio tracks are too quiet to be heard comfortably without amplification. @@ -1017,7 +1017,7 @@ It is safe to specify a large value with ; the higher volume will not be used until you use the volume adjustment keys. The only disadvantage of a large value is that, -since MPlayer adjusts volume by percentage of the +since MPlayer adjusts volume by a percentage of the maximum, you will not have as precise control when using the volume adjustment keys. Use a lower value with and/or specify if you need higher precision.