Changeset e200fb6
- Timestamp:
- 10/27/2021 11:57:55 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 71d2d759
- Parents:
- a263b755
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
ra263b755 re200fb6 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to ffmpeg-4.4.1 (Security Update). Fixes 49 <ulink url="&blfs-ticket-root;15697">#15697</ulink>.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to exiv2-0.27.5 (Security Update). Fixes 49 53 <ulink url="&blfs-ticket-root;15527">#15527</ulink>.</para> -
multimedia/videoutils/ffmpeg.xml
ra263b755 re200fb6 8 8 <!ENTITY ffmpeg-download-ftp " "> 9 9 <!ENTITY ffmpeg-md5sum "7b9d5b652d20e8c5405304ad72636d4a"> 10 <!ENTITY ffmpeg-size "9. 2MB">11 <!ENTITY ffmpeg-buildsize " 176 MB (add 2.4GB 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.7SBU for doxygen docs)">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)"> 13 13 ]> 14 14 … … 269 269 The <filename class="directory">fate-suite</filename> directory is 270 270 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 and272 keep this directory for testing again, in another system, or when a new273 version of ffmpeg is launched. Then, you unpack the sample files in the274 source directory, and run, again,the <command>make fate-rsync275 ...</command> command above , to sync with the repository. Now, the276 download size and time are drastically reduced . Estimated values in277 "Package Information" do not include the download SBU. Some samples may278 have been removed, in the new version, so, in order to be sure local and279 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: 281 281 </para> 282 282 … … 285 285 286 286 <para> 287 Next, FATE is executed, with the commands (you obtain a number of tests288 larger than 3700):287 Next, execute FATE with the following commands (there are more than 3800 288 tests in the suite): 289 289 </para> 290 290 … … 295 295 where <replaceable>N</replaceable> is an integer, 296 296 <replaceable>N</replaceable> ≤ 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> 298 303 299 304 </sect2> … … 364 369 365 370 <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>. 369 373 </para> 370 374 -
packages.ent
ra263b755 re200fb6 1046 1046 1047 1047 <!-- Chapter 44 --> 1048 <!ENTITY ffmpeg-version "4.4 ">1048 <!ENTITY ffmpeg-version "4.4.1"> 1049 1049 <!ENTITY mplayer-version "export-2021-07-29"> 1050 1050 <!ENTITY xine-ui-version "0.99.12">
Note:
See TracChangeset
for help on using the changeset viewer.