sassam/dr14_tmeter
Project ID: 16662
Description
DR14 T.meter is a free and open source command line tool for computing the Dynamic Range of audio files according to the procedure used in the off-line meter released by the Pleasurize Music Foundation. This COPR repo provides RPM packages for the latest Fedora & EL distros. These packages are compiled using the source from the GitHub repository https://github.com/simon-r/dr14_t.meter.git.
Installation Instructions
If you prefer to use the ffmpeg-free
package from the official Fedora repo, use the COPR repository sassam/dr14_tmeter-free
Fedora:
- Open a Terminal and enter the following command to enable the COPR repo:
sudo dnf copr enable sassam/dr14_tmeter
- Enable RPMFusion-Free repository:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
as it contains two required dependencies: faad2 and ffmpeg. - Switch to full FFmpeg as per the Multimedia page to avoid ffmpeg-free conflicts:
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
- Install DR14.T_Meter:
sudo dnf install dr14_t.meter
- Change directory (
cd
) to a folder with audio files and run thedr14_tmeter
command. Rundr14_tmeter --help
to view additional options.
Red Hat Enterprise Linux, CentOS-Stream & Compatible EL Distros:
- Open a Terminal and enter the following command to enable the COPR repo:
sudo dnf copr enable sassam/dr14_tmeter
- Install EPEL as per the instructions from the EPEL site
- Enable RPMFusion-Free repository:
sudo dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm
as it contains two required dependencies: faad2 and ffmpeg. - Follow steps 3-5 in the Fedora instructions.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (7)*, ppc64le (4)*, x86_64 (7)* | Centos-stream+epel-next 9 (6 downloads) |
![]() |
aarch64 (3)*, ppc64le (5)*, x86_64 (8)* | Centos-stream 10 (15 downloads) |
![]() |
aarch64 (9)*, ppc64le (6)*, x86_64 (6)* | Centos-stream 9 (34 downloads) |
![]() |
aarch64 (2)*, ppc64le (5)*, x86_64 (6)* | EPEL 10 (7 downloads) |
![]() |
aarch64 (11)*, ppc64le (10)*, x86_64 (11)* | EPEL 8 (122 downloads) |
![]() |
aarch64 (10)*, ppc64le (4)*, x86_64 (15)* | EPEL 9 (34 downloads) |
![]() |
aarch64 (4)*, x86_64 (6)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (11)*, ppc64le (5)*, x86_64 (29)* | Fedora 40 (28 downloads) |
![]() |
aarch64 (6)*, ppc64le (4)*, x86_64 (325)* | Fedora 41 (214 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 42 (1 downloads) |
![]() |
aarch64 (6)*, ppc64le (4)*, x86_64 (6)* | Fedora eln (15 downloads) |
![]() |
aarch64 (13)*, ppc64le (6)*, x86_64 (8)* | Fedora rawhide (147 downloads) |
![]() |
aarch64 (4)*, ppc64le (3)*, x86_64 (3)* | openSUSE Tumbleweed (6 downloads) |
![]() |
aarch64 (7)*, x86_64 (6)* | Rhel 8 (14 downloads) |
![]() |
aarch64 (6)*, x86_64 (7)* | Rhel 9 (14 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable sassam/dr14_tmeter
More info about enabling Copr repositories