Ignore:
Timestamp:
03/09/2020 03:02:12 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2aff70f
Parents:
22618785
Message:

Format multimedia chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/mlt.xml

    r22618785 r2eeb8695  
    3030    <title>Introduction to MLT</title>
    3131
    32     <para><application>MLT</application> package is the Media Lovin Toolkit.
    33     It is an open source multimedia framework, designed and developed for
    34     television broadcasting. It provides a toolkit for broadcasters, video
    35     editors, media players, transcoders, web streamers and many more types of
    36     applications.</para>
     32    <para>
     33      <application>MLT</application> package is the Media Lovin Toolkit.
     34      It is an open source multimedia framework, designed and developed for
     35      television broadcasting. It provides a toolkit for broadcasters, video
     36      editors, media players, transcoders, web streamers and many more types of
     37      applications.
     38    </para>
    3739
    3840    &lfs91_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&mlt-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&mlt-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&mlt-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&mlt-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &mlt-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &mlt-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &mlt-size;</para>
     60        <para>
     61          Download size: &mlt-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &mlt-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &mlt-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &mlt-time;</para>
     70        <para>
     71          Estimated build time: &mlt-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    90104    <title>Installation of MLT</title>
    91105
    92     <para>Install <application>MLT</application> by running the
    93     following commands:</para>
     106    <para>
     107      Install <application>MLT</application> by running the following commands:
     108    </para>
    94109
    95110<screen><userinput>./configure --prefix=/usr     \
     
    100115make</userinput></screen>
    101116
    102     <para>This package does not come with a test suite. However a test .mp4
    103     file can be played in a local graphical environment with
    104     <userinput>./src/melt/melt &lt;filename&gt;.mp4</userinput>.</para>
     117    <para>
     118      This package does not come with a test suite. However a test .mp4
     119      file can be played in a local graphical environment with
     120      <command>./src/melt/melt &lt;filename&gt;.mp4</command>.
     121    </para>
    105122
    106     <note><para>This application uses advanced graphical capabilites.  In
    107     some cases, firmware for your specific graphics adaptor may be needed.
    108     See <xref linkend="video-firmware"/> for more information.</para></note>
     123    <note>
     124      <para>
     125        This application uses advanced graphical capabilites.  In
     126        some cases, firmware for your specific graphics adaptor may be needed.
     127        See <xref linkend="video-firmware"/> for more information.
     128      </para>
     129    </note>
    109130
    110     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     131    <para>
     132      Now, as the <systemitem class="username">root</systemitem> user:
     133    </para>
    111134
    112135<screen role="root"><userinput>make install</userinput></screen>
     
    143166        <term><command>melt</command></term>
    144167        <listitem>
    145           <para>is a test tool for MLT.</para>
     168          <para>
     169            is a test tool for MLT.
     170          </para>
    146171          <indexterm zone="mlt melt">
    147172            <primary sortas="b-melt">melt</primary>
Note: See TracChangeset for help on using the changeset viewer.