Ignore:
Timestamp:
09/30/2003 01:02:16 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
993cff3
Parents:
24a37fa7
Message:

added gocr, filename extensions to caps

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/transcode/transcode-desc.xml

    r24a37fa7 r8223b66  
    2626
    2727<sect3><title>tcdecode</title>
    28 <para><command>tcdecode</command> is used to decode input files to raw video
    29 and pcm audio stream.</para></sect3>
     28<para><command>tcdecode</command> is used to decode input files to
     29<filename>RAW</filename> video
     30and <acronym>PCM</acronym> audio stream.</para></sect3>
    3031
    3132<sect3><title>tcdemux</title>
     
    5152<sect3><title>avicodec</title>
    5253<para><command>avicodec</command> indicates or changes
    53 <acronym>FOURCC</acronym> codec flag in an <filename>avi</filename>
    54 file.</para></sect3>
     54<acronym>FOURCC</acronym> <acronym>CODEC</acronym> flag in an
     55<filename>AVI</filename> file.</para></sect3>
    5556
    5657<sect3><title>avidump</title>
    5758<para><command>avidump</command> dumps audio or video stream of an given
    58 avifile to stdout (for <filename>avi</filename> conversion or extraction of audio streams).</para></sect3>
     59<filename>AVI</filename> file to stdout (for <filename>AVI</filename> conversion or extraction of audio streams).</para></sect3>
    5960
    6061<sect3><title>avimerge</title>
    61 <para><command>avimerge</command> merges <filename>avi</filename> files of the same format. Do not
    62 try to merge <filename>avi</filename> files of different formats, it will most likely result in
     62<para><command>avimerge</command> merges <filename>AVI</filename> files of the same format. Do not
     63try to merge <filename>AVI</filename> files of different formats, it will most likely result in
    6364errors (and format means same bitrates, too!).</para></sect3>
    6465
    6566<sect3><title>avisplit</title>
    66 <para><command>avisplit</command> splits <filename>avi</filename> files into multiple files.</para></sect3>
     67<para><command>avisplit</command> splits <filename>AVI</filename> files into multiple files.</para></sect3>
    6768
    6869<sect3><title>avisync</title>
    6970<para><command>avisync</command> can shift audio in
    70 <filename>avi</filename> files for better
     71<filename>AVI</filename> files for better
    7172synchronizing of audio and video data signal.</para></sect3>
    7273
     
    7475<para>Depending on the external libraries that are used, there are a great
    7576number of plugins to convert audio and video input to
    76 <filename>raw</filename> format, process <filename>raw</filename> video and
    77 audio and convert <filename>raw</filename> audio and video to other formats to
     77<filename>RAW</filename> format, process <filename>RAW</filename> video and
     78audio and convert <filename>RAW</filename> audio and video to other formats to
    7879be written into a filetype of choice. Read the documentation.</para></sect3>
    7980
Note: See TracChangeset for help on using the changeset viewer.