Search Criteria
Package Details: ffmpeg-normalize 1.37.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ffmpeg-normalize.git (read-only, click to copy) |
|---|---|
| Package Base: | ffmpeg-normalize |
| Description: | Normalize loudness of audio and video files using FFmpeg |
| Upstream URL: | https://github.com/slhck/ffmpeg-normalize |
| Keywords: | audio ffmpeg normalization |
| Licenses: | MIT |
| Submitter: | nicoulaj |
| Maintainer: | willemw |
| Last Packager: | willemw |
| Votes: | 9 |
| Popularity: | 0.115376 |
| First Submitted: | 2019-04-13 20:49 (UTC) |
| Last Updated: | 2026-05-13 06:11 (UTC) |
Dependencies (12)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- python-colorlog
- python-ffmpeg-progress-yieldAUR (python-ffmpeg-progress-yield-gitAUR)
- python-mutagen (python-mutagen-gitAUR)
- python-tqdm
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-installer (make)
- python-uv-build (make)
- uv (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (check)
- python-pytest (check)
- uv (check)
Latest Comments
« First ‹ Previous 1 2 3 4
ruahcra commented on 2024-05-09 10:16 (UTC)
Looks like missing a dependency on tqdm
https://github.com/slhck/ffmpeg-normalize/blob/master/requirements.txt
npreining commented on 2024-04-30 04:01 (UTC)
I fixed building the package by one of the two steps I did: - removed ffmpeg-normalize before building a new version - re-installed python-ffmpeg-progress-yield
npreining commented on 2024-04-29 23:01 (UTC)
Currently broken since the Python 3.12 transition, practically all tests fail.
Sandelinos commented on 2023-09-07 17:39 (UTC)
The
check()is broken when updating. It seems it's trying to use the old version already installed on the system and tests fail. I had to usepacman -R ffmpeg-normalize && paru -S ffmpeg-normalizeto get the tests to not fail.sian1468 commented on 2021-05-13 02:46 (UTC)
@willemw fixed, thank you.
willemw commented on 2021-05-06 07:43 (UTC)
conflicts=('ffmpeg-normalize-git') is redundant.
« First ‹ Previous 1 2 3 4