Ignore:
Timestamp:
12/04/2021 03:28:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
e6974d1
Parents:
b22e4ceb (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    rb22e4ceb r8307474  
    77  <!ENTITY ffmpeg-download-http "https://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "7b9d5b652d20e8c5405304ad72636d4a">
    10   <!ENTITY ffmpeg-size          "9.2 MB">
    11   <!ENTITY ffmpeg-buildsize     "176 MB (add 2.4 GB for the FATE suite/tests, add 1.4 GB for documentation)">
    12   <!ENTITY ffmpeg-time          "1.3 SBU (using parallelism=4; add 3.6 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.7 SBU for doxygen docs)">
     9  <!ENTITY ffmpeg-md5sum        "41a1ca8693acc56088e8eaf3899b91ea">
     10  <!ENTITY ffmpeg-size          "9.1 MB">
     11  <!ENTITY ffmpeg-buildsize     "212 MB (add 1.9 GB for the FATE suite/tests, add 1.4 GB for documentation)">
     12  <!ENTITY ffmpeg-time          "1.4 SBU (using parallelism=4; add 1.1 SBU (with THREADS=4) to run the FATE suite after sample files are downloaded; add 0.8 SBU for doxygen docs)">
    1313]>
    1414
     
    269269      The <filename class="directory">fate-suite</filename> directory is
    270270      created and the files are downloaded there. That command actually runs an
    271       rsync command, to obtain the sample files.  You may want to compress and
    272       keep this directory for testing again, in another system, or when a new
    273       version of ffmpeg is launched. Then, you unpack the sample files in the
    274       source directory, and run, again, the <command>make fate-rsync
    275       ...</command> command above, to sync with the repository. Now, the
    276       download size and time are drastically reduced.  Estimated values in
    277       "Package Information" do not include the download SBU. Some samples may
    278       have been removed, in the new version, so, in order to be sure local and
    279       server fate samples are identical, when you use previously saved samples,
    280       run the following command:
     271      rsync command to obtain the sample files.  You may want to compress and
     272      keep this directory for testing again, for testing in another system,
     273      or for when a new version of ffmpeg is released. Then, unpack the sample
     274      files in the source directory, and run the <command>make fate-rsync
     275      ...</command> command above to sync with the upstream repository. The
     276      download size and time are drastically reduced by doing this.  Estimated
     277      values in "Package Information" do not include the download SBU. Some
     278      samples may have been removed in newer versions, so in order to be sure
     279      local and server fate samples are identical when you use previously
     280      saved samples, run the following command:
    281281    </para>
    282282
     
    285285
    286286    <para>
    287       Next, FATE is executed, with the commands (you obtain a number of tests
    288       larger than 3700):
     287      Next, execute FATE with the following commands (there are more than 3800
     288      tests in the suite):
    289289    </para>
    290290
     
    295295      where <replaceable>N</replaceable> is an integer,
    296296      <replaceable>N</replaceable> &le; number of cores in the system.
    297     </para>
     297   </para>
     298
     299   <para>
     300     A successful run should return no errors or warnings, just a list of tests
     301     and total amount at the end.
     302   </para>
    298303
    299304  </sect2>
     
    364369
    365370    <para>
    366       <parameter>--enable-libfdk-aac</parameter>: Enables currently the
    367       highest-quality AAC audio encoding via <filename
    368       class="libraryfile">libfdk-aac</filename>.
     371      <parameter>--enable-libfdk-aac</parameter>: Enables AAC audio encoding via
     372      <filename class="libraryfile">libfdk-aac</filename>.
    369373    </para>
    370374
Note: See TracChangeset for help on using the changeset viewer.