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/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">
Note: See TracChangeset for help on using the changeset viewer.