Package Details: ffmpeg-normalize 1.37.7-1

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)

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 use pacman -R ffmpeg-normalize && paru -S ffmpeg-normalize to 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.