Changeset 4fd52a9


Ignore:
Timestamp:
09/14/2012 11:46:07 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4520f55
Parents:
81450e5
Message:

Put in a Note in transcode, to replace the comment about the patch, and expand the entry on tccat.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r81450e5 r4fd52a9  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "09">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "September 13th, &year;">
     12<!ENTITY releasedate  "September 14th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
  • introduction/welcome/changelog.xml

    r81450e5 r4fd52a9  
    5353          <para>[rthomsen] - Qt 4.8.3.</para>
    5454        </listitem>
     55        <listitem>
     56          <para>[ken] - change the comment about ffmpeg functionality
     57          in transcode to a note.</para>
     58        </listitem>
    5559      </itemizedlist>
    5660    </listitem>
  • multimedia/videoutils/transcode.xml

    r81450e5 r4fd52a9  
    8080          Required patch:
    8181          <ulink url="&patch-root;/transcode-&transcode-version;-ffmpeg-1.patch"/>
    82           : Note that although this allows <application>transcode</application>
    83           to compile with current <application>ffmpeg</application>, it fails if
    84           it calls ffmpeg at runtime, e.g. for certain format conversions.  The
    85           remaining parts of the application, such as <command>tccat</command>,
    86           work and <command>ffmpeg</command> can be invoked outside of
    87           <command>transcode</command> if needed.
    8882        </para>
    8983      </listitem>
     
    136130    <title>Installation of Transcode</title>
    137131
     132    <note>
     133      <para>The details of how the <application>ffmpeg</application> libraries
     134      are used has changed since this version of
     135      <application>transcode</application> was released. The patch allows the
     136      package to be compiled, but some or all of the internal calls to
     137      <application>ffmpeg</application> fail at run time (they report an error
     138      and processing continues, but without any output).</para>
     139
     140      <para>For many packages, that would be a critical error. In this case,
     141      the main reason to install <application>transcode</application> is for
     142      the <command>tccat</command> program, which works.  Some of the
     143      <command>transcode</command> options work - for the others, use
     144      <command>ffmpeg</command> directly on the command line.</para>
     145    </note>
     146
    138147    <para>
    139148      Install <application>Transcode</application> by running the following
     
    270279          <para>
    271280            concatenates input files using the input plugins of
    272             <application>Transcode</application>.
     281            <application>Transcode</application>.  This is useful
     282            for extracting VOB (Video OBject) files.
    273283          </para>
    274284          <indexterm zone="transcode tccat">
Note: See TracChangeset for help on using the changeset viewer.