Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode.xml

    r4a80a67 r4c24eb0a  
    256256        <listitem>
    257257          <para>
    258             fixes the header of an AVI file.
     258            fixes the header of an AVI file
    259259          </para>
    260260          <indexterm zone="transcode avifix">
     
    268268        <listitem>
    269269          <para>
    270             writes a text file describing the index of an AVI file.
     270            writes a text file describing the index of an AVI file
    271271          </para>
    272272          <indexterm zone="transcode aviindex">
     
    282282            merges AVI files of the same format. Do not try to merge AVI
    283283            files of different formats, it will most likely result in errors
    284             (and format means same bitrates, too!).
     284            (and format means same bitrates, too!)
    285285          </para>
    286286          <indexterm zone="transcode avimerge">
     
    294294        <listitem>
    295295          <para>
    296             splits AVI files into multiple files.
     296            splits AVI files into multiple files
    297297          </para>
    298298          <indexterm zone="transcode avisplit">
     
    307307          <para>
    308308            can shift audio in AVI files for better synchronizing
    309             of the audio and video data signal.
     309            of the audio and video data signal
    310310          </para>
    311311          <indexterm zone="transcode avisync">
     
    323323            for extracting VOB (Video OBject) files, either for
    324324            a whole DVD or for selected Titles or Chapters, which
    325             can then be played or recoded.
     325            can then be played or recoded
    326326          </para>
    327327          <indexterm zone="transcode tccat">
     
    336336          <para>
    337337            is used to decode input files to raw video and PCM
    338             audio streams.
     338            audio streams
    339339          </para>
    340340          <indexterm zone="transcode tcdecode">
     
    349349          <para>
    350350            demultiplexes (separates) audio/video input that contains
    351             multiple streams, e.g., VOB files.
     351            multiple streams, e.g., VOB files
    352352          </para>
    353353          <indexterm zone="transcode tcdemux">
     
    361361        <listitem>
    362362          <para>
    363             grabs single streams from a file containing multiple streams.
     363            grabs single streams from a file containing multiple streams
    364364          </para>
    365365          <indexterm zone="transcode tcextract">
     
    374374          <para>
    375375            loads a supplied <application>Transcode</application> filter
    376             module and prints its parameters.
     376            module and prints its parameters
    377377          </para>
    378378          <indexterm zone="transcode tcmodinfo">
     
    387387          <para>
    388388            is a tool which can cut MP3 streams at milliseconds
    389             positions.
     389            positions
    390390          </para>
    391391          <indexterm zone="transcode tcmp3cut">
     
    399399        <listitem>
    400400          <para>
    401             prints information about the input file format.
     401            prints information about the input file format
    402402          </para>
    403403          <indexterm zone="transcode tcprobe">
     
    411411        <listitem>
    412412          <para>
    413             performs several measurements on the given input data.
     413            performs several measurements on the given input data
    414414          </para>
    415415          <indexterm zone="transcode tcscan">
     
    423423        <listitem>
    424424          <para>
    425             checks information in a SMIL input file.
     425            checks information in a SMIL input file
    426426          </para>
    427427          <indexterm zone="transcode tcxmlcheck">
     
    438438            programs, being the glue between the modules. There are several
    439439            well documented usage examples on both the homepage and the
    440             documentation included in the package.
     440            documentation included in the package
    441441          </para>
    442442          <indexterm zone="transcode transcode-prog">
Note: See TracChangeset for help on using the changeset viewer.