Changeset 4875b9a for multimedia


Ignore:
Timestamp:
12/27/2002 03:33:24 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0b50c002
Parents:
0566707b
Message:

updated to MPlayer-0.90rc2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@538 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
multimedia/videoutils/mplayer
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer/mplayer-config.xml

    r0566707b r4875b9a  
    1010<para>If you wish to utilize a freetype font, you need to link a TTF
    1111file to your ~/.mplayer directory.  For example:
    12 <screen>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf ~/.mplayer/subfont.ttf</screen></para>
     12<screen>ln -sf /usr/X11R6/lib/X11/fonts/TTF/luxisri.ttf
     13~/.mplayer/subfont.ttf</screen>otherwise
     14<screen>ln -sf /usr/share/mplayer/font/iso-8859-1/arial-14 ~/.mplayer/font</screen>
     15where 14 is the font size. You can chose your font size of 14, 18, 24 or 28.</para>
    1316
    14 <para>If you put in the optional gui, your config file needs to be set
    15 up with the following commands executed from your source directory:</para>
     17<para>Set up the GUI with the following commands executed from your source directory:</para>
    1618
    1719<para><screen><userinput>cat &gt; ~/.mplayer/config &lt;&lt; "EOF"</userinput>
     
    2224tar -xvf ../default.tar -C ~/.mplayer/Skin</userinput></screen>
    2325</para>
     26
     27<para>The first line, <userinput>gui = yes</userinput>, will make
     28MPlayer start in gui mode automatically. If you want to decide whether to start
     29in gui mode or not, leave that line out and start mplayer with
     30<userinput>-gui</userinput> or as <userinput>gmplayer</userinput> (e.g.
     31when starting from a Window Manager menu or command prompt).</para>
     32
    2433</sect3>
    2534
  • multimedia/videoutils/mplayer/mplayer-desc.xml

    r0566707b r4875b9a  
    1111<sect3><title>mplayer</title>
    1212<para>mplayer manages the input formats, the codecs and the output
    13 formats to display video files on your screen.</para></sect3>
     13formats to play video files, DVDs, (S)VCDs or network streams containing
     14audio and/or video informations on your system.</para>
     15<para><userinput>Examples:</userinput></para>
     16<para><screen><userinput>mplayer -fs blfs.avi
     17mplayer -vo fbdev -fb /dev/fb0 -dvd 1 -aid 128 -sub en -framedrop
     18mplayer -fs -vcd 1; # works both for VCDs and SVCDs
     19mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg
     20</userinput></screen></para>
     21<para>For further information, have a look at the very good
     22documentation
     23included in the package in the subdirectory <filename>DOCS/</filename>.
     24</para></sect3>
    1425
    1526<sect3><title>gmplayer</title>
     
    1930<para>mencoder is used to encode any MPlayer-playable movie to DivX4,
    2031XviD or any codec in libavcodec with PCM/MP3/VBRMP3
    21 audio.</para></sect3>
     32audio.</para>
     33
     34<para><userinput>Example:</userinput></para>
     35<para><screen><userinput>rm frameno.avi
     36mencoder -dvd 1 -aid 128 -ovc frameno -oac mp3lame \
     37-lameopts vbr=3 -o frameno.avi
     38
     39# mencoder should output bitrates for average encodings
     40# now, choose one you like best! In the following lines,
     41# replace &lt;bitrate&gt; and &lt;name.avi&gt; with statements of your
     42# personal liking.
     43
     44mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
     45-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
     46mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
     47-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
     48mencoder -forceidx &lt;name.avi&gt;</userinput></screen></para>
     49
     50</sect3>
    2251
    2352</sect2>
  • multimedia/videoutils/mplayer/mplayer-exp.xml

    r0566707b r4875b9a  
    66the majority of installs will need it.</para>
    77
    8 <para><userinput>--enable-freetype</userinput> : This command can be
    9 added to the ./configure command to utilize freetype fonts instead of
    10 the fonts provided by mplayer.</para>
     8<para><userinput>--enable-freetype</userinput> : This switch tells
     9MPlayer to utilize freetype fonts instead of the fonts provided by mplayer.</para>
    1110
    12 <para><userinput>--enable-gui</userinput> : This command needs to be
    13 added to the ./configure command to compile the gui interface code. The
    14 package maintainers consider this code 'alpha', therefore it is not
    15 included in our default configuration.</para>
     11<para><userinput>--enable-gui</userinput> : This switch tells MPlayer to compile the gui interface code.</para>
     12
     13<para><userinput>--enable-menu --enable-new-conf</userinput> :  These
     14switches enable the new menu support.  It's like an OSD, but youi can
     15also run a shell with it.</para>
     16
     17<para><userinput>--enable-shared-pp</userinput>  : This enables the
     18building of a shared libpostproc (library for post processing, featuring
     19filters like sharpen.</para>
    1620
    1721<para><userinput>cp etc/codecs.conf ~/.mplayer</userinput> : This
     
    2529situation.</para>
    2630
    27 <para><userinput>ln -sf /usr/share/mplayer/font/iso-8859-1/arial-14
    28 ~/.mplayer/font</userinput> : This command sets the default subtitle
    29 font if you did not enable freetype.  All of the fonts are arial, but
    30 they are available in sizes 14, 18, 24 and 28.  Replace the 14 in the
    31 command above with the size of your choice.</para>
    3231
    3332</sect2>
  • multimedia/videoutils/mplayer/mplayer-inst.xml

    r0566707b r4875b9a  
    33
    44<para>The extra downloads should be located in you source directory with
    5 the bzip files decompressed while the zip file should remain
    6 compressed.</para>
     5the bzip files decompressed.</para>
    76
    87<para>Install MPlayer by running the following commands:</para>
     
    109<para><screen><userinput>install -d /usr/lib/win32 &amp;&amp;
    1110tar -xvf ../w32codec.tar -C /usr/lib/win32 &amp;&amp;
     11tar -xvf ../qt5dlls.tar -C /usr/lib/win32 &amp;&amp;
     12tar -xvf ../qt6dlls.tar -C /usr/lib/win32 &amp;&amp;
     13tar -xvf ../qtextras.tar -C /usr/lib/win32 &amp;&amp;
     14tar -xvf ../rp9codecs.tar -C /usr/lib/win32 &amp;&amp;
    1215unset CFLAGS &amp;&amp;
    13 ./configure --prefix=/usr --confdir=/etc/mplayer &amp;&amp;
     16./configure --prefix=/usr --confdir=/etc/mplayer --enable-largefiles \
     17--enable-gui --enable-menu --enable-new-conf --enable-qtx-codecs \
     18--enable-vorbis --with-reallibdir=/usr/lib/win32/re9codecs \
     19--enable-freetype --enable-shared-pp &amp;&amp;
    1420make &amp;&amp;
    1521make install &amp;&amp;
    16 unzip ../mp-arial-iso-8859-1.zip -d /usr/share/mplayer/font</userinput></screen></para>
     22</userinput></screen></para>
    1723
    1824<para> Each user of MPlayer should complete the install by running the
     
    2127mkdir ~/.mplayer &amp;&amp;
    2228cp etc/codecs.conf ~/.mplayer &amp;&amp;
    23 cp etc/example.conf ~/.mplayer/example.conf &amp;&amp;
    24 ln -sf /usr/share/mplayer/font/iso-8859-1/arial-14 ~/.mplayer/font
     29cp etc/example.conf ~/.mplayer/example.conf
    2530</userinput></screen></para>
     31
     32<sect3>
     33<title>Installing the prerendered Fonts</title>
     34
     35<para>If freetype is in use, the only advantage of prerendered fonts is
     36that they are faster. Install them like this:</para>
     37
     38<para><screen><userinput>install -d /usr/share/mplayer/font &amp;&amp;
     39tar -xvf ../font-arial-iso-8859-1.tar -C /usr/share/mplayer/font &amp;&amp;
     40for i in /usr/share/mplayer/font/font-arial-&lt;size&gt;*
     41do ln -s $i /usr/share/mplayer/font; done</userinput></screen></para>
     42
     43<para>Replace <userinput>&lt;size&gt;</userinput> with either 14, 18, 24
     44or 28.</para>
     45
     46</sect3>
     47
     48<sect3>
     49<title>Installation for DVD playback</title>
     50<para>If you want DVD playback with MPlayer, you need to make a link
     51from your DVD drive to <filename>/dev/dvd</filename>:</para>
     52<para><screen><userinput>ln -s /dev/&lt;dvd drive&gt; /dev/dvd
     53</userinput></screen></para>
     54<para>replace <userinput>&lt;dvd drive&gt;</userinput> with whatever
     55device is appropriate, for example <filename>/dev/hdc</filename>. if
     56you don't know which device to choose, type:</para>
     57<para><screen><userinput>dmesg | grep DVD</userinput></screen></para>
     58<para>It should result in an output like:</para>
     59<para><screen><userinput>hdc: Pioneer DVD-ROM ATAPIModel DVD-114 0110,
     60ATAPI CD/DVD-ROM drive</userinput></screen></para>
     61<para>If you have SCSI-Emulation activated for the drives, you'll need
     62to get the right SCSI-device. Every CD/DVD-ROM drive is mapped in the
     63same order as in IDE to the devices named
     64<filename>/dev/scd0</filename>,
     65<filename>/dev/scd1</filename> and so on.</para>
     66</sect3>
    2667
    2768</sect2>
  • multimedia/videoutils/mplayer/mplayer-intro.xml

    r0566707b r4875b9a  
    99
    1010<screen>Additional downloads:
    11 <ulink url="http://ftp.lug.udel.edu/MPlayer/releases/w32codec.tar.bz2"/>
    12 <ulink url="http://ftp.lug.udel.edu/MPlayer/releases/fonts/mp-arial-iso-8859-1.zip"/>
    13 <ulink url="http://ftp.lug.udel.edu/MPlayer/Skin/default.tar.bz2"/></screen>
     11<ulink url="http://ftp.lug.udel.edu/MPlayer/releases/w32codec.tar.bz2">Win32 codecs</ulink>
     12<ulink url="http://ftp.lug.udel.edu/MPlayer/releases/fonts/mp-arial-iso-8859-1.tar.bz2">Fonts for OSD</ulink>
     13<ulink url="http://ftp.lug.udel.edu/MPlayer/Skin/default.tar.bz2">Default Skin</ulink>
     14<ulink url="http://ftp.lug.udel.edu/MPlayer/releases/codecs/qt5dlls.tar.bz2">QuickTime 5 codecs</ulink>
     15<ulink url="http://ftp.lug.udel.edu/MPlayer/releases/codecs/qt6dlls.tar.bz2">QuickTime 6 codecs</ulink>
     16<ulink url="http://ftp.lug.udel.edu/MPlayer/releases/codecs/qtextras.tar.bz2">QuickTime extra codecs</ulink>
     17<ulink url="http://ftp.lug.udel.edu/MPlayer/releases/codecs/rp9codecs.tar.bz2">RealPlayer 9 codecs</ulink>
     18</screen>
    1419
    15 <para>The MPlayer package contains a command line video player. This is
    16 useful for viewing almost all types of video files.</para>
     20<para>The MPlayer package contains an audio/video player that is able to
     21play almost every audio and video codec and can be controlled by command
     22line or GUI.</para>
    1723
    1824<screen>MPlayer depends on:
    19 <xref linkend="xfree86"/> and <xref linkend="unzip"/>
     25<xref linkend="xfree86"/> or DirectFB
    2026MPlayer will utilize:
    21 <xref linkend="GTK"/>, <xref linkend="freetype2"/>, <xref
    22 linkend="libpng"/>, <xref linkend="libjpeg"/>, <xref
    23 linkend="libungif"/>, <xref linkend="aalib"/>, <xref linkend="SDL"/>,
    24 <xref linkend="ffmpeg"/>, <xref linkend="xvid"/>, <xref linkend="opendivx"/>, oss, <xref linkend="arts"/>, <xref linkend="alsa"/> and <xref linkend="libogg"/></screen>
     27<xref linkend="GTK"/>, <xref linkend="freetype2"/>, <xref linkend="libpng"/>, <xref linkend="libjpeg"/>, <xref linkend="libungif"/>, <xref linkend="aalib"/>, <xref linkend="SDL"/>,
     28<xref linkend="ffmpeg"/>, <xref linkend="xvid"/>, <xref linkend="opendivx"/>, oss, <xref linkend="arts"/>, <xref linkend="alsa"/>, LZO, libdvdnav,
     29MAD, <xref linkend="CDParanoia"/>  and <xref linkend="libogg"/></screen>
    2530
    2631</sect2>
  • multimedia/videoutils/mplayer/mplayer.ent

    r0566707b r4875b9a  
    55<!ENTITY mplayer-desc SYSTEM "mplayer-desc.xml">
    66<!ENTITY mplayer-config SYSTEM "mplayer-config.xml">
    7 <!ENTITY mplayer-buildsize "38.7 MB">
    8 <!ENTITY mplayer-version "0.90rc1">
    9 <!ENTITY mplayer-download-http "http://ftp.lug.udel.edu/MPlayer/releases/MPlayer-0.90rc1.tar.bz2">
    10 <!ENTITY mplayer-download-ftp "ftp://ftp.lug.udel.edu/MPlayer/releases/MPlayer-0.90rc1.tar.bz2">
    11 <!ENTITY mplayer-size "3 MB">
     7<!ENTITY mplayer-buildsize "40.3 MB">
     8<!ENTITY mplayer-version "0.90rc2">
     9<!ENTITY mplayer-download-http "http://ftp.lug.udel.edu/MPlayer/releases/MPlayer-0.90rc2.tar.bz2">
     10<!ENTITY mplayer-download-ftp "ftp://ftp.lug.udel.edu/MPlayer/releases/MPlayer-0.90rc2.tar.bz2">
     11<!ENTITY mplayer-size "3.1 MB">
Note: See TracChangeset for help on using the changeset viewer.