Mercurial > mplayer.hg
changeset 9776:861a40949bf3
fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
author | nicolas |
---|---|
date | Mon, 31 Mar 2003 22:31:35 +0000 |
parents | 2bc0bd88379b |
children | a6983ecaa2a6 |
files | DOCS/xml/en/cd-dvd.xml DOCS/xml/en/tvinput.xml |
diffstat | 2 files changed, 12 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/cd-dvd.xml Mon Mar 31 22:27:26 2003 +0000 +++ b/DOCS/xml/en/cd-dvd.xml Mon Mar 31 22:31:35 2003 +0000 @@ -29,15 +29,15 @@ <para> You can reduce the speed of IDE CD-ROM drives with <command>hdparm</command> or a program called <command>setcd</command>. It works like this: -<screen>hdparm -E [speed] [cdrom device]</screen> -<screen>setcd -x [speed] [cdrom device]</screen> +<screen>hdparm -E <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen> +<screen>setcd -x <replaceable>[speed]</replaceable> <replaceable>[cdrom device]</replaceable></screen> </para> <para> You can also try -<screen>echo current_speed:4 > /proc/ide/[cdrom device]/settings</screen> +<screen>echo current_speed:4 > /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen> but you will need root privileges. The following command may also help: -<screen>echo file_readahead:2000000 > /proc/ide/[cdrom device]/settings</screen> +<screen>echo file_readahead:2000000 > /proc/ide/<replaceable>[cdrom device]</replaceable>/settings</screen> </para> <para> @@ -54,7 +54,7 @@ </para> <para> -Please refer to "<filename>/proc/ide/[cdrom device]/settings"</filename> +Please refer to "<filename>/proc/ide/<replaceable>cdrom device</replaceable>/settings"</filename> for fine-tuning your CD-ROM. </para> @@ -65,7 +65,7 @@ </para> <para>FreeBSD:</para> -<para>Speed: <command>cdcontrol [-f device] speed [speed]</command></para> +<para>Speed: <command>cdcontrol [-f <replaceable>device</replaceable>] speed <replaceable>speed</replaceable></command></para> <para>DMA: <command>sysctl hw.ata.atapi_dma=1</command></para> </sect1> @@ -74,7 +74,7 @@ <para> For the complete list of available options, please read the man page. The Syntax for a standard Digital Versatile Disc (DVD) is as follows: -<screen>mplayer -dvd <track> [-dvd-device <device>]</screen> +<screen>mplayer -dvd <replaceable><track></replaceable> [-dvd-device <replaceable><device></replaceable>]</screen> </para> <para> @@ -282,7 +282,7 @@ <para> For the complete list of available options, please read the man page. The Syntax for a standard Video CD (VCD) is as follows: -<screen>mplayer -vcd <track> [-cdrom-device <device>]</screen> +<screen>mplayer -vcd <replaceable><track></replaceable> -cdrom-device <replaceable><device></replaceable></screen> Example: <screen>mplayer -vcd 2 -cdrom-device /dev/hdc</screen> The default VCD device is <filename>/dev/cdrom</filename>. If your setup @@ -342,7 +342,7 @@ be found in the Linux version of PowerDVD. It has a modified iso9660 filesystem (<filename>vcdfs/isofs-2.4.X.o</filename>) driver, which is able to emulate the raw tracks through this shadow .DAT file. If you mount the disc using their -driver, you can copy and even play .DAT files with mplayer. But it will not +driver, you can copy and even play .DAT files with <application>MPlayer</application>. But it will not work with the standard iso9660 driver of the Linux kernel! Use the <option>-vcd</option> option instead. Alternatives for VCD copying are the new <ulink url="http://www.elis.rug.ac.be/~ronsse/cdfs/">cdfs</ulink> kernel
--- a/DOCS/xml/en/tvinput.xml Mon Mar 31 22:27:26 2003 +0000 +++ b/DOCS/xml/en/tvinput.xml Mon Mar 31 22:31:35 2003 +0000 @@ -4,7 +4,8 @@ <para> This section is about how to enable <emphasis role="bold">watching/grabbing -from V4L compatible TV tuner</emphasis>. +from V4L compatible TV tuner</emphasis>. See the man page for a description +of TV options and keyboard controls. </para> @@ -20,7 +21,7 @@ </para></step> <step><para> Make sure your tuner works with another TV software in Linux, for - example xawtv. + example <application>XawTV</application>. </para></step> </procedure> </sect2>