Changeset 1e901a7 for multimedia


Ignore:
Timestamp:
06/02/2005 04:56:16 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
edc696c
Parents:
df180b43
Message:

Adjusted long lines in the XML sources to fit on the PDF book pages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/mplayer.xml

    rdf180b43 r1e901a7  
    466466
    467467<screen><userinput>mplayer -fs blfs.avi
    468 mplayer -vo fbdev -fb /dev/fb0 dvd://1 -aid 128 -sub en -framedrop
     468mplayer -vo fbdev -fb /dev/fb0 dvd://1 \
     469    -aid 128 -sub en -framedrop
    469470mplayer -fs vcd://1    # works both for VCDs and SVCDs
    470 mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
     471mplayer \
     472http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
    471473
    472474          <para>For further information, look at the very good documentation included
     
    500502
    501503mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    502 -lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
     504    -lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; \
     505    -o &lt;name.avi&gt;
    503506mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    504 -lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
     507    -lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; \
     508    -o &lt;name.avi&gt;
    505509mencoder -forceidx &lt;name.avi&gt;</userinput></screen>
    506510          <indexterm zone="mplayer mencoder">
Note: See TracChangeset for help on using the changeset viewer.