- Punctuation fixes,
- s!GUI interface!GUI!, - use a replaceable tag instead of <>, - change mplayer command line to play the title advertised in the text.
This commit is contained in:
parent
27762d8717
commit
01a9503a9e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20431
1 changed files with 6 additions and 6 deletions
|
@ -1011,7 +1011,7 @@ no adaptors present</screen>
|
|||
low-level abstraction to the hardware which can sometimes be
|
||||
more efficient than the X11 interface.</para>
|
||||
|
||||
<para>The SDL can be found at <filename role="package">devel/sdl12</filename></para>
|
||||
<para>The SDL can be found at <filename role="package">devel/sdl12</filename>.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
@ -1049,7 +1049,7 @@ no adaptors present</screen>
|
|||
applications which run on FreeBSD were developed as Linux
|
||||
applications. Many of these applications are still
|
||||
beta-quality. Some of the problems that you may encounter with
|
||||
video packages on FreeBSD include :</para>
|
||||
video packages on FreeBSD include:</para>
|
||||
|
||||
<orderedlist>
|
||||
|
||||
|
@ -1222,14 +1222,14 @@ You can enable XAnim DLL support by defining WITH_XANIM.
|
|||
with hardware.</para>
|
||||
|
||||
<para>To play from a DVD, replace the
|
||||
<filename>testfile.avi</filename> with <option>-dvd <N>
|
||||
<replaceable>DEVICE</replaceable></option> where <N> is
|
||||
<filename>testfile.avi</filename> with <option>-dvd <replaceable>N</replaceable>
|
||||
<replaceable>DEVICE</replaceable></option> where <replaceable>N</replaceable> is
|
||||
the title number to play and
|
||||
<filename><replaceable>DEVICE</replaceable></filename> is the
|
||||
device node for the DVD-ROM. For example, to play title 3
|
||||
from <filename>/dev/dvd</filename>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mplayer -vo dga -dvd 2 /dev/dvd</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mplayer -vo dga -dvd 3 /dev/dvd</userinput></screen>
|
||||
|
||||
<para>To stop, pause, advance and so on, consult the
|
||||
keybindings, which are output by running <command>mplayer
|
||||
|
@ -1335,7 +1335,7 @@ zoom=yes</programlisting>
|
|||
<screen>&prompt.user; <userinput>xine</userinput></screen>
|
||||
|
||||
<para>Alternatively, it may be invoked to play a file immediately
|
||||
without the GUI interface with the command:</para>
|
||||
without the GUI with the command:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>xine -g -p mymovie.avi</userinput></screen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue