Search Criteria
Package Details: ffmpeg-normalize 1.33.1-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: | 7 |
Popularity: | 0.21 |
First Submitted: | 2019-04-13 20:49 (UTC) |
Last Updated: | 2025-09-01 14:24 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- python-colorlog
- python-ffmpeg-progress-yieldAUR (python-ffmpeg-progress-yield-gitAUR)
- python-mutagen (python-mutagen-gitAUR)
- python-tqdm
- git (git-gitAUR, git-glAUR) (make)
- python-installer (make)
- uv (make)
- git (git-gitAUR, git-glAUR) (check)
- python-pytest (check)
- uv (check)
Latest Comments
1 2 3 Next › Last »
willemw commented on 2025-09-02 05:37 (UTC)
@brainmue, @asm0dey:
I cannot reproduce the errors. Tried it in a clean chroot build environment and on a fresh install. ffmppeg-normalize migrated to "uv", a newer Python package manager.
If you can, as a test, add this to the PKGBUILD file and then build again:
Otherwise, try to update the system and delete the build cache files (~/.cache/yay/ffmpeg-normalize or /var/tmp/pamac-build-weiller/ffmpeg-normalize).
asm0dey commented on 2025-09-01 22:01 (UTC)
For me it fails the following way:
brainmue commented on 2025-09-01 19:38 (UTC)
First of all, thank you for this great project. I use it very often and am completely satisfied with it. Thank you for all your hard work.
Unfortunately, the current version (1.33.1-1) causes an error when I compile it.
Is it possible that the dependency on python-uv-build is missing here?
willemw commented on 2025-08-23 13:58 (UTC) (edited on 2025-08-23 13:59 (UTC) by willemw)
Strange. I don't have to do that. Checked it with makepkg in a clean chroot build environment and with paru. Maybe cleaning up build files or the build cache will help.
Flammkuchen commented on 2025-08-23 13:29 (UTC)
The check function still fails. I got it to work by adding the line
between the
cd
and thepytest
lines.willemw commented on 2025-08-23 06:01 (UTC)
@aaruni96: Thanks. Fixed.
aaruni96 commented on 2025-08-22 20:52 (UTC)
I can not install / update this package to version 1.33.0-1. The error I get is related to test files not being found ?
chungy commented on 2025-02-07 08:46 (UTC)
Thanks, I needed to rebuild python-ffmpeg-progress-yield.
willemw commented on 2025-02-07 08:20 (UTC)
@chungy:
checkrebuild
is in packagerebuild-detector
. It will also automatically warn you during a system upgrade. Very useful.Or try this:
pacman -Ql python-ffmpeg-progress-yield
should list files in/usr/lib/python3.13
, not in/usr/lib/python3.12
in which case that package needs to be rebuilt.chungy commented on 2025-02-07 06:18 (UTC)
@williemw I don't have that command.
1 2 3 Next › Last »