Changeset cef1b608


Ignore:
Timestamp:
01/10/2004 05:32:12 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b0a345
Parents:
6407476
Message:

updated to transcode-0.6.12

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r6407476 rcef1b608  
    3333<glossdef><para>Accessibility ToolKit</para></glossdef></glossentry>
    3434
     35<glossentry id="gAVI"><glossterm><acronym>AVI</acronym></glossterm>
     36<glossdef><para>Audio Video Interleave</para></glossdef></glossentry>
     37
    3538<glossentry id="gBIC"><glossterm><acronym>BICS</acronym></glossterm>
    3639<glossdef><para>Berkeley/IRCAM/CARL</para></glossdef></glossentry>
     
    302305<glossdef><para>ProTracker Module</para></glossdef></glossentry>
    303306
     307<glossentry id="gMP3"><glossterm><acronym>MP3</acronym></glossterm>
     308<glossdef><para>MPEG-1 audio layer 3</para></glossdef></glossentry>
     309
    304310<glossentry id="gMPEG"><glossterm><acronym>MPEG</acronym></glossterm>
    305311<glossdef><para>Moving Picture Experts Group</para></glossdef></glossentry>
     
    447453<glossdef><para>Server Message Block</para></glossdef></glossentry>
    448454
     455<glossentry id="gSMIL"><glossterm><acronym>SMIL</acronym></glossterm>
     456<glossdef><para>Synchronized Multimedia Integration Language</para></glossdef></glossentry>
     457
    449458<glossentry id="gSMTP"><glossterm><acronym>SMTP</acronym></glossterm>
    450459<glossdef><para>Simple Mail Transfer Protocol</para></glossdef></glossentry>
  • introduction/welcome/changelog.xml

    r6407476 rcef1b608  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>January 10th, 2004 [igor]: Updated to
     15transcode-0.6.12.</para></listitem>
    1316
    1417<listitem><para>January 10th, 2004 [igor]: Completed the MySQL init
  • multimedia/videoutils/transcode/transcode-desc.xml

    r6407476 rcef1b608  
    33
    44<para>The <application>transcode</application> package contains
    5 <command>transcode</command>, <command>tccat</command>,
    6 <command>tcdecode</command>, <command>tcdemux</command>,
    7 <command>tcextract</command>, <command>tcframe</command>,
    8 <command>tcprobe</command>, <command>tcscan</command>,
    9 <command>avicodec</command>, <command>avidump</command>,
    10 <command>avimerge</command>, <command>avisplit</command>,
    11 <command>avisync</command> and input/filter/output modules.</para>
     5<command>transcode</command>,
     6<command>tccat</command>,
     7<command>tcdecode</command>,
     8<command>tcdemux</command>,
     9<command>tcextract</command>,
     10<command>tcframe</command>,
     11<command>tcmodinfo</command>,
     12<command>tcmp3cut</command>,
     13<command>tcmplex</command>,
     14<command>tcprobe</command>,
     15<command>tcrequant</command>,
     16<command>tcscan</command>,
     17<command>tcxmlcheck</command>,
     18<command>tcxpm2rgb</command>,
     19<command>avicodec</command>,
     20<command>avidump</command>,
     21<command>avifix</command>,
     22<command>aviindex</command>,
     23<command>avimerge</command>,
     24<command>avisplit</command>,
     25<command>avisync</command>
     26and input/filter/output modules.</para>
    1227
    1328</sect2>
     
    2742<sect3><title>tcdecode</title>
    2843<para><command>tcdecode</command> is used to decode input files to
    29 <filename>RAW</filename> video
    30 and <acronym>PCM</acronym> audio stream.</para></sect3>
     44raw video and <acronym>PCM</acronym> audio stream.</para></sect3>
    3145
    3246<sect3><title>tcdemux</title>
    33 <para><command>tcdemux</command> demultiplexes (separates)  audio/video input
    34 that contains multiple streams, e.g. <acronym>VOB</acronym> files..</para></sect3>
     47<para><command>tcdemux</command> demultiplexes (separates) audio/video input
     48that contains multiple streams, e.g. <acronym>VOB</acronym> files.</para></sect3>
    3549
    3650<sect3><title>tcextract</title>
     
    4357similar).</para></sect3>
    4458
     59<sect3><title>tcmodinfo</title>
     60<para><command>tcmodinfo</command> loads a supplied
     61<application>transcode</application> filter module and prints its
     62parameters.</para></sect3>
     63
     64<sect3><title>tcmp3cut</title>
     65<para><command>tcmp3cut</command> is a tool which can cut
     66<acronym>MP3</acronym> streams at milliseconds positions.</para></sect3>
     67
    4568<sect3><title>tcprobe</title>
    4669<para><command>tcprobe</command> prints information about the input file format.</para></sect3>
     70
     71<sect3><title>tcrequant</title>
     72<para><command>tcrequant</command> is a tool which can requantize an
     73<acronym>MPEG</acronym>-2 elementary stream.</para></sect3>
    4774
    4875<sect3><title>tcscan</title>
     
    5077input data.</para></sect3>
    5178
     79<sect3><title>tcxmlcheck</title>
     80<para><command>tcxmlcheck</command> checks information in a
     81<acronym>SMIL</acronym> input file.</para></sect3>
     82
    5283<sect3><title>avicodec</title>
    5384<para><command>avicodec</command> indicates or changes
    5485<acronym>FOURCC</acronym> <acronym>CODEC</acronym> flag in an
    55 <filename>AVI</filename> file.</para></sect3>
     86<acronym>AVI</acronym> file.</para></sect3>
    5687
    5788<sect3><title>avidump</title>
    5889<para><command>avidump</command> dumps audio or video stream of an given
    59 <filename>AVI</filename> file to stdout (for <filename>AVI</filename> conversion or extraction of audio streams).</para></sect3>
     90<acronym>AVI</acronym> file to stdout (for <acronym>AVI</acronym>
     91conversion or extraction of audio streams).</para></sect3>
     92
     93<sect3><title>avifix</title>
     94<para><command>avifix</command> fixes the header of an
     95<acronym>AVI</acronym> file.</para></sect3>
     96
     97<sect3><title>aviindex</title>
     98<para><command>aviindex</command> writes a text file describing the
     99index of an <acronym>AVI</acronym> file.</para></sect3>
    60100
    61101<sect3><title>avimerge</title>
    62 <para><command>avimerge</command> merges <filename>AVI</filename> files of the same format. Do not
    63 try to merge <filename>AVI</filename> files of different formats, it will most likely result in
     102<para><command>avimerge</command> merges <acronym>AVI</acronym> files of the same format. Do not
     103try to merge <acronym>AVI</acronym> files of different formats, it will most likely result in
    64104errors (and format means same bitrates, too!).</para></sect3>
    65105
    66106<sect3><title>avisplit</title>
    67 <para><command>avisplit</command> splits <filename>AVI</filename> files into multiple files.</para></sect3>
     107<para><command>avisplit</command> splits <acronym>AVI</acronym> files
     108into multiple files.</para></sect3>
    68109
    69110<sect3><title>avisync</title>
    70111<para><command>avisync</command> can shift audio in
    71 <filename>AVI</filename> files for better
    72 synchronizing of audio and video data signal.</para></sect3>
     112<acronym>AVI</acronym> files for better synchronizing of audio and video
     113data signal.</para></sect3>
    73114
    74115<sect3><title>input/filter/output modules</title>
    75 <para>Depending on the external libraries that are used, there are a great
    76 number of plugins to convert audio and video input to
    77 <filename>RAW</filename> format, process <filename>RAW</filename> video and
    78 audio and convert <filename>RAW</filename> audio and video to other formats to
    79 be written into a file type of choice. Read the documentation.</para></sect3>
     116<para>Depending on the external libraries that are used, there are a
     117great number of plugins to convert audio and video input to raw format,
     118process raw video and audio and convert raw audio and video to other
     119formats to be written into a file type of choice. Read the
     120documentation.</para></sect3>
    80121
    81122</sect2>
    82 
  • multimedia/videoutils/transcode/transcode-inst.xml

    r6407476 rcef1b608  
    55commands:</para>
    66
    7 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --without-x &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
  • multimedia/videoutils/transcode/transcode-intro.xml

    r6407476 rcef1b608  
    22<title>Introduction to <application>transcode</application></title>
    33
    4 <para><application>transcode</application> is a fast versatile command-line
     4<para><application>transcode</application> is a fast, versatile and command-line
    55based audio/video everything to everything converter.</para>
    66
     
    1919
    2020<sect3><title><application>transcode</application> dependencies</title>
    21 <sect4><title>Recommended</title>
    22 <para>
    23 <xref linkend="NASM"/> and
    24 <xref linkend="lame"/>
    25 </para></sect4>
    2621<sect4><title>Optional</title>
    2722<para>
     23<xref linkend="NASM"/>,
     24<xref linkend="lame"/>,
    2825<xref linkend="xfree86"/>,
    2926<xref linkend="mplayer"/>,
    30 <ulink url="http://www.imagemagick.org">ImageMagick</ulink>,
     27<xref linkend="imagemagick"/>,
    3128<xref linkend="libdv"/>,
    3229<xref linkend="libdvdread"/>
  • multimedia/videoutils/transcode/transcode.ent

    r6407476 rcef1b608  
    33<!ENTITY transcode-inst SYSTEM "transcode-inst.xml">
    44<!ENTITY transcode-desc SYSTEM "transcode-desc.xml">
    5 <!ENTITY transcode-version "0.6.10">
    6 <!ENTITY transcode-download-http "http://zebra.fh-weingarten.de/~transcode/pre/transcode-&transcode-version;.tar.gz">
     5<!ENTITY transcode-version "0.6.12">
     6<!ENTITY transcode-download-http "http://zebra.fh-weingarten.de/~transcode/pre/transcode-&transcode-version;.tar.bz2">
    77<!ENTITY transcode-download-ftp "">
    8 <!ENTITY transcode-size "2.9 MB">
    9 <!ENTITY transcode-buildsize "109 MB">
    10 <!ENTITY transcode-time "3.87 SBU">
     8<!ENTITY transcode-size "2.8 MB">
     9<!ENTITY transcode-buildsize "88 MB">
     10<!ENTITY transcode-time "2.41 SBU">
Note: See TracChangeset for help on using the changeset viewer.