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

Location:
multimedia/videoutils
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r4a80a67 r4c24eb0a  
    509509          <para>
    510510            is a command-line tool to convert video files, network streams and
    511             input from a TV card to several video formats.
     511            input from a TV card to several video formats
    512512          </para>
    513513          <indexterm zone="ffmpeg ffmpeg-prog">
     
    522522          <para>
    523523            is a very simple and portable media player using the
    524             <filename>ffmpeg</filename> libraries and the SDL library.
     524            <filename>ffmpeg</filename> libraries and the SDL library
    525525          </para>
    526526          <indexterm zone="ffmpeg ffplay">
     
    535535          <para>
    536536            gathers information from multimedia streams and prints it in a human
    537             and machine-readable fashion.
     537            and machine-readable fashion
    538538          </para>
    539539          <indexterm zone="ffmpeg ffprobe">
     
    548548          <para>
    549549            is a streaming server for everything that <command>ffmpeg</command>
    550             could use as input (files, streams, TV card input, webcam, etc).
     550            could use as input (files, streams, TV card input, webcam, etc)
    551551          </para>
    552552          <indexterm zone="ffmpeg ffserver">
     
    560560        <listitem>
    561561          <para>
    562             moves the index file to the front of quicktime (mov/mp4) videos.
     562            moves the index file to the front of quicktime (mov/mp4) videos
    563563          </para>
    564564          <indexterm zone="ffmpeg qt-faststart">
     
    573573          <para>
    574574            is a library containing the <application>FFmpeg</application> codecs
    575             (both encoding and decoding).
     575            (both encoding and decoding)
    576576          </para>
    577577          <indexterm zone="ffmpeg libavcodec">
     
    585585        <listitem>
    586586          <para>
    587             is the <application>FFmpeg</application> device handling library.
     587            is the <application>FFmpeg</application> device handling library
    588588          </para>
    589589          <indexterm zone="ffmpeg libavdevice">
     
    598598          <para>
    599599            is a library of filters that can alter video or audio between the
    600             decoder and the encoder (or output).
     600            decoder and the encoder (or output)
    601601          </para>
    602602          <indexterm zone="ffmpeg libavfilter">
     
    612612            is a library containing the file formats handling (mux and demux
    613613            code for several formats) used by <command>ffplay</command> as well
    614             as allowing the generation of  audio or video streams.
     614            as allowing the generation of  audio or video streams
    615615          </para>
    616616          <indexterm zone="ffmpeg libavformat">
     
    624624        <listitem>
    625625          <para>
    626             is the <application>FFmpeg</application> utility library.
     626            is the <application>FFmpeg</application> utility library
    627627          </para>
    628628          <indexterm zone="ffmpeg libavutil">
     
    636636        <listitem>
    637637          <para>
    638             is the <application>FFmpeg</application> post processing library.
     638            is the <application>FFmpeg</application> post processing library
    639639          </para>
    640640          <indexterm zone="ffmpeg libpostproc">
     
    649649          <para>
    650650            is the <application>FFmpeg</application> audio rescaling library,
    651             it contains functions for converting audio sample formats.
     651            it contains functions for converting audio sample formats
    652652          </para>
    653653          <indexterm zone="ffmpeg libswresample">
     
    661661        <listitem>
    662662          <para>
    663             is the <application>FFmpeg</application> image rescaling library.
     663            is the <application>FFmpeg</application> image rescaling library
    664664          </para>
    665665          <indexterm zone="ffmpeg libswscale">
  • multimedia/videoutils/mplayer.xml

    r4a80a67 r4c24eb0a  
    487487          <para>
    488488            is a symlink to <command>mplayer</command> which brings up the
    489             GTK+ 2 frontend of <application>MPlayer</application>.
     489            GTK+ 2 frontend of <application>MPlayer</application>
    490490          </para>
    491491          <indexterm zone="mplayer gmplayer">
     
    499499        <listitem>
    500500          <para>
    501             is the main MPlayer video player.
     501            is the main MPlayer video player
    502502          </para>
    503503          <indexterm zone="mplayer mplayer-prog">
  • 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">
  • multimedia/videoutils/vlc.xml

    r4a80a67 r4c24eb0a  
    362362        <listitem>
    363363          <para>
    364             is a script to run VLC with the dummy interface.
     364            is a script to run VLC with the dummy interface
    365365          </para>
    366366          <indexterm zone="vlc cvlc">
     
    374374        <listitem>
    375375          <para>
    376             is a script to run VLC with the ncurses interface.
     376            is a script to run VLC with the ncurses interface
    377377          </para>
    378378          <indexterm zone="vlc nvlc">
     
    387387          <para>
    388388            is a script to run <application>VLC</application> with the
    389             <application>Qt</application> interface.
     389            <application>Qt</application> interface
    390390          </para>
    391391          <indexterm zone="vlc qvlc">
     
    400400          <para>
    401401            is a script to run <application>VLC</application> with a command
    402             line interface.
     402            line interface
    403403          </para>
    404404          <indexterm zone="vlc rvlc">
     
    413413          <para>
    414414            is a script to run <application>VLC</application> with the skins
    415             interface.
     415            interface
    416416          </para>
    417417          <indexterm zone="vlc svlc">
     
    425425        <listitem>
    426426          <para>
    427             is the <application>VLC</application> media player.
     427            is the <application>VLC</application> media player
    428428          </para>
    429429          <indexterm zone="vlc vlc-prog">
     
    437437        <listitem>
    438438          <para>
    439             is a wrapper to drop privileges with <application>VLC</application>.
     439            is a wrapper to drop privileges with <application>VLC</application>
    440440          </para>
    441441          <indexterm zone="vlc vlc-wrapper">
  • multimedia/videoutils/xine-ui.xml

    r4a80a67 r4c24eb0a  
    213213            is an ASCII art video player which utilizes
    214214            <application>AAlib</application> as the frontend for the
    215             <application>xine Libraries</application>.
     215            <application>xine Libraries</application>
    216216          </para>
    217217          <indexterm zone="xine-ui aaxine">
     
    227227            is a color ASCII art video player which utilizes
    228228            <application>CACA</application> as the frontend for the
    229             <application>xine Libraries</application>.
     229            <application>xine Libraries</application>
    230230          </para>
    231231          <indexterm zone="xine-ui cacaxine">
     
    240240          <para>
    241241            is a frame buffer interface to the
    242             <application>xine Libraries</application>.
     242            <application>xine Libraries</application>
    243243          </para>
    244244          <indexterm zone="xine-ui fbxine">
     
    254254            is a multimedia player designed to play MPEG streams (audio and
    255255            video), MPEG elementary streams (MP3), MPEG transport streams, Ogg
    256             files, AVI files, ASF files, some Quicktime files, VCDs and DVDs.
     256            files, AVI files, ASF files, some Quicktime files, VCDs and DVDs
    257257          </para>
    258258          <indexterm zone="xine-ui xine">
     
    267267          <para>
    268268            produces a terse system description and guides you through the
    269             process of reporting a bug.
     269            process of reporting a bug
    270270          </para>
    271271          <indexterm zone="xine-ui xine-bugreport">
     
    282282            common problems. It tests the operating system settings,
    283283            installation of plugins, CD/DVD drive settings and video support
    284             parameters.
     284            parameters
    285285          </para>
    286286          <indexterm zone="xine-ui xine-check">
     
    295295          <para>
    296296            is a tool to connect to a <command>xine</command> remote control
    297             server.
     297            server
    298298          </para>
    299299          <indexterm zone="xine-ui xine-remote">
Note: See TracChangeset for help on using the changeset viewer.