IABSD.fr/ports/audio/ffmpeg-normalize

Branch :


Log

Author Commit Date CI Message
c9e32620 2023-08-14 08:12:21 test with py-colorlog, 25/25 pass on amd64
147b7b22 2023-08-11 14:00:38 update to ffmpeg-normalize-1.27.6, from Laurence Tratt (maintainer) + tweak
81d58166 2022-11-13 15:27:35 bump for MODPY_DEFAULT_VERSION_3 change
2206a800 2022-09-13 20:56:17 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a magic-numbers name and more of a nod at the frontend we're actually using for the build.
39e54bf6 2022-09-09 19:12:12 move audio/* from MODPY_SETUPTOOLS to MODPY_PEP517=setuptools
0d01b39e 2022-06-23 13:10:59 update audio/ffmpeg-normalize to 1.23.0 changelog: https://github.com/slhck/ffmpeg-normalize/blob/master/CHANGELOG.md diff from Yifei Zhan (thanks!), ok Laurence Tratt (MAINTAINER) and sthen@.
b80841c8 2022-03-11 18:20:04 drop RCS Ids
8ad2bb9a 2021-11-02 00:00:12 bump REVISION for switch from Python 3.8 -> 3.9
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
b77497c8 2020-07-15 20:39:52 Import ffmpeg-normalize This program normalizes media files using FFmpeg to a certain loudness level using the EBU R128 loudness normalization procedure. It can also perform RMS-based normalization (where the mean is lifted or attenuated), or peak normalization to a certain target level. Batch processing of several input files is possible, including video files. From Laurence Tratt (maintainer) OK edd