Ignore:
Timestamp:
10/14/2015 09:20:59 AM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
8ff9257
Parents:
9c30e17
Message:

Update to ffmpeg-2.8.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r9c30e17 r1fa4314  
    99  <!ENTITY ffmpeg-md5sum        "7eb2140bab9f0a8669b65b50c8e4cfb5">
    1010  <!ENTITY ffmpeg-size          "7.8 MB">
    11   <!ENTITY ffmpeg-buildsize     "1.1 GB (with optional docs); additional 2.3 GB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "1.8 SBU (with -j4 and optional docs); additional 2.8 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
     11  <!ENTITY ffmpeg-buildsize     "142 MB (additional 2.3 GB to run the FATE suite)">
     12  <!ENTITY ffmpeg-time          "5.2 SBU (additional 2.8 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded)">
    1313]>
    1414
     
    9090      <xref linkend="libvpx"/>,
    9191      <xref linkend="opus"/>,
    92       <xref linkend="x264"/>, and
     92      <xref linkend="x264"/>,
     93      <xref linkend="x265"/>, and
    9394      <xref linkend="yasm"/>
    9495    </para>
     
    186187            --enable-libvpx      \
    187188            --enable-libx264     \
     189            --enable-libx265     \
    188190            --enable-x11grab     \
    189191            --docdir=/usr/share/doc/ffmpeg-&ffmpeg-version; &amp;&amp;
     
    389391      H.264/MPEG-4 AVC encoding via <filename
    390392      class="libraryfile">libx264</filename>.
     393    </para>
     394
     395    <para>
     396      <parameter>--enable-libx265</parameter>: Enables high-quality
     397      H.265/HEVC encoding via <filename
     398      class="libraryfile">libx265</filename>.
    391399    </para>
    392400
Note: See TracChangeset for help on using the changeset viewer.