Ignore:
Timestamp:
09/30/2003 01:02:16 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
993cff3
Parents:
24a37fa7
Message:

added gocr, filename extensions to caps

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

File:
1 edited

Legend:

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

    r24a37fa7 r8223b66  
    22<title>Contents</title>
    33
    4 <para>The MPlayer package contains <command>mplayer</command>,
     4<para>The <application>MPlayer</application> package contains <command>mplayer</command>,
    55<command>gmplayer</command> and <command>mencoder</command>.</para>
    66
     
    1010
    1111<sect3><title>mplayer</title>
    12 <para><command>mplayer</command> manages the input formats, the codecs and the output
    13 formats to play video files, <acronym>DVD</acronym>s, (S)VCDs or network streams containing
     12<para><command>mplayer</command> manages the input formats, the
     13<acronym>CODEC</acronym>s and the output
     14formats to play video files, <acronym>DVD</acronym>s,
     15(S)<acronym>VCD</acronym>s or network streams containing
    1416audio and/or video informations on your system.</para>
    1517<para>Examples:</para>
    1618
    17 <screen><userinput><command>mplayer -fs blfs.avi
     19<screen><command>mplayer -fs blfs.avi
    1820mplayer -vo fbdev -fb /dev/fb0 -dvd 1 -aid 128 -sub en -framedrop
    1921mplayer -fs -vcd 1; # works both for VCDs and SVCDs
    20 mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</command></userinput></screen>
     22mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</command></screen>
    2123
    2224<para>For further information, have a look at the very good
     
    2628
    2729<sect3><title>gmplayer</title>
    28 <para><command>gmplayer</command> is MPlayer with a graphical user interface.</para></sect3>
     30<para><command>gmplayer</command> is <application>MPlayer</application> with a graphical user interface.</para></sect3>
    2931
    3032<sect3><title>mencoder</title>
    31 <para><command>mencoder</command> is used to encode any MPlayer-playable movie to DivX4,
    32 XviD or any codec in libavcodec with
    33 <acronym>PCM</acronym>/<filename>MP3</filename>/VBRMP3 audio.</para>
     33<para><command>mencoder</command> is used to encode any
     34<application>MPlayer</application> playable movie to DivX4,
     35<application>XviD</application> or any <acronym>CODEC</acronym> in libavcodec with
     36<acronym>PCM</acronym>/MP3/VBRMP3 audio.</para>
    3437
    3538<para>Example:</para>
     
    3740<screen><userinput><command>rm frameno.avi
    3841mencoder -dvd 1 -aid 128 -ovc frameno -oac mp3lame \
    39 -lameopts vbr=3 -o frameno.avi
     42-lameopts vbr=3 -o frameno.avi</command>
    4043
    4144# mencoder should output bitrates for average encodings
     
    4447# personal liking.
    4548
    46 mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
     49<command>mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    4750-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
    4851mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
Note: See TracChangeset for help on using the changeset viewer.